Searched defs:bfad_fcxp (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/bfa/ |
A D | bfad_drv.h | 256 struct bfad_fcxp { struct 260 u16 tag; 261 u16 rsp_len; 262 u16 rsp_maxlen; 263 u8 use_ireqbuf; 264 u8 use_irspbuf; 265 u32 num_req_sgles; 266 u32 num_rsp_sgles; 267 struct fchs_s fchs; 273 void *send_cbarg; [all …]
|
A D | bfad_bsg.c | 3181 bfad_fcxp_get_req_sgaddr_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_req_sgaddr_cb() 3193 bfad_fcxp_get_req_sglen_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_req_sglen_cb() 3203 bfad_fcxp_get_rsp_sgaddr_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_rsp_sgaddr_cb() 3215 bfad_fcxp_get_rsp_sglen_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_rsp_sglen_cb() 3225 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb()
|
A D | bfa_svc.c | 644 bfa_fcxp_null_comp(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcxp_null_comp()
|
Completed in 25 milliseconds