Home
last modified time | relevance | path

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

/src/sys/contrib/alpine-hal/
H A Dal_hal_udma_main.c239 if (udma_params->num_of_queues > DMA_MAX_Q) { in al_udma_init()
245 udma->num_of_queues = udma_params->num_of_queues; in al_udma_init()
282 if (qid >= udma->num_of_queues) { in al_udma_q_init()
447 if (unlikely(qid >= udma->num_of_queues)) { in al_udma_q_handle_get()
H A Dal_hal_udma.h229 uint8_t num_of_queues; /**< number of queues supported by the UDMA */ member
305 uint8_t num_of_queues; /* number of queues supported by the UDMA */ member
/src/sys/contrib/dev/iwlwifi/cfg/
H A Ddr.c24 .num_of_queues = 512,
H A Dsc.c32 .num_of_queues = 512,
H A D9000.c31 .num_of_queues = 31,
H A D22000.c28 .num_of_queues = 512,
H A Dbz.c29 .num_of_queues = 512,
H A Dax210.c23 .num_of_queues = 512,
H A D8000.c40 .num_of_queues = 31,
H A D7000.c54 .num_of_queues = 31,
/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c134 for (i = 0; i < trans->mac_cfg->base->num_of_queues; i++) { in iwl_pcie_txq_check_wrptrs()
488 int nq = trans->mac_cfg->base->num_of_queues; in iwl_pcie_tx_start()
553 for (txq_id = 0; txq_id < trans->mac_cfg->base->num_of_queues; in iwl_trans_pcie_tx_reset()
640 for (txq_id = 0; txq_id < trans->mac_cfg->base->num_of_queues; in iwl_pcie_tx_stop()
663 txq_id < trans->mac_cfg->base->num_of_queues; in iwl_pcie_tx_free()
817 u16 bc_tbls_size = trans->mac_cfg->base->num_of_queues; in iwl_pcie_tx_alloc()
846 kcalloc(trans->mac_cfg->base->num_of_queues, in iwl_pcie_tx_alloc()
855 for (txq_id = 0; txq_id < trans->mac_cfg->base->num_of_queues; in iwl_pcie_tx_alloc()
974 for (txq_id = 0; txq_id < trans->mac_cfg->base->num_of_queues; in iwl_pcie_tx_init()
1002 if (trans->mac_cfg->base->num_of_queues > 20) in iwl_pcie_tx_init()
[all …]
H A Dtrans.c2638 cnt < trans->mac_cfg->base->num_of_queues; in iwl_trans_pcie_wait_txqs_empty()
2782 if (*pos >= priv->trans->mac_cfg->base->num_of_queues) in iwl_dbgfs_tx_queue_seq_start()
2800 if (*pos >= priv->trans->mac_cfg->base->num_of_queues) in iwl_dbgfs_tx_queue_seq_next()
H A Drx.c1697 for (i = 0; i < trans->mac_cfg->base->num_of_queues; i++) { in iwl_pcie_irq_handle_error()
/src/sys/contrib/dev/iwlwifi/
H A Diwl-config.h229 u16 num_of_queues; /* def: HW dependent */ member
/src/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c797 if (WARN(maxq >= mvm->trans->mac_cfg->base->num_of_queues, in iwl_mvm_find_free_queue()
799 mvm->trans->mac_cfg->base->num_of_queues)) in iwl_mvm_find_free_queue()
800 maxq = mvm->trans->mac_cfg->base->num_of_queues - 1; in iwl_mvm_find_free_queue()
H A Dmvm.h2346 return ((BIT(mvm->trans->mac_cfg->base->num_of_queues) - 1) & in iwl_mvm_flushable_queues()
/src/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c587 udma_params.num_of_queues = AL_ETH_UDMA_TX_QUEUES; in al_eth_adapter_init()
605 udma_params.num_of_queues = AL_ETH_UDMA_RX_QUEUES; in al_eth_adapter_init()