Searched refs:n_wq (Results 1 – 3 of 3) sorted by relevance
481 hw->config.n_wq = hw->qtop->entry_counts[QTOP_WQ]; in ocs_hw_setup()503 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()9021 hw->config.n_wq = ((hw->config.n_io * 2) + (max_wq_entries - 1)) / max_wq_entries; in ocs_hw_adjust_wqs()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()[all …]
904 uint32_t n_wq; /**< number of work queues */ member
1386 rval = hw->config.n_wq; in tok_getnumber()