Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/target/
Dio-cmd-file.c13 #define NVMET_MAX_MPOOL_BVEC 16 macro
55 NVMET_MAX_MPOOL_BVEC * sizeof(struct bio_vec), in nvmet_file_ns_enable()
165 if (nr_bvec > NVMET_MAX_MPOOL_BVEC) in nvmet_file_execute_rw()
179 (nr_bvec - 1 == 0 || bv_cnt == NVMET_MAX_MPOOL_BVEC)) { in nvmet_file_execute_rw()