Home
last modified time | relevance | path

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

/drivers/nvme/target/
Dnvmet.h211 #define NVMET_MAX_INLINE_BIOVEC 8 macro
221 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
Dio-cmd.c41 bio->bi_max_vecs = NVMET_MAX_INLINE_BIOVEC; in nvmet_inline_bio_init()