Searched defs:iwl_trans_pcie (Results 1 – 1 of 1) sorted by relevance
215 struct iwl_trans_pcie { struct216 struct iwl_rx_queue rxq;217 struct work_struct rx_replenish;218 struct iwl_trans *trans;221 __le32 *ict_tbl;222 dma_addr_t ict_tbl_dma;223 int ict_index;247 ((struct iwl_trans_pcie *) ((_iwl_trans)->trans_specific)) argument