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

/drivers/scsi/bfa/
H A Dbfa_svc.h122 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);
H A Dbfad_bsg.c3194 bfad_fcxp_get_req_sgaddr_cb(void *bfad_fcxp, int sgeid) argument
3200 sge = drv_fcxp->req_sge + sgeid;
3206 bfad_fcxp_get_req_sglen_cb(void *bfad_fcxp, int sgeid) argument
3211 sge = drv_fcxp->req_sge + sgeid;
3216 bfad_fcxp_get_rsp_sgaddr_cb(void *bfad_fcxp, int sgeid) argument
3222 sge = drv_fcxp->rsp_sge + sgeid;
3228 bfad_fcxp_get_rsp_sglen_cb(void *bfad_fcxp, int sgeid) argument
3233 sge = drv_fcxp->rsp_sge + sgeid;

Completed in 58 milliseconds