Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_svc.h99 struct bfa_fcxp_s *fcxp_list; /* array of FCXPs */
118 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);
163 struct bfa_fcxp_s { struct
610 struct bfa_fcxp_s *bfa_fcxp_req_rsp_alloc(void *bfad_fcxp, struct bfa_s *bfa,
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);
[all …]
Dbfa_fcs_lport.c390 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_send_ls_rjt()
418 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_send_fcgs_rjt()
557 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_echo()
600 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_rnid()
735 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_abts_acc()
1392 struct bfa_fcxp_s *fcxp_alloced);
1394 struct bfa_fcxp_s *fcxp_alloced);
1396 struct bfa_fcxp_s *fcxp_alloced);
1398 struct bfa_fcxp_s *fcxp,
1405 struct bfa_fcxp_s *fcxp,
[all …]
Dbfa_fcs_rport.c54 struct bfa_fcxp_s *fcxp_alloced);
56 struct bfa_fcxp_s *fcxp_alloced);
58 struct bfa_fcxp_s *fcxp, void *cbarg,
62 struct bfa_fcxp_s *fcxp_alloced);
64 struct bfa_fcxp_s *fcxp, void *cbarg,
68 struct bfa_fcxp_s *fcxp_alloced);
70 struct bfa_fcxp_s *fcxp, void *cbarg,
74 struct bfa_fcxp_s *fcxp, void *cbarg,
78 struct bfa_fcxp_s *fcxp_alloced);
1706 bfa_fcs_rport_send_plogi(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_plogi()
[all …]
Dbfa_fcs.h74 struct bfa_fcxp_s *fcxp;
85 struct bfa_fcxp_s *fcxp;
94 struct bfa_fcxp_s *fcxp;
105 struct bfa_fcxp_s *fcxp;
157 struct bfa_fcxp_s *fcxp;
350 struct bfa_fcxp_s *fcxp_alloced);
416 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */
450 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */
519 struct bfa_fcxp_s *fcxp; /* FCXP in use */
Dbfa_fcs_fcpim.c36 struct bfa_fcxp_s *fcxp_alloced);
38 struct bfa_fcxp_s *fcxp, void *cbarg,
449 bfa_fcs_itnim_send_prli(void *itnim_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_itnim_send_prli()
455 struct bfa_fcxp_s *fcxp; in bfa_fcs_itnim_send_prli()
483 bfa_fcs_itnim_prli_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_itnim_prli_response()
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()
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()
494 cfg->fwcfg.num_fcxp_reqs * sizeof(struct bfa_fcxp_s)); in bfa_fcxp_meminfo()
523 struct bfa_fcxp_s *fcxp; in bfa_fcxp_iocdisable()
531 fcxp = (struct bfa_fcxp_s *) qe; in bfa_fcxp_iocdisable()
544 static struct bfa_fcxp_s *
[all …]
Dbfa_fcs.c176 struct bfa_fcxp_s *fcxp, void *cbarg,
1333 struct bfa_fcxp_s *fcxp; 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()
Dbfad_bsg.c3233 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb()
3313 struct bfa_fcxp_s *hal_fcxp; in bfad_fcxp_bsg_send()