Lines Matching refs:port_name

196 		 __be16 ox_id, wwn_t port_name, wwn_t node_name,
216 memcpy(&plogi->port_name, &port_name, sizeof(wwn_t));
224 u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size,
236 flogi->port_name = port_name;
262 __be16 ox_id, wwn_t port_name, wwn_t node_name,
274 flogi->port_name = port_name;
284 u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size)
294 flogi->port_name = port_name;
302 u16 ox_id, wwn_t port_name, wwn_t node_name,
305 return fc_plogi_x_build(fchs, pld, d_id, s_id, ox_id, port_name,
311 u16 ox_id, wwn_t port_name, wwn_t node_name,
314 return fc_plogi_x_build(fchs, pld, d_id, s_id, ox_id, port_name,
319 fc_plogi_rsp_parse(struct fchs_s *fchs, int len, wwn_t port_name)
337 if (!wwn_is_equal(plogi->port_name, port_name))
441 u16 ox_id, wwn_t port_name)
448 logo->orig_port_name = port_name;
455 u32 s_id, __be16 ox_id, wwn_t port_name,
468 adisc->orig_port_name = port_name;
477 u32 s_id, __be16 ox_id, wwn_t port_name, wwn_t node_name)
479 return fc_adisc_x_build(fchs, adisc, d_id, s_id, ox_id, port_name,
485 u32 s_id, __be16 ox_id, wwn_t port_name,
488 return fc_adisc_x_build(fchs, adisc, d_id, s_id, ox_id, port_name,
493 fc_adisc_rsp_parse(struct fc_adisc_s *adisc, int len, wwn_t port_name,
503 if (!wwn_is_equal(adisc->orig_port_name, port_name))
511 wwn_t port_name)
519 && wwn_is_equal(adisc->orig_port_name, port_name)
527 fc_pdisc_parse(struct fchs_s *fchs, wwn_t node_name, wwn_t port_name)
539 if (!wwn_is_equal(pdisc->port_name, port_name))
806 wwn_t port_name, wwn_t node_name, u16 pdu_size)
816 pdisc->port_name = port_name;
823 fc_pdisc_rsp_parse(struct fchs_s *fchs, int len, wwn_t port_name)
833 if (!wwn_is_equal(pdisc->port_name, port_name))
946 wwn_t port_name)
956 gidpn->port_name = port_name;
1186 wwn_t port_name)
1197 rpnid->port_name = port_name;