Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fcs_rport.c58 struct bfa_fcxp_s *fcxp, void *cbarg,
64 struct bfa_fcxp_s *fcxp, void *cbarg,
70 struct bfa_fcxp_s *fcxp, void *cbarg,
74 struct bfa_fcxp_s *fcxp, void *cbarg,
437 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
464 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
481 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
489 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
499 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
505 bfa_fcxp_discard(rport->fcxp); in bfa_fcs_rport_sm_plogi()
[all …]
Dbfa_fcs_lport.c390 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_send_ls_rjt() local
397 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_lport_send_ls_rjt()
398 if (!fcxp) in bfa_fcs_lport_send_ls_rjt()
401 len = fc_ls_rjt_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_send_ls_rjt()
405 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_ls_rjt()
418 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_send_fcgs_rjt() local
427 fcxp = bfa_fcs_fcxp_alloc(port->fcs, BFA_FALSE); in bfa_fcs_lport_send_fcgs_rjt()
428 if (!fcxp) in bfa_fcs_lport_send_fcgs_rjt()
431 ct_hdr = bfa_fcxp_get_reqbuf(fcxp); in bfa_fcs_lport_send_fcgs_rjt()
439 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_lport_send_fcgs_rjt()
[all …]
Dbfa_svc.c106 static void hal_fcxp_rx_plog(struct bfa_s *bfa, struct bfa_fcxp_s *fcxp,
109 struct bfa_fcxp_s *fcxp, struct fchs_s *fchs);
111 static void bfa_fcxp_queue(struct bfa_fcxp_s *fcxp,
425 struct bfa_fcxp_s *fcxp; in claim_fcxps_mem() local
427 fcxp = (struct bfa_fcxp_s *) bfa_mem_kva_curp(mod); in claim_fcxps_mem()
428 memset(fcxp, 0, sizeof(struct bfa_fcxp_s) * mod->num_fcxps); in claim_fcxps_mem()
436 mod->fcxp_list = fcxp; in claim_fcxps_mem()
439 fcxp->fcxp_mod = mod; in claim_fcxps_mem()
440 fcxp->fcxp_tag = i; in claim_fcxps_mem()
443 list_add_tail(&fcxp->qe, &mod->fcxp_req_free_q); in claim_fcxps_mem()
[all …]
Dbfa_fcs_fcpim.c38 struct bfa_fcxp_s *fcxp, void *cbarg,
176 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
182 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
188 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
455 struct bfa_fcxp_s *fcxp; in bfa_fcs_itnim_send_prli() local
460 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_itnim_send_prli()
462 if (!fcxp) { in bfa_fcs_itnim_send_prli()
468 itnim->fcxp = fcxp; in bfa_fcs_itnim_send_prli()
470 len = fc_prli_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_itnim_send_prli()
473 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag, in bfa_fcs_itnim_send_prli()
[all …]
Dbfa_svc.h118 typedef void (*fcxp_send_cb_t) (struct bfa_s *ioc, struct bfa_fcxp_s *fcxp,
125 typedef void (*bfa_cb_fcxp_send_t) (void *bfad_fcxp, struct bfa_fcxp_s *fcxp,
129 typedef void (*bfa_fcxp_alloc_cbfn_t) (void *cbarg, struct bfa_fcxp_s *fcxp);
628 void bfa_fcxp_discard(struct bfa_fcxp_s *fcxp);
630 void *bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp);
631 void *bfa_fcxp_get_rspbuf(struct bfa_fcxp_s *fcxp);
633 void bfa_fcxp_free(struct bfa_fcxp_s *fcxp);
635 void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
642 bfa_status_t bfa_fcxp_abort(struct bfa_fcxp_s *fcxp);
643 u32 bfa_fcxp_get_reqbufsz(struct bfa_fcxp_s *fcxp);
Dbfa_fcs.h74 struct bfa_fcxp_s *fcxp; member
85 struct bfa_fcxp_s *fcxp; member
94 struct bfa_fcxp_s *fcxp; member
105 struct bfa_fcxp_s *fcxp; member
157 struct bfa_fcxp_s *fcxp; member
416 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ member
450 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ member
519 struct bfa_fcxp_s *fcxp; /* FCXP in use */ member
Dbfa_fcs.c176 struct bfa_fcxp_s *fcxp, void *cbarg,
1333 struct bfa_fcxp_s *fcxp; in bfa_fcs_fabric_send_flogi_acc() local
1337 fcxp = bfa_fcs_fcxp_alloc(fabric->fcs, BFA_FALSE); in bfa_fcs_fabric_send_flogi_acc()
1341 if (!fcxp) in bfa_fcs_fabric_send_flogi_acc()
1344 reqlen = fc_flogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_fabric_send_flogi_acc()
1351 bfa_fcxp_send(fcxp, NULL, fabric->vf_id, fabric->lps->bfa_tag, in bfa_fcs_fabric_send_flogi_acc()
1361 bfa_fcs_fabric_flogiacc_comp(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_fabric_flogiacc_comp() argument
Dbfad_bsg.c3233 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb() argument