Searched refs:bfa_fcxp_s (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_svc.h | 98 struct bfa_fcxp_s *fcxp_list; /* array of FCXPs */ 117 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); 162 struct bfa_fcxp_s { struct 609 struct bfa_fcxp_s *bfa_fcxp_req_rsp_alloc(void *bfad_fcxp, struct bfa_s *bfa, 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); [all …]
|
D | bfa_fcs_lport.c | 378 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_send_ls_rjt() 406 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_send_fcgs_rjt() 545 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_echo() 588 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_rnid() 723 struct bfa_fcxp_s *fcxp; in bfa_fcs_lport_abts_acc() 1380 struct bfa_fcxp_s *fcxp_alloced); 1382 struct bfa_fcxp_s *fcxp_alloced); 1384 struct bfa_fcxp_s *fcxp_alloced); 1386 struct bfa_fcxp_s *fcxp, 1393 struct bfa_fcxp_s *fcxp, [all …]
|
D | bfa_fcs_rport.c | 53 struct bfa_fcxp_s *fcxp_alloced); 55 struct bfa_fcxp_s *fcxp_alloced); 57 struct bfa_fcxp_s *fcxp, void *cbarg, 61 struct bfa_fcxp_s *fcxp_alloced); 63 struct bfa_fcxp_s *fcxp, void *cbarg, 67 struct bfa_fcxp_s *fcxp_alloced); 69 struct bfa_fcxp_s *fcxp, void *cbarg, 73 struct bfa_fcxp_s *fcxp, void *cbarg, 77 struct bfa_fcxp_s *fcxp_alloced); 1705 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 | 73 struct bfa_fcxp_s *fcxp; 84 struct bfa_fcxp_s *fcxp; 93 struct bfa_fcxp_s *fcxp; 104 struct bfa_fcxp_s *fcxp; 156 struct bfa_fcxp_s *fcxp; 349 struct bfa_fcxp_s *fcxp_alloced); 415 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ 449 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ 518 struct bfa_fcxp_s *fcxp; /* FCXP in use */
|
D | bfa_fcs_fcpim.c | 35 struct bfa_fcxp_s *fcxp_alloced); 37 struct bfa_fcxp_s *fcxp, void *cbarg, 448 bfa_fcs_itnim_send_prli(void *itnim_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_itnim_send_prli() 454 struct bfa_fcxp_s *fcxp; in bfa_fcs_itnim_send_prli() 482 bfa_fcs_itnim_prli_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_itnim_prli_response()
|
D | bfa_svc.c | 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() 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() 521 cfg->fwcfg.num_fcxp_reqs * sizeof(struct bfa_fcxp_s)); in bfa_fcxp_meminfo() 565 struct bfa_fcxp_s *fcxp; in bfa_fcxp_iocdisable() 573 fcxp = (struct bfa_fcxp_s *) qe; in bfa_fcxp_iocdisable() 586 static struct bfa_fcxp_s * [all …]
|
D | bfa_fcs.c | 238 struct bfa_fcxp_s *fcxp, void *cbarg, 1451 struct bfa_fcxp_s *fcxp; 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()
|
D | bfad_bsg.c | 3238 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb() 3317 struct bfa_fcxp_s *hal_fcxp; in bfad_fcxp_bsg_send()
|