Searched refs:max_tfd_queue_size (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/cfg/ |
H A D | 6000.c | 55 .max_tfd_queue_size = 256, 68 .max_tfd_queue_size = 256, 81 .max_tfd_queue_size = 256,
|
H A D | 2000.c | 46 .max_tfd_queue_size = 256, 60 .max_tfd_queue_size = 256,
|
H A D | dr.c | 28 .max_tfd_queue_size = 65536,
|
H A D | sc.c | 33 .max_tfd_queue_size = 65536,
|
H A D | 22000.c | 29 .max_tfd_queue_size = 256,
|
H A D | 9000.c | 32 .max_tfd_queue_size = 256,
|
H A D | bz.c | 30 .max_tfd_queue_size = 65536,
|
H A D | 1000.c | 34 .max_tfd_queue_size = 256,
|
H A D | ax210.c | 24 .max_tfd_queue_size = 65536,
|
H A D | 8000.c | 41 .max_tfd_queue_size = 256,
|
H A D | 5000.c | 36 .max_tfd_queue_size = 256,
|
H A D | 7000.c | 55 .max_tfd_queue_size = 256,
|
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
H A D | tx.c | 461 trans->mac_cfg->base->max_tfd_queue_size, in iwl_pcie_txq_free() 697 (trans->mac_cfg->base->max_tfd_queue_size - 1), in iwl_txq_log_scd_error() 699 (trans->mac_cfg->base->max_tfd_queue_size - 1), in iwl_txq_log_scd_error() 726 slots_num : trans->mac_cfg->base->max_tfd_queue_size; in iwl_pcie_txq_alloc() 909 trans->mac_cfg->base->max_tfd_queue_size; in iwl_txq_init() 1094 if (idx >= trans->mac_cfg->base->max_tfd_queue_size || in iwl_pcie_cmdq_reclaim() 1099 trans->mac_cfg->base->max_tfd_queue_size, in iwl_pcie_cmdq_reclaim() 2389 trans->mac_cfg->base->max_tfd_queue_size, in iwl_pcie_reclaim()
|
H A D | tx-gen2.c | 538 if (q->n_window < trans->mac_cfg->base->max_tfd_queue_size) in iwl_txq_space() 541 max = trans->mac_cfg->base->max_tfd_queue_size - 1; in iwl_txq_space() 548 (trans->mac_cfg->base->max_tfd_queue_size - 1); in iwl_txq_space() 1002 wr_ptr &= (trans->mac_cfg->base->max_tfd_queue_size - 1); in iwl_pcie_txq_alloc_response()
|
H A D | internal.h | 706 (trans->mac_cfg->base->max_tfd_queue_size - 1); in iwl_txq_inc_wrap() 718 (trans->mac_cfg->base->max_tfd_queue_size - 1); in iwl_txq_dec_wrap()
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-config.h | 191 u32 max_tfd_queue_size; /* def: HW dependent */ member
|