Lines Matching refs:fchs
1709 struct fchs_s fchs; in bfa_fcs_rport_send_plogi() local
1724 len = fc_plogi_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_plogi()
1731 FC_CLASS_3, len, &fchs, bfa_fcs_rport_plogi_response, in bfa_fcs_rport_send_plogi()
1829 struct fchs_s fchs; in bfa_fcs_rport_send_plogiacc() local
1845 len = fc_plogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_plogiacc()
1853 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_send_plogiacc()
1863 struct fchs_s fchs; in bfa_fcs_rport_send_adisc() local
1878 len = fc_adisc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_adisc()
1883 FC_CLASS_3, len, &fchs, bfa_fcs_rport_adisc_response, in bfa_fcs_rport_send_adisc()
1926 struct fchs_s fchs; in bfa_fcs_rport_send_nsdisc() local
1943 len = fc_gidpn_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_nsdisc()
1947 len = fc_gpnid_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_nsdisc()
1953 FC_CLASS_3, len, &fchs, cbfn, in bfa_fcs_rport_send_nsdisc()
2082 struct fchs_s fchs; in bfa_fcs_rport_send_logo() local
2099 len = fc_logo_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_logo()
2104 FC_CLASS_3, len, &fchs, NULL, in bfa_fcs_rport_send_logo()
2120 struct fchs_s fchs; in bfa_fcs_rport_send_logo_acc() local
2133 len = fc_logo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_logo_acc()
2138 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_send_logo_acc()
2170 struct fchs_s fchs; in bfa_fcs_rport_process_prli() local
2203 len = fc_prli_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_prli()
2208 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_process_prli()
2216 struct fchs_s fchs; in bfa_fcs_rport_process_rpsc() local
2240 len = fc_rpsc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_rpsc()
2245 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_process_rpsc()
2253 struct fchs_s fchs; in bfa_fcs_rport_process_adisc() local
2274 len = fc_adisc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_adisc()
2280 BFA_FALSE, FC_CLASS_3, len, &fchs, NULL, NULL, in bfa_fcs_rport_process_adisc()
2589 bfa_fcs_rport_process_logo(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs) in bfa_fcs_rport_process_logo() argument
2591 rport->reply_oxid = fchs->ox_id; in bfa_fcs_rport_process_logo()
2656 bfa_fcs_rport_start(struct bfa_fcs_lport_s *port, struct fchs_s *fchs, in bfa_fcs_rport_start() argument
2661 rport = bfa_fcs_rport_alloc(port, WWN_NULL, fchs->s_id); in bfa_fcs_rport_start()
2675 bfa_fcs_rport_plogi_create(struct bfa_fcs_lport_s *port, struct fchs_s *fchs, in bfa_fcs_rport_plogi_create() argument
2680 rport = bfa_fcs_rport_alloc(port, plogi->port_name, fchs->s_id); in bfa_fcs_rport_plogi_create()
2686 rport->reply_oxid = fchs->ox_id; in bfa_fcs_rport_plogi_create()
2874 struct fchs_s *fchs, u16 len) in bfa_fcs_rport_uf_recv() argument
2879 bfa_trc(rport->fcs, fchs->s_id); in bfa_fcs_rport_uf_recv()
2880 bfa_trc(rport->fcs, fchs->d_id); in bfa_fcs_rport_uf_recv()
2881 bfa_trc(rport->fcs, fchs->type); in bfa_fcs_rport_uf_recv()
2883 if (fchs->type != FC_TYPE_ELS) in bfa_fcs_rport_uf_recv()
2886 els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_rport_uf_recv()
2893 bfa_fcs_rport_process_logo(rport, fchs); in bfa_fcs_rport_uf_recv()
2898 bfa_fcs_rport_process_adisc(rport, fchs, len); in bfa_fcs_rport_uf_recv()
2904 bfa_fcs_fcpim_uf_recv(rport->itnim, fchs, len); in bfa_fcs_rport_uf_recv()
2909 bfa_fcs_rport_process_prli(rport, fchs, len); in bfa_fcs_rport_uf_recv()
2914 bfa_fcs_rport_process_rpsc(rport, fchs, len); in bfa_fcs_rport_uf_recv()
2919 bfa_fcs_rport_send_ls_rjt(rport, fchs, in bfa_fcs_rport_uf_recv()
2931 struct fchs_s fchs; in bfa_fcs_rport_send_prlo_acc() local
2940 len = fc_prlo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_prlo_acc()
2945 port->lp_tag, BFA_FALSE, FC_CLASS_3, len, &fchs, in bfa_fcs_rport_send_prlo_acc()
2957 struct fchs_s fchs; in bfa_fcs_rport_send_ls_rjt() local
2967 len = fc_ls_rjt_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_ls_rjt()
2972 BFA_FALSE, FC_CLASS_3, len, &fchs, NULL, NULL, in bfa_fcs_rport_send_ls_rjt()
3380 struct fchs_s fchs; in bfa_fcs_rpf_send_rpsc2() local
3395 len = fc_rpsc2_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rpf_send_rpsc2()
3399 FC_CLASS_3, len, &fchs, bfa_fcs_rpf_rpsc2_response, in bfa_fcs_rpf_send_rpsc2()