Searched refs:cnt_bt (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/ |
A D | coex.c | 800 coex_stat->cnt_bt[COEX_CNT_BT_INFOUPDATE]++; in rtw_coex_update_bt_link_info() 2675 coex_stat->cnt_bt[i] = 0; in rtw_coex_init_coex_var() 3020 coex_stat->cnt_bt[COEX_CNT_BT_IQK]++; in rtw_coex_bt_info_notify() 3166 coex_stat->cnt_bt[COEX_CNT_BT_INQ]++; in rtw_coex_bt_info_notify() 3170 coex_stat->cnt_bt[COEX_CNT_BT_PAGE]++; in rtw_coex_bt_info_notify() 3185 coex_stat->cnt_bt[COEX_CNT_BT_REINIT]++; in rtw_coex_bt_info_notify() 4006 coex_stat->cnt_bt[COEX_CNT_BT_RETRY], in rtw_coex_display_coex_info() 4024 coex_stat->cnt_bt[COEX_CNT_BT_REINIT], in rtw_coex_display_coex_info() 4030 coex_stat->cnt_bt[COEX_CNT_BT_PAGE], in rtw_coex_display_coex_info() 4031 coex_stat->cnt_bt[COEX_CNT_BT_INQ], in rtw_coex_display_coex_info() [all …]
|
A D | main.h | 1492 u32 cnt_bt[COEX_CNT_BT_MAX]; member
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/ |
A D | coex.c | 1164 btc->cx.cnt_bt[BTC_BCNT_POLUT] = in _chk_btc_report() 1196 btc->cx.cnt_bt[BTC_BCNT_POLUT] = in _chk_btc_report() 5141 cx->cnt_bt[BTC_BCNT_RETRY]++; in _update_bt_info() 5196 cx->cnt_bt[BTC_BCNT_RATECHG]++; in _update_bt_info() 5978 cx->cnt_bt[BTC_BCNT_RELINK], cx->cnt_bt[BTC_BCNT_RATECHG], in _show_bt_info() 5979 cx->cnt_bt[BTC_BCNT_REINIT], cx->cnt_bt[BTC_BCNT_REENABLE]); in _show_bt_info() 5983 cx->cnt_bt[BTC_BCNT_ROLESW], cx->cnt_bt[BTC_BCNT_AFH], in _show_bt_info() 5984 cx->cnt_bt[BTC_BCNT_INQPAG], cx->cnt_bt[BTC_BCNT_INQ], in _show_bt_info() 5985 cx->cnt_bt[BTC_BCNT_PAGE], cx->cnt_bt[BTC_BCNT_IGNOWL]); in _show_bt_info() 6001 cx->cnt_bt[BTC_BCNT_HIPRI_TX], cx->cnt_bt[BTC_BCNT_LOPRI_RX], in _show_bt_info() [all …]
|
A D | rtw8852a.c | 1889 cx->cnt_bt[BTC_BCNT_HIPRI_TX] = FIELD_GET(B_AX_STATIS_BT_HI_TX_MASK, val); in rtw8852a_btc_update_bt_cnt() 1890 cx->cnt_bt[BTC_BCNT_HIPRI_RX] = FIELD_GET(B_AX_STATIS_BT_HI_RX_MASK, val); in rtw8852a_btc_update_bt_cnt() 1893 cx->cnt_bt[BTC_BCNT_LOPRI_TX] = FIELD_GET(B_AX_STATIS_BT_LO_TX_1_MASK, val); in rtw8852a_btc_update_bt_cnt() 1894 cx->cnt_bt[BTC_BCNT_LOPRI_RX] = FIELD_GET(B_AX_STATIS_BT_LO_RX_1_MASK, val); in rtw8852a_btc_update_bt_cnt()
|
A D | core.h | 1438 u32 cnt_bt[BTC_BCNT_NUM]; member
|
Completed in 64 milliseconds