Home
last modified time | relevance | path

Searched defs:rtw89_pci_tx_ring (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dpci.h923 struct rtw89_pci_tx_ring { struct
924 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;
931 u64 tx_cnt;
932 u64 tx_acked;
933 u64 tx_retry_lmt;
934 u64 tx_life_time;
[all …]