Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/nvme/
Dnvme_ctrlr.c1397 NVME_CAP_HI_MPSMIN(cap_hi), in nvme_ctrlr_construct()
1422 mpsmin = NVME_CAP_HI_MPSMIN(cap_hi); in nvme_ctrlr_construct()
Dnvme.h111 #define NVME_CAP_HI_MPSMIN(x) \ macro