Searched defs:port_map (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4533 fc_portmap_t *port_map; local
4548 port_map = (fc_portmap_t *)
4551 if (fc_ulp_getportmap(fport->fcipp_handle, &port_map,
4554 fcip_rt_update(fptr, port_map, listlen);
4560 kmem_free(port_map, (alloclen * sizeof (fc_portmap_t)));
4576 fc_portmap_t *port_map; local
4599 port_map = (fc_portmap_t *)
4602 if (fc_ulp_getportmap(fport->fcipp_handle, &port_map,
4605 fcip_rt_update(fptr, port_map, listlen);
4611 kmem_free(port_map,
7114 fc_portmap_t *port_map = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c12608 fc_portmap_t *port_map, ns_resp_gan_t *gan_resp, uint32_t d_id)
12613 FC_GET_RSP(port, *handle, (uint8_t *)&port_map->map_pwwn,
12616 FC_GET_RSP(port, *handle, (uint8_t *)&port_map->map_nwwn,
12619 FC_GET_RSP(port, *handle, (uint8_t *)port_map->map_fc4_types,
12623 bcopy(&gan_resp->gan_pwwn, &port_map->map_pwwn,
12625 bcopy(&gan_resp->gan_nwwn, &port_map->map_nwwn,
12627 bcopy(gan_resp->gan_fc4types, port_map->map_fc4_types,
12630 port_map->map_did.port_id = d_id;
12631 port_map->map_did.priv_lilp_posit = 0;
12632 port_map
12607 fp_fillout_new_nsmap(fc_local_port_t *port, ddi_acc_handle_t *handle, fc_portmap_t *port_map, ns_resp_gan_t *gan_resp, uint32_t d_id) argument
[all...]

Completed in 72 milliseconds