Searched refs:NVME_CAP_STRIDE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ | ||
D | nvme.h | 38 #define NVME_CAP_STRIDE(cap) (((cap) >> 32) & 0xf) macro |
/linux-4.4.14/drivers/nvme/host/ | ||
D | pci.c | 2718 dev->db_stride = 1 << NVME_CAP_STRIDE(cap); in nvme_dev_map() |