Searched refs:cnt_bt (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw88/ |
| A D | coex.c | 774 coex_stat->cnt_bt[COEX_CNT_BT_INFOUPDATE]++; in rtw_coex_update_bt_link_info() 2551 coex_stat->cnt_bt[i] = 0; in rtw_coex_init_coex_var() 2896 coex_stat->cnt_bt[COEX_CNT_BT_IQK]++; in rtw_coex_bt_info_notify() 3042 coex_stat->cnt_bt[COEX_CNT_BT_INQ]++; in rtw_coex_bt_info_notify() 3046 coex_stat->cnt_bt[COEX_CNT_BT_PAGE]++; in rtw_coex_bt_info_notify() 3061 coex_stat->cnt_bt[COEX_CNT_BT_REINIT]++; in rtw_coex_bt_info_notify() 3753 coex_stat->cnt_bt[COEX_CNT_BT_RETRY], in rtw_coex_display_coex_info() 3771 coex_stat->cnt_bt[COEX_CNT_BT_REINIT], in rtw_coex_display_coex_info() 3777 coex_stat->cnt_bt[COEX_CNT_BT_PAGE], in rtw_coex_display_coex_info() 3778 coex_stat->cnt_bt[COEX_CNT_BT_INQ], in rtw_coex_display_coex_info() [all …]
|
| A D | main.h | 1446 u32 cnt_bt[COEX_CNT_BT_MAX]; member
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| A D | coex.c | 696 cx->cnt_bt[BTC_BCNT_LOPRI_TX]; in _chk_btc_err() 3486 cx->cnt_bt[BTC_BCNT_REENABLE]++; in _update_bt_scbd() 3971 cx->cnt_bt[BTC_BCNT_INFOSAME]++; in _update_bt_info() 4011 cx->cnt_bt[BTC_BCNT_RETRY]++; in _update_bt_info() 4066 cx->cnt_bt[BTC_BCNT_RATECHG]++; in _update_bt_info() 4832 cx->cnt_bt[BTC_BCNT_RELINK], cx->cnt_bt[BTC_BCNT_RATECHG], in _show_bt_info() 4833 cx->cnt_bt[BTC_BCNT_REINIT], cx->cnt_bt[BTC_BCNT_REENABLE]); in _show_bt_info() 4837 cx->cnt_bt[BTC_BCNT_ROLESW], cx->cnt_bt[BTC_BCNT_AFH], in _show_bt_info() 4838 cx->cnt_bt[BTC_BCNT_INQPAG], cx->cnt_bt[BTC_BCNT_INQ], in _show_bt_info() 4839 cx->cnt_bt[BTC_BCNT_PAGE], cx->cnt_bt[BTC_BCNT_IGNOWL]); in _show_bt_info() [all …]
|
| A D | rtw8852a.c | 1898 cx->cnt_bt[BTC_BCNT_HIPRI_TX] = FIELD_GET(B_AX_STATIS_BT_HI_TX_MASK, val); in rtw8852a_btc_update_bt_cnt() 1899 cx->cnt_bt[BTC_BCNT_HIPRI_RX] = FIELD_GET(B_AX_STATIS_BT_HI_RX_MASK, val); in rtw8852a_btc_update_bt_cnt() 1902 cx->cnt_bt[BTC_BCNT_LOPRI_TX] = FIELD_GET(B_AX_STATIS_BT_LO_TX_1_MASK, val); in rtw8852a_btc_update_bt_cnt() 1903 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 | 1257 u32 cnt_bt[BTC_BCNT_NUM]; member
|
Completed in 680 milliseconds