Searched refs:bfa_fcxp_s (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/scsi/bfa/ |
D | bfa_svc.h | 91 struct bfa_fcxp_s *fcxp_list; /* array of FCXPs */ 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); 155 struct bfa_fcxp_s { struct 602 struct bfa_fcxp_s *bfa_fcxp_req_rsp_alloc(void *bfad_fcxp, struct bfa_s *bfa, 620 void bfa_fcxp_discard(struct bfa_fcxp_s *fcxp); 622 void *bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp); 623 void *bfa_fcxp_get_rspbuf(struct bfa_fcxp_s *fcxp); 625 void bfa_fcxp_free(struct bfa_fcxp_s *fcxp); [all …]
|
D | bfa_fcs_lport.c | 382 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_send_ls_rjt() 410 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_send_fcgs_rjt() 549 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_echo() 592 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_rnid() 727 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_abts_acc() 1384 struct bfa_fcxp_s *fcxp_alloced); 1386 struct bfa_fcxp_s *fcxp_alloced); 1388 struct bfa_fcxp_s *fcxp_alloced); 1390 struct bfa_fcxp_s *fcxp, 1397 struct bfa_fcxp_s *fcxp, [all …]
|
D | bfa_fcs_rport.c | 46 struct bfa_fcxp_s *fcxp_alloced); 48 struct bfa_fcxp_s *fcxp_alloced); 50 struct bfa_fcxp_s *fcxp, void *cbarg, 54 struct bfa_fcxp_s *fcxp_alloced); 56 struct bfa_fcxp_s *fcxp, void *cbarg, 60 struct bfa_fcxp_s *fcxp_alloced); 62 struct bfa_fcxp_s *fcxp, void *cbarg, 66 struct bfa_fcxp_s *fcxp, void *cbarg, 70 struct bfa_fcxp_s *fcxp_alloced); 1693 bfa_fcs_rport_send_plogi(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_plogi() [all …]
|
D | bfa_fcs.h | 66 struct bfa_fcxp_s *fcxp; 77 struct bfa_fcxp_s *fcxp; 86 struct bfa_fcxp_s *fcxp; 97 struct bfa_fcxp_s *fcxp; 149 struct bfa_fcxp_s *fcxp; 339 struct bfa_fcxp_s *fcxp_alloced); 405 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ 439 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ 508 struct bfa_fcxp_s *fcxp; /* FCXP in use */
|
D | bfa_fcs_fcpim.c | 28 struct bfa_fcxp_s *fcxp_alloced); 30 struct bfa_fcxp_s *fcxp, void *cbarg, 441 bfa_fcs_itnim_send_prli(void *itnim_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_itnim_send_prli() 447 struct bfa_fcxp_s *fcxp; in bfa_fcs_itnim_send_prli() 475 bfa_fcs_itnim_prli_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_itnim_prli_response()
|
D | bfa_svc.c | 98 static void hal_fcxp_rx_plog(struct bfa_s *bfa, struct bfa_fcxp_s *fcxp, 101 struct bfa_fcxp_s *fcxp, struct fchs_s *fchs); 103 static void bfa_fcxp_queue(struct bfa_fcxp_s *fcxp, 411 struct bfa_fcxp_s *fcxp; in claim_fcxps_mem() 413 fcxp = (struct bfa_fcxp_s *) bfa_mem_kva_curp(mod); in claim_fcxps_mem() 414 memset(fcxp, 0, sizeof(struct bfa_fcxp_s) * mod->num_fcxps); in claim_fcxps_mem() 480 cfg->fwcfg.num_fcxp_reqs * sizeof(struct bfa_fcxp_s)); in bfa_fcxp_meminfo() 509 struct bfa_fcxp_s *fcxp; in bfa_fcxp_iocdisable() 517 fcxp = (struct bfa_fcxp_s *) qe; in bfa_fcxp_iocdisable() 530 static struct bfa_fcxp_s * [all …]
|
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() 1353 bfa_fcs_fabric_flogiacc_comp(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_fabric_flogiacc_comp()
|
D | bfad_bsg.c | 3225 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb() 3305 struct bfa_fcxp_s *hal_fcxp; in bfad_fcxp_bsg_send()
|