Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ocs_fc/
HDocs_hw_queues.c76 default_lengths[QTOP_CQ] = hw->num_qentries[SLI_QTYPE_CQ]; in ocs_hw_init_queues()
77 default_lengths[QTOP_WQ] = hw->num_qentries[SLI_QTYPE_WQ]; in ocs_hw_init_queues()
78 default_lengths[QTOP_RQ] = hw->num_qentries[SLI_QTYPE_RQ]; in ocs_hw_init_queues()
HDocs_hw.c403 for (i = 0; i < ARRAY_SIZE(hw->num_qentries); i++) { in ocs_hw_setup()
404 hw->num_qentries[i] = sli_get_max_qentries(&hw->sli, i); in ocs_hw_setup()
1507 *value = hw->num_qentries[SLI_QTYPE_RQ]; in ocs_hw_get()
9001 uint32_t max_wq_entries = hw->num_qentries[SLI_QTYPE_WQ]; in ocs_hw_adjust_wqs()
9002 uint32_t max_cq_entries = hw->num_qentries[SLI_QTYPE_CQ]; in ocs_hw_adjust_wqs()
9010 max_wq_entries = hw->num_qentries[SLI_QTYPE_WQ] = max_cq_entries / 2; in ocs_hw_adjust_wqs()
12628 if (hw->num_qentries[q] > w->value) { in ocs_hw_workaround_setup()
12629 hw->num_qentries[q] = w->value; in ocs_hw_workaround_setup()
12636 if (hw->num_qentries[SLI_QTYPE_RQ] > w->value) { in ocs_hw_workaround_setup()
12637 hw->num_qentries[SLI_QTYPE_RQ] = w->value; in ocs_hw_workaround_setup()
HDocs_hw.h931 uint32_t num_qentries[SLI_QTYPE_MAX]; member