Searched defs:rtw89_pci_tx_ring (Results 1 – 1 of 1) sorted by relevance
923 struct rtw89_pci_tx_ring { struct924 struct rtw89_pci_tx_wd_ring wd_ring;925 struct rtw89_pci_dma_ring bd_ring;926 struct list_head busy_pages;927 u8 txch;928 bool dma_enabled;929 u16 tag; /* range from 0x0001 ~ 0x1fff */931 u64 tx_cnt;932 u64 tx_acked;933 u64 tx_retry_lmt;[all …]