Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dnvme.c82 static int nvme_identify(struct nvme_softc *, u_int);
419 if (nvme_identify(sc, NVME_CAP_MPSMIN(cap)) != 0) { in nvme_attach()
1575 nvme_identify(struct nvme_softc *sc, u_int mps) in nvme_identify() function