Lines Matching refs:fchs

1697 	struct fchs_s	fchs;  in bfa_fcs_rport_send_plogi()  local
1712 len = fc_plogi_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_plogi()
1719 FC_CLASS_3, len, &fchs, bfa_fcs_rport_plogi_response, in bfa_fcs_rport_send_plogi()
1817 struct fchs_s fchs; in bfa_fcs_rport_send_plogiacc() local
1833 len = fc_plogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_plogiacc()
1841 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_send_plogiacc()
1851 struct fchs_s fchs; in bfa_fcs_rport_send_adisc() local
1866 len = fc_adisc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_adisc()
1871 FC_CLASS_3, len, &fchs, bfa_fcs_rport_adisc_response, in bfa_fcs_rport_send_adisc()
1914 struct fchs_s fchs; in bfa_fcs_rport_send_nsdisc() local
1931 len = fc_gidpn_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_nsdisc()
1935 len = fc_gpnid_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_nsdisc()
1941 FC_CLASS_3, len, &fchs, cbfn, in bfa_fcs_rport_send_nsdisc()
2070 struct fchs_s fchs; in bfa_fcs_rport_send_logo() local
2087 len = fc_logo_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_logo()
2092 FC_CLASS_3, len, &fchs, NULL, in bfa_fcs_rport_send_logo()
2108 struct fchs_s fchs; in bfa_fcs_rport_send_logo_acc() local
2121 len = fc_logo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_logo_acc()
2126 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_send_logo_acc()
2158 struct fchs_s fchs; in bfa_fcs_rport_process_prli() local
2191 len = fc_prli_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_prli()
2196 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_process_prli()
2204 struct fchs_s fchs; in bfa_fcs_rport_process_rpsc() local
2228 len = fc_rpsc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_rpsc()
2233 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_process_rpsc()
2241 struct fchs_s fchs; in bfa_fcs_rport_process_adisc() local
2259 len = fc_adisc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_adisc()
2265 BFA_FALSE, FC_CLASS_3, len, &fchs, NULL, NULL, in bfa_fcs_rport_process_adisc()
2574 bfa_fcs_rport_process_logo(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs) in bfa_fcs_rport_process_logo() argument
2576 rport->reply_oxid = fchs->ox_id; in bfa_fcs_rport_process_logo()
2641 bfa_fcs_rport_start(struct bfa_fcs_lport_s *port, struct fchs_s *fchs, in bfa_fcs_rport_start() argument
2646 rport = bfa_fcs_rport_alloc(port, WWN_NULL, fchs->s_id); in bfa_fcs_rport_start()
2660 bfa_fcs_rport_plogi_create(struct bfa_fcs_lport_s *port, struct fchs_s *fchs, in bfa_fcs_rport_plogi_create() argument
2665 rport = bfa_fcs_rport_alloc(port, plogi->port_name, fchs->s_id); in bfa_fcs_rport_plogi_create()
2671 rport->reply_oxid = fchs->ox_id; in bfa_fcs_rport_plogi_create()
2859 struct fchs_s *fchs, u16 len) in bfa_fcs_rport_uf_recv() argument
2864 bfa_trc(rport->fcs, fchs->s_id); in bfa_fcs_rport_uf_recv()
2865 bfa_trc(rport->fcs, fchs->d_id); in bfa_fcs_rport_uf_recv()
2866 bfa_trc(rport->fcs, fchs->type); in bfa_fcs_rport_uf_recv()
2868 if (fchs->type != FC_TYPE_ELS) in bfa_fcs_rport_uf_recv()
2871 els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_rport_uf_recv()
2878 bfa_fcs_rport_process_logo(rport, fchs); in bfa_fcs_rport_uf_recv()
2883 bfa_fcs_rport_process_adisc(rport, fchs, len); in bfa_fcs_rport_uf_recv()
2889 bfa_fcs_fcpim_uf_recv(rport->itnim, fchs, len); in bfa_fcs_rport_uf_recv()
2894 bfa_fcs_rport_process_prli(rport, fchs, len); in bfa_fcs_rport_uf_recv()
2899 bfa_fcs_rport_process_rpsc(rport, fchs, len); in bfa_fcs_rport_uf_recv()
2904 bfa_fcs_rport_send_ls_rjt(rport, fchs, in bfa_fcs_rport_uf_recv()
2916 struct fchs_s fchs; in bfa_fcs_rport_send_prlo_acc() local
2925 len = fc_prlo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_prlo_acc()
2930 port->lp_tag, BFA_FALSE, FC_CLASS_3, len, &fchs, in bfa_fcs_rport_send_prlo_acc()
2942 struct fchs_s fchs; in bfa_fcs_rport_send_ls_rjt() local
2952 len = fc_ls_rjt_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_ls_rjt()
2957 BFA_FALSE, FC_CLASS_3, len, &fchs, NULL, NULL, in bfa_fcs_rport_send_ls_rjt()
3365 struct fchs_s fchs; in bfa_fcs_rpf_send_rpsc2() local
3380 len = fc_rpsc2_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rpf_send_rpsc2()
3384 FC_CLASS_3, len, &fchs, bfa_fcs_rpf_rpsc2_response, in bfa_fcs_rpf_send_rpsc2()