Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.h79 uint32_t entry_counts[QTOP_LAST]; member
H A Docs_hw_queues.c1022 return hw->qtop->entry_counts[QTOP_EQ]; in ocs_hw_qtop_eq_count()
1503 qtop->entry_counts[qt->entry]++; in parse_topology()
H A Docs_hw.c478 hw->config.n_eq = hw->qtop->entry_counts[QTOP_EQ]; in ocs_hw_setup()
479 hw->config.n_cq = hw->qtop->entry_counts[QTOP_CQ]; in ocs_hw_setup()
480 hw->config.n_rq = hw->qtop->entry_counts[QTOP_RQ]; in ocs_hw_setup()
481 hw->config.n_wq = hw->qtop->entry_counts[QTOP_WQ]; in ocs_hw_setup()
482 hw->config.n_mq = hw->qtop->entry_counts[QTOP_MQ]; in ocs_hw_setup()