Home
last modified time | relevance | path

Searched refs:fcxp (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/scsi/bfa/
A Dbfa_fcs_rport.c1710 rport->fcxp = fcxp; in bfa_fcs_rport_send_plogi()
1831 rport->fcxp = fcxp; in bfa_fcs_rport_send_plogiacc()
1864 rport->fcxp = fcxp; in bfa_fcs_rport_send_adisc()
1928 rport->fcxp = fcxp; in bfa_fcs_rport_send_nsdisc()
2085 rport->fcxp = fcxp; in bfa_fcs_rport_send_logo()
2117 if (!fcxp) in bfa_fcs_rport_send_logo_acc()
2188 if (!fcxp) in bfa_fcs_rport_process_prli()
2225 if (!fcxp) in bfa_fcs_rport_process_rpsc()
2923 if (!fcxp) in bfa_fcs_rport_send_prlo_acc()
2949 if (!fcxp) in bfa_fcs_rport_send_ls_rjt()
[all …]
A Dbfa_fcs_lport.c3158 ms->fcxp = fcxp; in bfa_fcs_lport_ms_send_gmal()
3359 ms->fcxp = fcxp; in bfa_fcs_lport_ms_send_gfn()
3437 ms->fcxp = fcxp; in bfa_fcs_lport_ms_send_plogi()
4402 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_plogi()
4500 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rnn_id()
4577 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rsnn_nn()
4659 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rspn_id()
4753 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rft_id()
4827 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rff_id()
4911 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_gid_ft()
[all …]
A Dbfa_svc.c439 fcxp = fcxp + 1; in claim_fcxps_mem()
519 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in bfa_fcxp_iocdisable()
600 &fcxp->use_ireqbuf, &fcxp->nreq_sgles, &fcxp->req_sga_cbfn, in bfa_fcxp_init()
601 &fcxp->req_sglen_cbfn, &fcxp->req_sgpg_q, in bfa_fcxp_init()
605 &fcxp->use_irspbuf, &fcxp->nrsp_sgles, &fcxp->rsp_sga_cbfn, in bfa_fcxp_init()
657 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in __bfa_fcxp_send_cbfn()
658 fcxp->rsp_status, fcxp->rsp_len, in __bfa_fcxp_send_cbfn()
659 fcxp->residue_len, &fcxp->rsp_fchs); in __bfa_fcxp_send_cbfn()
694 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in hal_fcxp_send_comp()
828 fcxp->req_sga_cbfn(fcxp->caller, 0)); in bfa_fcxp_queue()
[all …]
A Dbfa_fcs_fcpim.c30 struct bfa_fcxp_s *fcxp, void *cbarg,
168 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
174 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
180 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
447 struct bfa_fcxp_s *fcxp; in bfa_fcs_itnim_send_prli() local
452 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_itnim_send_prli()
454 if (!fcxp) { in bfa_fcs_itnim_send_prli()
460 itnim->fcxp = fcxp; in bfa_fcs_itnim_send_prli()
462 len = fc_prli_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_itnim_send_prli()
496 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_itnim_prli_response()
[all …]
A Dbfa_svc.h110 typedef void (*fcxp_send_cb_t) (struct bfa_s *ioc, struct bfa_fcxp_s *fcxp,
117 typedef void (*bfa_cb_fcxp_send_t) (void *bfad_fcxp, struct bfa_fcxp_s *fcxp,
121 typedef void (*bfa_fcxp_alloc_cbfn_t) (void *cbarg, struct bfa_fcxp_s *fcxp);
620 void bfa_fcxp_discard(struct bfa_fcxp_s *fcxp);
622 void *bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp);
623 void *bfa_fcxp_get_rspbuf(struct bfa_fcxp_s *fcxp);
625 void bfa_fcxp_free(struct bfa_fcxp_s *fcxp);
627 void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
634 bfa_status_t bfa_fcxp_abort(struct bfa_fcxp_s *fcxp);
635 u32 bfa_fcxp_get_reqbufsz(struct bfa_fcxp_s *fcxp);
A Dbfa_fcs.h66 struct bfa_fcxp_s *fcxp; member
77 struct bfa_fcxp_s *fcxp; member
86 struct bfa_fcxp_s *fcxp; member
97 struct bfa_fcxp_s *fcxp; member
149 struct bfa_fcxp_s *fcxp; member
405 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ member
439 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ member
508 struct bfa_fcxp_s *fcxp; /* FCXP in use */ member
A Dbfa_fcs.c168 struct bfa_fcxp_s *fcxp, void *cbarg,
1325 struct bfa_fcxp_s *fcxp; in bfa_fcs_fabric_send_flogi_acc() local
1329 fcxp = bfa_fcs_fcxp_alloc(fabric->fcs, BFA_FALSE); in bfa_fcs_fabric_send_flogi_acc()
1333 if (!fcxp) in bfa_fcs_fabric_send_flogi_acc()
1336 reqlen = fc_flogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_fabric_send_flogi_acc()
1343 bfa_fcxp_send(fcxp, NULL, fabric->vf_id, fabric->lps->bfa_tag, in bfa_fcs_fabric_send_flogi_acc()
1353 bfa_fcs_fabric_flogiacc_comp(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_fabric_flogiacc_comp() argument
A Dbfad_bsg.c3254 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb() argument

Completed in 49 milliseconds