Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_fcs_rport.c57 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()
[all …]
Dbfa_fcs_lport.c378 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_send_ls_rjt() local
385 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_lport_send_ls_rjt()
386 if (!fcxp) in bfa_fcs_lport_send_ls_rjt()
389 len = fc_ls_rjt_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_send_ls_rjt()
393 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_ls_rjt()
406 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_send_fcgs_rjt() local
415 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_lport_send_fcgs_rjt()
416 if (!fcxp) in bfa_fcs_lport_send_fcgs_rjt()
419 ct_hdr = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_send_fcgs_rjt()
427 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_fcgs_rjt()
[all …]
Dbfa_svc.c26 BFA_MODULE(fcxp);
112 static void hal_fcxp_rx_plog(struct bfa_s *bfa, struct bfa_fcxp_s *fcxp,
115 struct bfa_fcxp_s *fcxp, struct fchs_s *fchs);
117 static void bfa_fcxp_queue(struct bfa_fcxp_s *fcxp,
452 struct bfa_fcxp_s *fcxp; in claim_fcxps_mem() local
454 fcxp = (struct bfa_fcxp_s *) bfa_mem_kva_curp(mod); in claim_fcxps_mem()
455 memset(fcxp, 0, sizeof(struct bfa_fcxp_s) * mod->num_fcxps); in claim_fcxps_mem()
463 mod->fcxp_list = fcxp; in claim_fcxps_mem()
466 fcxp->fcxp_mod = mod; in claim_fcxps_mem()
467 fcxp->fcxp_tag = i; in claim_fcxps_mem()
[all …]
Dbfa_fcs_fcpim.c37 struct bfa_fcxp_s *fcxp, void *cbarg,
175 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
181 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
187 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
454 struct bfa_fcxp_s *fcxp; in bfa_fcs_itnim_send_prli() local
459 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_itnim_send_prli()
461 if (!fcxp) { in bfa_fcs_itnim_send_prli()
467 itnim->fcxp = fcxp; in bfa_fcs_itnim_send_prli()
469 len = fc_prli_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_itnim_send_prli()
472 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_itnim_send_prli()
[all …]
Dbfa_svc.h117 typedef void (*fcxp_send_cb_t) (struct bfa_s *ioc, struct bfa_fcxp_s *fcxp,
124 typedef void (*bfa_cb_fcxp_send_t) (void *bfad_fcxp, struct bfa_fcxp_s *fcxp,
128 typedef void (*bfa_fcxp_alloc_cbfn_t) (void *cbarg, struct bfa_fcxp_s *fcxp);
627 void bfa_fcxp_discard(struct bfa_fcxp_s *fcxp);
629 void *bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp);
630 void *bfa_fcxp_get_rspbuf(struct bfa_fcxp_s *fcxp);
632 void bfa_fcxp_free(struct bfa_fcxp_s *fcxp);
634 void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
641 bfa_status_t bfa_fcxp_abort(struct bfa_fcxp_s *fcxp);
642 u32 bfa_fcxp_get_reqbufsz(struct bfa_fcxp_s *fcxp);
Dbfa_fcs.h73 struct bfa_fcxp_s *fcxp; member
84 struct bfa_fcxp_s *fcxp; member
93 struct bfa_fcxp_s *fcxp; member
104 struct bfa_fcxp_s *fcxp; member
156 struct bfa_fcxp_s *fcxp; member
415 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ member
449 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ member
518 struct bfa_fcxp_s *fcxp; /* FCXP in use */ member
Dbfa_fcs.c238 struct bfa_fcxp_s *fcxp, void *cbarg,
1451 struct bfa_fcxp_s *fcxp; in bfa_fcs_fabric_send_flogi_acc() local
1455 fcxp = bfa_fcs_fcxp_alloc(fabric->fcs, BFA_FALSE); in bfa_fcs_fabric_send_flogi_acc()
1459 if (!fcxp) in bfa_fcs_fabric_send_flogi_acc()
1462 reqlen = fc_flogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_fabric_send_flogi_acc()
1469 bfa_fcxp_send(fcxp, NULL, fabric->vf_id, fabric->lps->bfa_tag, in bfa_fcs_fabric_send_flogi_acc()
1479 bfa_fcs_fabric_flogiacc_comp(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_fabric_flogiacc_comp() argument
Dbfad_bsg.c3238 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb() argument