Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnvme.h137 #define NVME_CAP_STRIDE(cap) (((cap) >> 32) & 0xf) macro
/kernel/linux/linux-5.10/drivers/nvme/host/
Dpci.c2401 dev->db_stride = 1 << NVME_CAP_STRIDE(dev->ctrl.cap); in nvme_pci_enable()