Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h330 NVME_SQ_PRIO_MEDIUM = (2 << 1), enumerator
H A Dnvme.c415 int flags = NVME_QUEUE_PHYS_CONTIG | NVME_SQ_PRIO_MEDIUM; in nvme_alloc_sq()
/openbmc/linux/include/linux/
H A Dnvme.h1203 NVME_SQ_PRIO_MEDIUM = (2 << 1), enumerator
/openbmc/linux/drivers/nvme/host/
H A Dpci.c1192 flags |= NVME_SQ_PRIO_MEDIUM; in adapter_alloc_sq()