Home
last modified time | relevance | path

Searched refs:cnt_bt (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Dcoex.c728 coex_stat->cnt_bt[COEX_CNT_BT_INFOUPDATE] % 3 == 0) { in rtw_coex_update_bt_link_info()
800 coex_stat->cnt_bt[COEX_CNT_BT_INFOUPDATE]++; in rtw_coex_update_bt_link_info()
2657 coex_stat->cnt_bt[i] = 0; in rtw_coex_init_coex_var()
3002 coex_stat->cnt_bt[COEX_CNT_BT_IQK]++; in rtw_coex_bt_info_notify()
3004 coex_stat->cnt_bt[COEX_CNT_BT_IQKFAIL]++; in rtw_coex_bt_info_notify()
3141 coex_stat->cnt_bt[COEX_CNT_BT_RETRY] = coex_stat->bt_info_lb3 & 0xf; in rtw_coex_bt_info_notify()
3142 if (coex_stat->cnt_bt[COEX_CNT_BT_RETRY] >= 1) in rtw_coex_bt_info_notify()
3143 coex_stat->cnt_bt[COEX_CNT_BT_POPEVENT]++; in rtw_coex_bt_info_notify()
3148 coex_stat->cnt_bt[COEX_CNT_BT_INQ]++; in rtw_coex_bt_info_notify()
3152 coex_stat->cnt_bt[COEX_CNT_BT_PAGE]++; in rtw_coex_bt_info_notify()
[all …]
Dmain.h1509 u32 cnt_bt[COEX_CNT_BT_MAX]; member
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcoex.c1110 cnt = cx->cnt_bt[BTC_BCNT_LOPRI_TX]; in _chk_btc_err()
1123 cnt = cx->cnt_bt[BTC_BCNT_HIPRI_RX] + in _chk_btc_err()
1124 cx->cnt_bt[BTC_BCNT_HIPRI_TX] + in _chk_btc_err()
1125 cx->cnt_bt[BTC_BCNT_LOPRI_RX] + in _chk_btc_err()
1126 cx->cnt_bt[BTC_BCNT_LOPRI_TX]; in _chk_btc_err()
1579 btc->cx.cnt_bt[BTC_BCNT_POLUT] = in _chk_btc_report()
1594 btc->cx.cnt_bt[BTC_BCNT_HIPRI_TX] = in _chk_btc_report()
1596 btc->cx.cnt_bt[BTC_BCNT_HIPRI_RX] = in _chk_btc_report()
1598 btc->cx.cnt_bt[BTC_BCNT_LOPRI_TX] = in _chk_btc_report()
1600 btc->cx.cnt_bt[BTC_BCNT_LOPRI_RX] = in _chk_btc_report()
[all …]
Drtw8852a.c1965 cx->cnt_bt[BTC_BCNT_HIPRI_TX] = FIELD_GET(B_AX_STATIS_BT_HI_TX_MASK, val); in rtw8852a_btc_update_bt_cnt()
1966 cx->cnt_bt[BTC_BCNT_HIPRI_RX] = FIELD_GET(B_AX_STATIS_BT_HI_RX_MASK, val); in rtw8852a_btc_update_bt_cnt()
1969 cx->cnt_bt[BTC_BCNT_LOPRI_TX] = FIELD_GET(B_AX_STATIS_BT_LO_TX_1_MASK, val); in rtw8852a_btc_update_bt_cnt()
1970 cx->cnt_bt[BTC_BCNT_LOPRI_RX] = FIELD_GET(B_AX_STATIS_BT_LO_RX_1_MASK, val); in rtw8852a_btc_update_bt_cnt()
Dcore.h2076 u32 cnt_bt[BTC_BCNT_NUM]; member