Home
last modified time | relevance | path

Searched refs:sgeid (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/bfa/
Dbfa_svc.h115 typedef u64 (*bfa_fcxp_get_sgaddr_t) (void *bfad_fcxp, int sgeid);
116 typedef u32 (*bfa_fcxp_get_sglen_t) (void *bfad_fcxp, int sgeid);
Dbfad_bsg.c3181 bfad_fcxp_get_req_sgaddr_cb(void *bfad_fcxp, int sgeid) in bfad_fcxp_get_req_sgaddr_cb() argument
3187 sge = drv_fcxp->req_sge + 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() argument
3198 sge = drv_fcxp->req_sge + 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() argument
3209 sge = drv_fcxp->rsp_sge + 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() argument
3220 sge = drv_fcxp->rsp_sge + sgeid; in bfad_fcxp_get_rsp_sglen_cb()