Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/nvme/
HDnvme_sysctl.c149 ctrlr->timeout_period < NVME_MIN_TIMEOUT_PERIOD) { in nvme_sysctl_timeout_period()
HDnvme_private.h97 #define NVME_MIN_TIMEOUT_PERIOD (5) macro
HDnvme_ctrlr.c1192 timeout_period = max(timeout_period, NVME_MIN_TIMEOUT_PERIOD); in nvme_ctrlr_construct()