Searched refs:nvme_retry_count (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/nvme/
H A Dnvme.c54 int32_t nvme_retry_count; variable
H A Dnvme_ctrlr.c1195 nvme_retry_count = NVME_DEFAULT_RETRY_COUNT;
1196 TUNABLE_INT_FETCH("hw.nvme.retry_count", &nvme_retry_count);
H A Dnvme_private.h114 extern int32_t nvme_retry_count;
H A Dnvme_qpair.c372 req->retries < nvme_retry_count;

Completed in 274 milliseconds