Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dconfigfs.c320 if (ret || mdts < 0 || mdts > NVMET_MAX_MDTS) { in nvmet_param_mdts_store()
322 page, NVMET_MAX_MDTS); in nvmet_param_mdts_store()
H A Dnvmet.h681 #define NVMET_MAX_MDTS 255 macro
H A Dcore.c378 if (port->mdts < 0 || port->mdts > NVMET_MAX_MDTS) in nvmet_enable_port()