Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/nvme/
HDnvme_attach.c266 sc->entimo = hz * 5; in nvme_pci_attach()
289 sc->entimo = NVME_CAP_TIMEOUT_GET(sc->cap) * hz / 2; /* in ticks */ in nvme_pci_attach()
290 ++sc->entimo; /* fudge */ in nvme_pci_attach()
HDnvme.h205 uint32_t entimo; /* enable timeout in ticks */ member
HDnvme.c82 while ((int)(ticks - base_ticks) < sc->entimo) { in nvme_enable()