Searched refs:max_tfd_queue_size (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.h | 79 (trans->trans_cfg->base_params->max_tfd_queue_size - 1); in iwl_txq_inc_wrap() 89 (trans->trans_cfg->base_params->max_tfd_queue_size - 1); in iwl_txq_dec_wrap()
|
| H A D | tx.c | 700 if (q->n_window < trans->trans_cfg->base_params->max_tfd_queue_size) in iwl_txq_space() 703 max = trans->trans_cfg->base_params->max_tfd_queue_size - 1; in iwl_txq_space() 710 (trans->trans_cfg->base_params->max_tfd_queue_size - 1); in iwl_txq_space() 939 trans->trans_cfg->base_params->max_tfd_queue_size; in iwl_txq_init() 1025 (trans->trans_cfg->base_params->max_tfd_queue_size - 1), in iwl_txq_log_scd_error() 1027 (trans->trans_cfg->base_params->max_tfd_queue_size - 1), in iwl_txq_log_scd_error() 1053 trans->trans_cfg->base_params->max_tfd_queue_size; in iwl_txq_alloc() 1202 wr_ptr &= (trans->trans_cfg->base_params->max_tfd_queue_size - 1); in iwl_txq_alloc_response() 1621 trans->trans_cfg->base_params->max_tfd_queue_size, in iwl_txq_reclaim()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/cfg/ |
| H A D | 8000.c | 43 .max_tfd_queue_size = 256,
|
| H A D | sc.c | 55 .max_tfd_queue_size = 65536,
|
| H A D | 9000.c | 39 .max_tfd_queue_size = 256,
|
| H A D | bz.c | 58 .max_tfd_queue_size = 65536,
|
| H A D | ax210.c | 72 .max_tfd_queue_size = 65536,
|
| H A D | 22000.c | 53 .max_tfd_queue_size = 256,
|
| H A D | 7000.c | 55 .max_tfd_queue_size = 256,
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-config.h | 178 u32 max_tfd_queue_size; /* def: HW dependent */ member
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | tx.c | 280 trans->trans_cfg->base_params->max_tfd_queue_size, in iwl_pcie_txq_free() 683 if (idx >= trans->trans_cfg->base_params->max_tfd_queue_size || in iwl_pcie_cmdq_reclaim() 688 trans->trans_cfg->base_params->max_tfd_queue_size, in iwl_pcie_cmdq_reclaim()
|