Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c266 int timeout = ticks + MSEC_2_TICKS(ctrlr->ready_timeout_in_ms); in nvme_ctrlr_wait_for_ready()
278 "within %d ms\n", desired_val, ctrlr->ready_timeout_in_ms); in nvme_ctrlr_wait_for_ready()
1542 ctrlr->ready_timeout_in_ms = to * 500; in nvme_ctrlr_construct()
H A Dnvme_private.h219 uint32_t ready_timeout_in_ms; member