Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/target/
Dconfigfs.c159 { NVMF_TREQ_NOT_SPECIFIED, "not specified" },
205 case NVMF_TREQ_NOT_SPECIFIED: in nvmet_addr_treq_store()
480 if (sc == NVMF_TREQ_NOT_SPECIFIED) in nvmet_addr_tsas_store()
485 treq |= NVMF_TREQ_NOT_SPECIFIED; in nvmet_addr_tsas_store()
/linux-6.12.1/include/linux/
Dnvme.h76 NVMF_TREQ_NOT_SPECIFIED = 0, /* Not specified */ enumerator