Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ocs_fc/
HDocs_hw.c9011 uint32_t max_cq_entries = hw->num_qentries[SLI_QTYPE_CQ]; in ocs_hw_adjust_wqs() local
9018 if (max_cq_entries < max_wq_entries * 2) { in ocs_hw_adjust_wqs()
9019 max_wq_entries = hw->num_qentries[SLI_QTYPE_WQ] = max_cq_entries / 2; in ocs_hw_adjust_wqs()