Searched refs:mq_rx_supported (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/cfg/ |
A D | 9000.c | 124 .mq_rx_supported = true, 131 .mq_rx_supported = true, 140 .mq_rx_supported = true, 149 .mq_rx_supported = true,
|
A D | 22000.c | 330 .mq_rx_supported = true, 339 .mq_rx_supported = true, 351 .mq_rx_supported = true, 363 .mq_rx_supported = true, 376 .mq_rx_supported = true, 386 .mq_rx_supported = true, 400 .mq_rx_supported = true, 414 .mq_rx_supported = true, 483 .mq_rx_supported = true, 493 .mq_rx_supported = true, [all …]
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/pcie/ |
A D | rx.c | 151 } else if (trans->trans_cfg->mq_rx_supported) { in iwl_pcie_rx_stop() 193 if (!trans->trans_cfg->mq_rx_supported) in iwl_pcie_rxq_inc_wr_ptr() 351 if (trans->trans_cfg->mq_rx_supported) in iwl_pcie_rxq_restock() 663 return trans->trans_cfg->mq_rx_supported ? in iwl_pcie_free_bd_size() 715 if (trans->trans_cfg->mq_rx_supported) in iwl_pcie_alloc_rxq_dma() 731 if (trans->trans_cfg->mq_rx_supported) { in iwl_pcie_alloc_rxq_dma() 1120 queue_size = trans->trans_cfg->mq_rx_supported ? in _iwl_pcie_rx_init() 1151 if (trans->trans_cfg->mq_rx_supported) in iwl_pcie_rx_init() 1433 if (!trans->trans_cfg->mq_rx_supported) { in iwl_pcie_get_rxb()
|
A D | trans.c | 1195 if (trans->trans_cfg->mq_rx_supported && in iwl_pcie_conf_msix_hw() 1649 if (!cfg_trans->mq_rx_supported) in iwl_pcie_set_interrupt_capa() 3305 !trans->trans_cfg->mq_rx_supported && in iwl_trans_pcie_dump_data()
|
A D | tx.c | 794 scd_bug = !trans->trans_cfg->mq_rx_supported && in iwl_trans_pcie_txq_enable()
|
A D | drv.c | 1662 if (iwl_trans->trans_cfg->mq_rx_supported) { in iwl_pci_probe()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/ |
A D | iwl-config.h | 274 mq_rx_supported:1, member
|
A D | iwl-io.c | 369 if (trans->trans_cfg->mq_rx_supported) in iwl_dump_fh()
|
A D | iwl-nvm-parse.c | 489 if (trans->trans_cfg->mq_rx_supported) in iwl_init_vht_hw_capab() 496 if (trans->trans_cfg->mq_rx_supported) in iwl_init_vht_hw_capab()
|
A D | iwl-eeprom-parse.c | 716 if (trans->trans_cfg->mq_rx_supported || in iwl_init_ht_hw_capab()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | debugfs.c | 1170 if (!mvm->trans->trans_cfg->mq_rx_supported) in iwl_dbgfs_inject_packet_write()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/ |
A D | dbg.c | 639 if (fwrt->trans->trans_cfg->mq_rx_supported) { in iwl_fw_prph_handler()
|
Completed in 53 milliseconds