Lines Matching refs:fcxp
50 struct bfa_fcxp_s *fcxp, void *cbarg,
56 struct bfa_fcxp_s *fcxp, void *cbarg,
62 struct bfa_fcxp_s *fcxp, void *cbarg,
66 struct bfa_fcxp_s *fcxp, void *cbarg,
427 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
452 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
469 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
477 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
487 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
493 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
499 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
757 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsquery()
767 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsquery()
776 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsquery()
858 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_online()
869 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_online()
881 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_online()
888 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_online()
958 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_offline()
975 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_adisc_offline()
1583 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsdisc_sent()
1589 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsdisc_sent()
1596 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsdisc_sent()
1621 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_nsdisc_sent()
1699 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_plogi() local
1703 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rport_send_plogi()
1705 if (!fcxp) { in bfa_fcs_rport_send_plogi()
1710 rport->fcxp = fcxp; in bfa_fcs_rport_send_plogi()
1712 len = fc_plogi_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_plogi()
1718 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_plogi()
1727 bfa_fcs_rport_plogi_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rport_plogi_response() argument
1749 plogi_rsp = (struct fc_logi_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_plogi_response()
1755 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_plogi_response()
1819 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_plogiacc() local
1824 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rport_send_plogiacc()
1826 if (!fcxp) { in bfa_fcs_rport_send_plogiacc()
1831 rport->fcxp = fcxp; in bfa_fcs_rport_send_plogiacc()
1833 len = fc_plogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_plogiacc()
1840 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_plogiacc()
1853 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_adisc() local
1857 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rport_send_adisc()
1859 if (!fcxp) { in bfa_fcs_rport_send_adisc()
1864 rport->fcxp = fcxp; in bfa_fcs_rport_send_adisc()
1866 len = fc_adisc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_adisc()
1870 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_adisc()
1879 bfa_fcs_rport_adisc_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rport_adisc_response() argument
1884 void *pld = bfa_fcxp_get_rspbuf(fcxp); in bfa_fcs_rport_adisc_response()
1915 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_nsdisc() local
1921 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rport_send_nsdisc()
1923 if (!fcxp) { in bfa_fcs_rport_send_nsdisc()
1928 rport->fcxp = fcxp; in bfa_fcs_rport_send_nsdisc()
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()
1940 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_nsdisc()
1948 bfa_fcs_rport_gidpn_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rport_gidpn_response() argument
1960 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gidpn_response()
2021 bfa_fcs_rport_gpnid_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rport_gpnid_response() argument
2030 cthdr = (struct ct_hdr_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_gpnid_response()
2071 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_logo() local
2078 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rport_send_logo()
2080 if (!fcxp) { in bfa_fcs_rport_send_logo()
2085 rport->fcxp = fcxp; in bfa_fcs_rport_send_logo()
2087 len = fc_logo_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_logo()
2091 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_logo()
2096 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_send_logo()
2109 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_logo_acc() local
2116 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_rport_send_logo_acc()
2117 if (!fcxp) in bfa_fcs_rport_send_logo_acc()
2121 len = fc_logo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_logo_acc()
2125 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_logo_acc()
2157 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_process_prli() local
2187 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_rport_process_prli()
2188 if (!fcxp) in bfa_fcs_rport_process_prli()
2191 len = fc_prli_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_prli()
2195 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_process_prli()
2203 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_process_rpsc() local
2224 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_rport_process_rpsc()
2225 if (!fcxp) in bfa_fcs_rport_process_rpsc()
2228 len = fc_rpsc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_rpsc()
2232 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_process_rpsc()
2240 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_process_adisc() local
2255 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_rport_process_adisc()
2256 if (!fcxp) in bfa_fcs_rport_process_adisc()
2259 len = fc_adisc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_adisc()
2264 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, in bfa_fcs_rport_process_adisc()
2917 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_prlo_acc() local
2922 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_rport_send_prlo_acc()
2923 if (!fcxp) in bfa_fcs_rport_send_prlo_acc()
2925 len = fc_prlo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_prlo_acc()
2929 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, in bfa_fcs_rport_send_prlo_acc()
2943 struct bfa_fcxp_s *fcxp; in bfa_fcs_rport_send_ls_rjt() local
2948 fcxp = bfa_fcs_fcxp_alloc(rport->fcs, BFA_FALSE); in bfa_fcs_rport_send_ls_rjt()
2949 if (!fcxp) in bfa_fcs_rport_send_ls_rjt()
2952 len = fc_ls_rjt_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_ls_rjt()
2956 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, in bfa_fcs_rport_send_ls_rjt()
3101 struct bfa_fcxp_s *fcxp,
3228 bfa_fcxp_discard(rpf->fcxp); in bfa_fcs_rpf_sm_rpsc()
3367 struct bfa_fcxp_s *fcxp; in bfa_fcs_rpf_send_rpsc2() local
3371 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_rpf_send_rpsc2()
3373 if (!fcxp) { in bfa_fcs_rpf_send_rpsc2()
3378 rpf->fcxp = fcxp; in bfa_fcs_rpf_send_rpsc2()
3380 len = fc_rpsc2_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rpf_send_rpsc2()
3383 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rpf_send_rpsc2()
3392 bfa_fcs_rpf_rpsc2_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_rpf_rpsc2_response() argument
3412 rpsc2_acc = (struct fc_rpsc2_acc_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rpf_rpsc2_response()
3440 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rpf_rpsc2_response()