Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c818 coex_stat->cnt_bt[COEX_CNT_BT_INFOUPDATE]++; in rtw_coex_update_bt_link_info()
2681 coex_stat->cnt_bt[i] = 0; in rtw_coex_init_coex_var()
3029 coex_stat->cnt_bt[COEX_CNT_BT_IQK]++; in rtw_coex_bt_info_notify()
3175 coex_stat->cnt_bt[COEX_CNT_BT_INQ]++; in rtw_coex_bt_info_notify()
3179 coex_stat->cnt_bt[COEX_CNT_BT_PAGE]++; in rtw_coex_bt_info_notify()
3194 coex_stat->cnt_bt[COEX_CNT_BT_REINIT]++; in rtw_coex_bt_info_notify()
4019 coex_stat->cnt_bt[COEX_CNT_BT_RETRY], in rtw_coex_display_coex_info()
4037 coex_stat->cnt_bt[COEX_CNT_BT_REINIT], in rtw_coex_display_coex_info()
4043 coex_stat->cnt_bt[COEX_CNT_BT_PAGE], in rtw_coex_display_coex_info()
4044 coex_stat->cnt_bt[COEX_CNT_BT_INQ], in rtw_coex_display_coex_info()
[all …]
H A Dmain.h1543 u32 cnt_bt[COEX_CNT_BT_MAX]; member
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1603 btc->cx.cnt_bt[BTC_BCNT_POLUT] = in _chk_btc_report()
1626 btc->cx.cnt_bt[BTC_BCNT_POLUT] = in _chk_btc_report()
1658 btc->cx.cnt_bt[BTC_BCNT_POLUT] = in _chk_btc_report()
1685 btc->cx.cnt_bt[BTC_BCNT_POLUT] = in _chk_btc_report()
6806 cx->cnt_bt[BTC_BCNT_REENABLE]++; in _update_bt_scbd()
7418 cx->cnt_bt[BTC_BCNT_INFOSAME]++; in _update_bt_info()
7454 cx->cnt_bt[BTC_BCNT_RETRY]++; in _update_bt_info()
7516 cx->cnt_bt[BTC_BCNT_RATECHG]++; in _update_bt_info()
8518 cx->cnt_bt[BTC_BCNT_ROLESW], cx->cnt_bt[BTC_BCNT_AFH], in _show_bt_info()
8519 cx->cnt_bt[BTC_BCNT_INQPAG], cx->cnt_bt[BTC_BCNT_INQ], in _show_bt_info()
[all …]
H A Drtw8852a.c1980 cx->cnt_bt[BTC_BCNT_HIPRI_TX] = FIELD_GET(B_AX_STATIS_BT_HI_TX_MASK, val); in rtw8852a_btc_update_bt_cnt()
1981 cx->cnt_bt[BTC_BCNT_HIPRI_RX] = FIELD_GET(B_AX_STATIS_BT_HI_RX_MASK, val); in rtw8852a_btc_update_bt_cnt()
1984 cx->cnt_bt[BTC_BCNT_LOPRI_TX] = FIELD_GET(B_AX_STATIS_BT_LO_TX_1_MASK, val); in rtw8852a_btc_update_bt_cnt()
1985 cx->cnt_bt[BTC_BCNT_LOPRI_RX] = FIELD_GET(B_AX_STATIS_BT_LO_RX_1_MASK, val); in rtw8852a_btc_update_bt_cnt()
H A Dcore.h2092 u32 cnt_bt[BTC_BCNT_NUM]; member