Searched refs:num_of_queues (Results 1 – 17 of 17) sorted by relevance
| /src/sys/contrib/alpine-hal/ |
| H A D | al_hal_udma_main.c | 239 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 D | al_hal_udma.h | 229 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 D | dr.c | 24 .num_of_queues = 512,
|
| H A D | sc.c | 32 .num_of_queues = 512,
|
| H A D | 9000.c | 31 .num_of_queues = 31,
|
| H A D | 22000.c | 28 .num_of_queues = 512,
|
| H A D | bz.c | 29 .num_of_queues = 512,
|
| H A D | ax210.c | 23 .num_of_queues = 512,
|
| H A D | 8000.c | 40 .num_of_queues = 31,
|
| H A D | 7000.c | 54 .num_of_queues = 31,
|
| /src/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | tx.c | 134 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 D | trans.c | 2638 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 D | rx.c | 1697 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 D | iwl-config.h | 229 u16 num_of_queues; /* def: HW dependent */ member
|
| /src/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | sta.c | 797 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 D | mvm.h | 2346 return ((BIT(mvm->trans->mac_cfg->base->num_of_queues) - 1) & in iwl_mvm_flushable_queues()
|
| /src/sys/contrib/alpine-hal/eth/ |
| H A D | al_hal_eth_main.c | 587 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()
|