Searched refs:fcxp (Results 1 – 8 of 8) sorted by relevance
| /drivers/scsi/bfa/ |
| A D | bfa_fcs_rport.c | 1726 rport->fcxp = fcxp; in bfa_fcs_rport_send_plogi() 1847 rport->fcxp = fcxp; in bfa_fcs_rport_send_plogiacc() 1880 rport->fcxp = fcxp; in bfa_fcs_rport_send_adisc() 1944 rport->fcxp = fcxp; in bfa_fcs_rport_send_nsdisc() 2101 rport->fcxp = fcxp; in bfa_fcs_rport_send_logo() 2133 if (!fcxp) in bfa_fcs_rport_send_logo_acc() 2204 if (!fcxp) in bfa_fcs_rport_process_prli() 2241 if (!fcxp) in bfa_fcs_rport_process_rpsc() 2918 if (!fcxp) in bfa_fcs_rport_send_prlo_acc() 2944 if (!fcxp) in bfa_fcs_rport_send_ls_rjt() [all …]
|
| A D | bfa_fcs_lport.c | 3099 ms->fcxp = fcxp; in bfa_fcs_lport_ms_send_gmal() 3300 ms->fcxp = fcxp; in bfa_fcs_lport_ms_send_gfn() 3378 ms->fcxp = fcxp; in bfa_fcs_lport_ms_send_plogi() 4324 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_plogi() 4422 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rnn_id() 4499 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rsnn_nn() 4581 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rspn_id() 4675 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rft_id() 4749 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rff_id() 4833 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_gid_ft() [all …]
|
| A D | bfa_svc.c | 425 fcxp = fcxp + 1; in claim_fcxps_mem() 505 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in bfa_fcxp_iocdisable() 586 &fcxp->use_ireqbuf, &fcxp->nreq_sgles, &fcxp->req_sga_cbfn, in bfa_fcxp_init() 587 &fcxp->req_sglen_cbfn, &fcxp->req_sgpg_q, in bfa_fcxp_init() 591 &fcxp->use_irspbuf, &fcxp->nrsp_sgles, &fcxp->rsp_sga_cbfn, in bfa_fcxp_init() 643 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in __bfa_fcxp_send_cbfn() 644 fcxp->rsp_status, fcxp->rsp_len, in __bfa_fcxp_send_cbfn() 645 fcxp->residue_len, &fcxp->rsp_fchs); in __bfa_fcxp_send_cbfn() 680 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in hal_fcxp_send_comp() 814 fcxp->req_sga_cbfn(fcxp->caller, 0)); in bfa_fcxp_queue() [all …]
|
| A D | bfa_fcs_fcpim.c | 31 struct bfa_fcxp_s *fcxp, void *cbarg, 185 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli() 191 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli() 197 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli() 464 struct bfa_fcxp_s *fcxp; in bfa_fcs_itnim_send_prli() local 469 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_itnim_send_prli() 471 if (!fcxp) { in bfa_fcs_itnim_send_prli() 477 itnim->fcxp = fcxp; in bfa_fcs_itnim_send_prli() 479 len = fc_prli_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_itnim_send_prli() 513 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_itnim_prli_response() [all …]
|
| A D | bfa_fcs.h | 72 struct bfa_fcxp_s *fcxp; member 97 struct bfa_fcxp_s *fcxp; member 123 struct bfa_fcxp_s *fcxp; member 148 struct bfa_fcxp_s *fcxp; member 215 struct bfa_fcxp_s *fcxp; member 531 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ member 595 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ member 682 struct bfa_fcxp_s *fcxp; /* FCXP in use */ member
|
| A D | bfa_svc.h | 110 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); 673 void bfa_fcxp_discard(struct bfa_fcxp_s *fcxp); 675 void *bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp); 676 void *bfa_fcxp_get_rspbuf(struct bfa_fcxp_s *fcxp); 678 void bfa_fcxp_free(struct bfa_fcxp_s *fcxp); 680 void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
|
| A D | bfa_fcs.c | 168 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 D | bfad_bsg.c | 3251 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb() argument
|
Completed in 51 milliseconds