Lines Matching refs:fcxp
57 struct bfa_fcxp_s *fcxp, void *cbarg,
63 struct bfa_fcxp_s *fcxp, void *cbarg,
69 struct bfa_fcxp_s *fcxp, void *cbarg,
73 struct bfa_fcxp_s *fcxp, void *cbarg,
436 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
463 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
480 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
488 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
498 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
504 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
510 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
768 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsquery()
778 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsquery()
787 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsquery()
869 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_online()
882 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_online()
894 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_online()
901 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_online()
971 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_offline()
988 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_offline()
1595 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsdisc_sent()
1601 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsdisc_sent()
1608 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsdisc_sent()
1633 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsdisc_sent()
1711 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_plogi() local
1715 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rport_send_plogi()
1717 if (!fcxp) { in bfa_fcs_rport_send_plogi()
1722 rport->fcxp = fcxp; in bfa_fcs_rport_send_plogi()
1724 len = fc_plogi_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_plogi()
1730 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_plogi()
1739 bfa_fcs_rport_plogi_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rport_plogi_response() argument
1761 plogi_rsp = (struct fc_logi_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_plogi_response()
1767 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_plogi_response()
1831 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_plogiacc() local
1836 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rport_send_plogiacc()
1838 if (!fcxp) { in bfa_fcs_rport_send_plogiacc()
1843 rport->fcxp = fcxp; in bfa_fcs_rport_send_plogiacc()
1845 len = fc_plogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_plogiacc()
1852 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_plogiacc()
1865 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_adisc() local
1869 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rport_send_adisc()
1871 if (!fcxp) { in bfa_fcs_rport_send_adisc()
1876 rport->fcxp = fcxp; in bfa_fcs_rport_send_adisc()
1878 len = fc_adisc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_adisc()
1882 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_adisc()
1891 bfa_fcs_rport_adisc_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rport_adisc_response() argument
1896 void *pld = bfa_fcxp_get_rspbuf(fcxp); in bfa_fcs_rport_adisc_response()
1927 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_nsdisc() local
1933 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rport_send_nsdisc()
1935 if (!fcxp) { in bfa_fcs_rport_send_nsdisc()
1940 rport->fcxp = fcxp; in bfa_fcs_rport_send_nsdisc()
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()
1952 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_nsdisc()
1960 bfa_fcs_rport_gidpn_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rport_gidpn_response() argument
1972 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gidpn_response()
2033 bfa_fcs_rport_gpnid_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rport_gpnid_response() argument
2042 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gpnid_response()
2083 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_logo() local
2090 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rport_send_logo()
2092 if (!fcxp) { in bfa_fcs_rport_send_logo()
2097 rport->fcxp = fcxp; in bfa_fcs_rport_send_logo()
2099 len = fc_logo_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_logo()
2103 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_logo()
2108 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_send_logo()
2121 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_logo_acc() local
2128 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_rport_send_logo_acc()
2129 if (!fcxp) in bfa_fcs_rport_send_logo_acc()
2133 len = fc_logo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_logo_acc()
2137 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_logo_acc()
2169 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_process_prli() local
2199 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_rport_process_prli()
2200 if (!fcxp) in bfa_fcs_rport_process_prli()
2203 len = fc_prli_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_prli()
2207 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_process_prli()
2215 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_process_rpsc() local
2236 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_rport_process_rpsc()
2237 if (!fcxp) in bfa_fcs_rport_process_rpsc()
2240 len = fc_rpsc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_rpsc()
2244 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_process_rpsc()
2252 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_process_adisc() local
2270 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_rport_process_adisc()
2271 if (!fcxp) in bfa_fcs_rport_process_adisc()
2274 len = fc_adisc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_adisc()
2279 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, in bfa_fcs_rport_process_adisc()
2932 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_prlo_acc() local
2937 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_rport_send_prlo_acc()
2938 if (!fcxp) in bfa_fcs_rport_send_prlo_acc()
2940 len = fc_prlo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_prlo_acc()
2944 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, in bfa_fcs_rport_send_prlo_acc()
2958 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_ls_rjt() local
2963 fcxp = bfa_fcs_fcxp_alloc(rport->fcs, BFA_FALSE); in bfa_fcs_rport_send_ls_rjt()
2964 if (!fcxp) in bfa_fcs_rport_send_ls_rjt()
2967 len = fc_ls_rjt_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_ls_rjt()
2971 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, in bfa_fcs_rport_send_ls_rjt()
3116 struct bfa_fcxp_s *fcxp,
3243 bfa_fcxp_discard(rpf->fcxp); in bfa_fcs_rpf_sm_rpsc()
3382 struct bfa_fcxp_s *fcxp; in bfa_fcs_rpf_send_rpsc2() local
3386 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rpf_send_rpsc2()
3388 if (!fcxp) { in bfa_fcs_rpf_send_rpsc2()
3393 rpf->fcxp = fcxp; in bfa_fcs_rpf_send_rpsc2()
3395 len = fc_rpsc2_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rpf_send_rpsc2()
3398 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rpf_send_rpsc2()
3407 bfa_fcs_rpf_rpsc2_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rpf_rpsc2_response() argument
3427 rpsc2_acc = (struct fc_rpsc2_acc_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rpf_rpsc2_response()
3455 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rpf_rpsc2_response()