Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dconfigfs.c161 { NVMF_TREQ_NOT_SPECIFIED, "not specified" },
207 case NVMF_TREQ_NOT_SPECIFIED: in nvmet_addr_treq_store()
482 if (sc == NVMF_TREQ_NOT_SPECIFIED) in nvmet_addr_tsas_store()
487 treq |= NVMF_TREQ_NOT_SPECIFIED; in nvmet_addr_tsas_store()
/linux/include/linux/
H A Dnvme.h77 NVMF_TREQ_NOT_SPECIFIED = 0, /* Not specified */ enumerator