Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c503 if (hw->config.n_wq > OCS_HW_MAX_NUM_WQ) { in ocs_hw_setup()
718 if (hw->config.n_wq > q_count) { in ocs_hw_init()
720 hw->config.n_wq, q_count); in ocs_hw_init()
9027 if (hw->config.n_wq < 4 && in ocs_hw_adjust_wqs()
9029 hw->config.n_wq = 4; in ocs_hw_adjust_wqs()
9035 if (hw->config.n_wq < 2 && in ocs_hw_adjust_wqs()
9037 hw->config.n_wq = 2; in ocs_hw_adjust_wqs()
9041 if (hw->config.n_wq > OCS_HW_MAX_NUM_WQ) { in ocs_hw_adjust_wqs()
9042 hw->config.n_wq = OCS_HW_MAX_NUM_WQ; in ocs_hw_adjust_wqs()
9046 if (hw->config.n_wq > max_wq_num) { in ocs_hw_adjust_wqs()
[all …]
H A Docs_hw.h904 uint32_t n_wq; /**< number of work queues */ member
H A Docs_hw_queues.c1386 rval = hw->config.n_wq; in tok_getnumber()