Home
last modified time | relevance | path

Searched defs:iwl_pcie_txqs (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/pcie/
Dinternal.h312 struct iwl_pcie_txqs { struct
313 unsigned long queue_used[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
314 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
315 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES];
316 struct dma_pool *bc_pool;
317 size_t bc_tbl_size;
318 bool bc_table_dword;
319 u8 page_offs;
320 u8 dev_cmd_offs;
321 struct iwl_tso_hdr_page __percpu *tso_hdr_page;
[all …]