Searched refs:io_shortage (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/isci/
H A Disci_controller.c305 uint32_t io_shortage; local
369 * this io_shortage parameter, which will tell CAM that we have a
372 io_shortage = 0;
373 TUNABLE_INT_FETCH("hw.isci.io_shortage", &io_shortage);
374 controller->sim_queue_depth += io_shortage;

Completed in 99 milliseconds