Searched defs:rtw89_pci_tx_ring (Results 1 – 1 of 1) sorted by relevance
1485 struct rtw89_pci_tx_ring { struct1486 struct rtw89_pci_tx_wd_ring wd_ring;1487 struct rtw89_pci_dma_ring bd_ring;1488 struct list_head busy_pages;1489 u8 txch;1490 bool dma_enabled;1491 u16 tag; /* range from 0x0001 ~ 0x1fff */1493 u64 tx_cnt;1494 u64 tx_acked;1495 u64 tx_retry_lmt;[all …]