Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dnvme.c1581 u_int mdts; in nvme_identify() local
1622 if (sc->sc_identify.mdts > 0) { in nvme_identify()
1623 mdts = (1 << sc->sc_identify.mdts) * (1 << mps); in nvme_identify()
1624 if (mdts < sc->sc_mdts) in nvme_identify()
1625 sc->sc_mdts = mdts; in nvme_identify()
Dnvmereg.h424 uint8_t mdts; /* Maximum Data Transfer Size */ member