Lines Matching refs:ox_id
21 __be16 ox_id);
23 __be16 ox_id);
130 fc_gs_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u32 ox_id)
143 fchs->ox_id = cpu_to_be16(ox_id);
146 * @todo no need to set ox_id for request
152 fc_gsresp_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u16 ox_id)
164 fchs->ox_id = ox_id;
168 fc_els_req_build(struct fchs_s *fchs, u32 d_id, u32 s_id, __be16 ox_id)
173 fchs->ox_id = cpu_to_be16(ox_id);
177 fc_els_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, __be16 ox_id)
182 fchs->ox_id = ox_id;
186 fc_bls_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, __be16 ox_id)
191 fchs->ox_id = ox_id;
196 __be16 ox_id, wwn_t port_name, wwn_t node_name,
209 fc_els_req_build(fchs, d_id, s_id, ox_id);
211 fc_els_rsp_build(fchs, d_id, s_id, ox_id);
224 u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size,
233 fc_els_req_build(fchs, d_id, s_id, ox_id);
262 __be16 ox_id, wwn_t port_name, wwn_t node_name,
269 fc_els_rsp_build(fchs, d_id, s_id, ox_id);
284 u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size)
291 fc_els_req_build(fchs, d_id, s_id, ox_id);
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,
370 u16 ox_id)
374 fc_els_req_build(fchs, d_id, s_id, ox_id);
389 __be16 ox_id, enum bfa_lport_role role)
393 fc_els_rsp_build(fchs, d_id, s_id, ox_id);
441 u16 ox_id, wwn_t port_name)
443 fc_els_req_build(fchs, d_id, s_id, ox_id);
455 u32 s_id, __be16 ox_id, wwn_t port_name,
463 fc_els_req_build(fchs, d_id, s_id, ox_id);
465 fc_els_rsp_build(fchs, d_id, s_id, ox_id);
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,
549 fc_abts_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u16 ox_id)
555 fchs->ox_id = cpu_to_be16(ox_id);
572 u16 ox_id, u16 rrq_oxid)
574 fc_els_req_build(fchs, d_id, s_id, ox_id);
581 rrq->ox_id = cpu_to_be16(rrq_oxid);
589 __be16 ox_id)
593 fc_els_rsp_build(fchs, d_id, s_id, ox_id);
603 u32 s_id, __be16 ox_id, u8 reason_code,
606 fc_els_rsp_build(fchs, d_id, s_id, ox_id);
619 u32 s_id, __be16 ox_id, u16 rx_id)
621 fc_bls_rsp_build(fchs, d_id, s_id, ox_id);
627 ba_acc->ox_id = fchs->ox_id;
635 u32 s_id, __be16 ox_id)
637 fc_els_rsp_build(fchs, d_id, s_id, ox_id);
663 u32 d_id, u32 s_id, __be16 ox_id, int num_pages)
667 fc_els_rsp_build(fchs, d_id, s_id, ox_id);
687 u32 s_id, __be16 ox_id, int num_pages)
691 fc_els_rsp_build(fchs, d_id, s_id, ox_id);
711 u32 s_id, u16 ox_id, u32 data_format)
713 fc_els_req_build(fchs, d_id, s_id, ox_id);
725 u32 s_id, __be16 ox_id, u32 data_format,
731 fc_els_rsp_build(fchs, d_id, s_id, ox_id);
753 u32 s_id, u16 ox_id)
755 fc_els_req_build(fchs, d_id, s_id, ox_id);
785 u32 d_id, u32 s_id, __be16 ox_id,
790 fc_els_rsp_build(fchs, d_id, s_id, ox_id);
805 fc_pdisc_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u16 ox_id,
813 fc_els_req_build(fchs, d_id, s_id, ox_id);
846 fc_prlo_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u16 ox_id,
852 fc_els_req_build(fchs, d_id, s_id, ox_id);
870 fc_tprlo_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u16 ox_id,
876 fc_els_req_build(fchs, d_id, s_id, ox_id);
900 fc_ba_rjt_build(struct fchs_s *fchs, u32 d_id, u32 s_id, __be16 ox_id,
905 fc_bls_rsp_build(fchs, d_id, s_id, ox_id);
945 fc_gidpn_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id,
952 fc_gs_fchdr_build(fchs, d_id, s_id, ox_id);
961 fc_gpnid_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id,
968 fc_gs_fchdr_build(fchs, d_id, s_id, ox_id);
977 fc_gnnid_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id,
984 fc_gs_fchdr_build(fchs, d_id, s_id, ox_id);
1007 u32 d_id, u32 s_id, u16 ox_id, u8 reason_code,
1010 fc_gsresp_fchdr_build(fchs, d_id, s_id, ox_id);
1022 u8 set_br_reg, u32 s_id, u16 ox_id)
1026 fc_els_req_build(fchs, d_id, s_id, ox_id);
1039 u32 s_id, u16 ox_id)
1044 fc_els_req_build(fchs, d_id, s_id, ox_id);
1058 fc_rftid_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id,
1066 fc_gs_fchdr_build(fchs, d_id, s_id, ox_id);
1082 fc_rftid_build_sol(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id,
1089 fc_gs_fchdr_build(fchs, d_id, s_id, ox_id);
1102 fc_rffid_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id,
1109 fc_gs_fchdr_build(fchs, d_id, s_id, ox_id);
1122 fc_rspnid_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id,
1131 fc_gs_fchdr_build(fchs, d_id, s_id, ox_id);