Searched refs:fcxp (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/bfa/ |
H 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() 482 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_itnim_send_prli() [all …]
|
H 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
|
H 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
|