Home
last modified time | relevance | path

Searched refs:port_map (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4370 fc_portmap_t *port_map; in fcip_handle_topology() local
4385 port_map = (fc_portmap_t *) in fcip_handle_topology()
4388 if (fc_ulp_getportmap(fport->fcipp_handle, &port_map, in fcip_handle_topology()
4391 fcip_rt_update(fptr, port_map, listlen); in fcip_handle_topology()
4413 fc_portmap_t *port_map; in fcip_handle_topology() local
4436 port_map = (fc_portmap_t *) in fcip_handle_topology()
4442 fcip_rt_update(fptr, port_map, listlen); in fcip_handle_topology()
4448 kmem_free(port_map, in fcip_handle_topology()
6928 fc_portmap_t *port_map = NULL; in fcip_get_broadcast_did() local
6936 did = port_map->map_did.port_id; in fcip_get_broadcast_did()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfp.h418 ddi_acc_handle_t *handle, fc_portmap_t *port_map, ns_resp_gan_t *gan_resp,
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c12627 bcopy(&gan_resp->gan_pwwn, &port_map->map_pwwn, in fp_fillout_new_nsmap()
12629 bcopy(&gan_resp->gan_nwwn, &port_map->map_nwwn, in fp_fillout_new_nsmap()
12631 bcopy(gan_resp->gan_fc4types, port_map->map_fc4_types, in fp_fillout_new_nsmap()
12634 port_map->map_did.port_id = d_id; in fp_fillout_new_nsmap()
12635 port_map->map_did.priv_lilp_posit = 0; in fp_fillout_new_nsmap()
12636 port_map->map_hard_addr.hard_addr = 0; in fp_fillout_new_nsmap()
12637 port_map->map_hard_addr.rsvd = 0; in fp_fillout_new_nsmap()
12638 port_map->map_state = PORT_DEVICE_INVALID; in fp_fillout_new_nsmap()
12639 port_map->map_type = PORT_DEVICE_NEW; in fp_fillout_new_nsmap()
12640 port_map->map_flags = 0; in fp_fillout_new_nsmap()
[all …]