Home
last modified time | relevance | path

Searched refs:leak_slot (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcoex.c1237 cnt_rx_imr = le32_to_cpu(pcysta_v1->leak_slot.cnt_rximr); in _chk_btc_report()
6349 seq_printf(m, ", leak_rx:%d", le32_to_cpu(pcysta->leak_slot.cnt_rximr)); in _show_fbtc_cysta_v1()
6363 le16_to_cpu(pcysta->leak_slot.tavg) / 1000, in _show_fbtc_cysta_v1()
6364 le16_to_cpu(pcysta->leak_slot.tavg) % 1000); in _show_fbtc_cysta_v1()
6369 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v1()
6370 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v1()
Dcore.h1713 struct rtw89_btc_fbtc_cycle_leak_info leak_slot; member