Symbol: bfad_fcxp
drivers/scsi/bfa/bfa_svc.c
630
bfa_fcxp_null_comp(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg,
drivers/scsi/bfa/bfa_svc.h
115
typedef u64 (*bfa_fcxp_get_sgaddr_t) (void *bfad_fcxp, int sgeid);
drivers/scsi/bfa/bfa_svc.h
116
typedef u32 (*bfa_fcxp_get_sglen_t) (void *bfad_fcxp, int sgeid);
drivers/scsi/bfa/bfa_svc.h
117
typedef void (*bfa_cb_fcxp_send_t) (void *bfad_fcxp, struct bfa_fcxp_s *fcxp,
drivers/scsi/bfa/bfa_svc.h
655
struct bfa_fcxp_s *bfa_fcxp_req_rsp_alloc(void *bfad_fcxp, struct bfa_s *bfa,
drivers/scsi/bfa/bfa_svc.h
664
void *cbarg, void *bfad_fcxp,
drivers/scsi/bfa/bfad_bsg.c
3207
bfad_fcxp_get_req_sgaddr_cb(void *bfad_fcxp, int sgeid)
drivers/scsi/bfa/bfad_bsg.c
3209
struct bfad_fcxp *drv_fcxp = bfad_fcxp;
drivers/scsi/bfa/bfad_bsg.c
3219
bfad_fcxp_get_req_sglen_cb(void *bfad_fcxp, int sgeid)
drivers/scsi/bfa/bfad_bsg.c
3221
struct bfad_fcxp *drv_fcxp = bfad_fcxp;
drivers/scsi/bfa/bfad_bsg.c
3229
bfad_fcxp_get_rsp_sgaddr_cb(void *bfad_fcxp, int sgeid)
drivers/scsi/bfa/bfad_bsg.c
3231
struct bfad_fcxp *drv_fcxp = bfad_fcxp;
drivers/scsi/bfa/bfad_bsg.c
3241
bfad_fcxp_get_rsp_sglen_cb(void *bfad_fcxp, int sgeid)
drivers/scsi/bfa/bfad_bsg.c
3243
struct bfad_fcxp *drv_fcxp = bfad_fcxp;
drivers/scsi/bfa/bfad_bsg.c
3251
bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg,
drivers/scsi/bfa/bfad_bsg.c
3255
struct bfad_fcxp *drv_fcxp = bfad_fcxp;
drivers/scsi/bfa/bfad_bsg.c
3328
bfad_fcxp_bsg_send(struct bsg_job *job, struct bfad_fcxp *drv_fcxp,
drivers/scsi/bfa/bfad_bsg.c
3375
struct bfad_fcxp *drv_fcxp;
drivers/scsi/bfa/bfad_bsg.c
3413
drv_fcxp = kzalloc_obj(struct bfad_fcxp);