Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c479 coex_stat->lo_pri_rx = FIELD_GET(MASKHWORD, tmp); in rtw_coex_monitor_bt_ctr()
487 coex_stat->lo_pri_rx, coex_stat->lo_pri_tx); in rtw_coex_monitor_bt_ctr()
505 coex_stat->lo_pri_tx == 0 && coex_stat->lo_pri_rx == 0) in rtw_coex_monitor_bt_enable()
509 coex_stat->lo_pri_tx == 0xffff && coex_stat->lo_pri_rx == 0xffff) in rtw_coex_monitor_bt_enable()
1749 if (coex_stat->lo_pri_rx + coex_stat->lo_pri_tx > 250) in rtw_coex_action_bt_idle()
1985 (coex_stat->lo_pri_rx + in rtw_coex_action_bt_hid()
4055 coex_stat->lo_pri_tx, coex_stat->lo_pri_rx); in rtw_coex_display_coex_info()
H A Dmain.h1504 u32 lo_pri_rx; member