Searched refs:bfad_fcxp (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_svc.h | 122 typedef u64 (*bfa_fcxp_get_sgaddr_t) (void *bfad_fcxp, int sgeid); 123 typedef u32 (*bfa_fcxp_get_sglen_t) (void *bfad_fcxp, int sgeid); 124 typedef void (*bfa_cb_fcxp_send_t) (void *bfad_fcxp, struct bfa_fcxp_s *fcxp, 609 struct bfa_fcxp_s *bfa_fcxp_req_rsp_alloc(void *bfad_fcxp, struct bfa_s *bfa, 618 void *cbarg, void *bfad_fcxp,
|
D | bfad_bsg.c | 3194 bfad_fcxp_get_req_sgaddr_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_req_sgaddr_cb() argument 3196 struct bfad_fcxp *drv_fcxp = bfad_fcxp; in bfad_fcxp_get_req_sgaddr_cb() 3206 bfad_fcxp_get_req_sglen_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_req_sglen_cb() argument 3208 struct bfad_fcxp *drv_fcxp = bfad_fcxp; in bfad_fcxp_get_req_sglen_cb() 3216 bfad_fcxp_get_rsp_sgaddr_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_rsp_sgaddr_cb() argument 3218 struct bfad_fcxp *drv_fcxp = bfad_fcxp; in bfad_fcxp_get_rsp_sgaddr_cb() 3228 bfad_fcxp_get_rsp_sglen_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_rsp_sglen_cb() argument 3230 struct bfad_fcxp *drv_fcxp = bfad_fcxp; in bfad_fcxp_get_rsp_sglen_cb() 3238 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb() argument 3242 struct bfad_fcxp *drv_fcxp = bfad_fcxp; in bfad_send_fcpt_cb() [all …]
|
D | bfad_drv.h | 263 struct bfad_fcxp { struct
|
D | bfa_svc.c | 700 bfa_fcxp_null_comp(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcxp_null_comp() argument
|