Lines Matching defs:gan_resp

12608     fc_portmap_t *port_map, ns_resp_gan_t *gan_resp, uint32_t d_id)
12614 (uint8_t *)&gan_resp->gan_pwwn, sizeof (gan_resp->gan_pwwn),
12617 (uint8_t *)&gan_resp->gan_nwwn, sizeof (gan_resp->gan_nwwn),
12620 (uint8_t *)gan_resp->gan_fc4types,
12621 sizeof (gan_resp->gan_fc4types), DDI_DEV_AUTOINCR);
12623 bcopy(&gan_resp->gan_pwwn, &port_map->map_pwwn,
12624 sizeof (gan_resp->gan_pwwn));
12625 bcopy(&gan_resp->gan_nwwn, &port_map->map_nwwn,
12626 sizeof (gan_resp->gan_nwwn));
12627 bcopy(gan_resp->gan_fc4types, port_map->map_fc4_types,
12628 sizeof (gan_resp->gan_fc4types));
12828 ns_resp_gan_t *gan_resp)
12841 pd, gan_resp->gan_type_id.rsvd,
12842 gan_resp->gan_spnlen, gan_resp->gan_fc4types[0]);
12847 (uint8_t *)&gan_resp->gan_type_id, sizeof (type), DDI_DEV_AUTOINCR);
12852 pd->pd_spn_len = gan_resp->gan_spnlen;
12855 (uint8_t *)gan_resp->gan_spname, pd->pd_spn_len,
12860 (uint8_t *)gan_resp->gan_ip, sizeof (pd->pd_ip_addr),
12863 (uint8_t *)&gan_resp->gan_cos, sizeof (pd->pd_cos),
12866 (uint8_t *)gan_resp->gan_fc4types, sizeof (pd->pd_fc4types),
12875 (uint8_t *)gan_resp->gan_ipa, sizeof (node->fd_ipa),
12878 node->fd_snn_len = gan_resp->gan_snnlen;
12881 (uint8_t *)gan_resp->gan_snname, node->fd_snn_len,
13145 ns_resp_gan_t *gan_resp;
13152 gan_resp = (ns_resp_gan_t *)(pkt->pkt_resp + sizeof (fc_ct_header_t));
13155 (uint8_t *)&gan_resp->gan_type_id, sizeof (d_id), DDI_DEV_AUTOINCR);
13192 port, d_id.port_id, gan_resp->gan_type_id,
13194 gan_resp->gan_pwwn.raw_wwn[0],
13195 gan_resp->gan_pwwn.raw_wwn[1],
13196 gan_resp->gan_pwwn.raw_wwn[2],
13197 gan_resp->gan_pwwn.raw_wwn[3],
13198 gan_resp->gan_pwwn.raw_wwn[4],
13199 gan_resp->gan_pwwn.raw_wwn[5],
13200 gan_resp->gan_pwwn.raw_wwn[6],
13201 gan_resp->gan_pwwn.raw_wwn[7],
13203 gan_resp->gan_nwwn.raw_wwn[0],
13204 gan_resp->gan_nwwn.raw_wwn[1],
13205 gan_resp->gan_nwwn.raw_wwn[2],
13206 gan_resp->gan_nwwn.raw_wwn[3],
13207 gan_resp->gan_nwwn.raw_wwn[4],
13208 gan_resp->gan_nwwn.raw_wwn[5],
13209 gan_resp->gan_nwwn.raw_wwn[6],
13210 gan_resp->gan_nwwn.raw_wwn[7]);
13213 (uint8_t *)&gan_resp->gan_nwwn, sizeof (nwwn),
13217 (uint8_t *)&gan_resp->gan_pwwn, sizeof (pwwn),
13228 pd, gan_resp);
13249 (uint8_t *)gan_resp->gan_fc4types,
13280 map, gan_resp, d_id.port_id);
13294 (uint8_t *)dst_ptr, (uint8_t *)gan_resp,