Home
last modified time | relevance | path

Searched refs:NVMET_MAX_INLINE_BIOVEC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dnvmet.h309 #define NVMET_MAX_INLINE_BIOVEC 8 macro
310 #define NVMET_MAX_INLINE_DATA_LEN NVMET_MAX_INLINE_BIOVEC * PAGE_SIZE
320 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
617 req->sg_cnt <= NVMET_MAX_INLINE_BIOVEC; in nvmet_use_inline_bvec()
H A Dio-cmd-file.c255 if (nr_bvec > NVMET_MAX_INLINE_BIOVEC) in nvmet_file_execute_rw()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dnvmet.h346 #define NVMET_MAX_INLINE_BIOVEC 8 macro
347 #define NVMET_MAX_INLINE_DATA_LEN NVMET_MAX_INLINE_BIOVEC * PAGE_SIZE
357 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
687 req->sg_cnt <= NVMET_MAX_INLINE_BIOVEC; in nvmet_use_inline_bvec()
H A Dio-cmd-file.c230 if (nr_bvec > NVMET_MAX_INLINE_BIOVEC) in nvmet_file_execute_rw()

Completed in 5 milliseconds