Searched defs:rtw89_pci_tx_ring (Results 1 – 1 of 1) sorted by relevance
1387 struct rtw89_pci_tx_ring { struct1388 struct rtw89_pci_tx_wd_ring wd_ring;1389 struct rtw89_pci_dma_ring bd_ring;1390 struct list_head busy_pages;1391 u8 txch;1392 bool dma_enabled;1393 u16 tag; /* range from 0x0001 ~ 0x1fff */1395 u64 tx_cnt;1396 u64 tx_acked;1397 u64 tx_retry_lmt;[all …]