Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/target/
Dnvmet.h343 #define NVMET_MAX_INLINE_BIOVEC 8 macro
344 #define NVMET_MAX_INLINE_DATA_LEN NVMET_MAX_INLINE_BIOVEC * PAGE_SIZE
354 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
684 req->sg_cnt <= NVMET_MAX_INLINE_BIOVEC; in nvmet_use_inline_bvec()
Dio-cmd-file.c236 if (nr_bvec > NVMET_MAX_INLINE_BIOVEC) in nvmet_file_execute_rw()