Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnvme.h641 NVME_CMD_EFFECTS_NIC = 1 << 3, enumerator
/openbmc/linux/drivers/nvme/host/
H A Dcore.c1124 if (effects & (NVME_CMD_EFFECTS_NIC | NVME_CMD_EFFECTS_NCC)) { in nvme_passthru_end()