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