Searched refs:rsp_source (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c3009 u8 i, rsp_source = 0, type; local
3012 rsp_source = buf[0] & 0xf;
3013 if (rsp_source >= COEX_BTINFO_SRC_MAX)
3015 coex_stat->cnt_bt_info_c2h[rsp_source]++;
3017 if (rsp_source == COEX_BTINFO_SRC_BT_IQK) {
3031 if (rsp_source == COEX_BTINFO_SRC_BT_SCBD) {
3044 if (rsp_source == COEX_BTINFO_SRC_H2C60) {
3054 if (rsp_source == COEX_BTINFO_SRC_WL_FW) {
3062 if (rsp_source == COEX_BTINFO_SRC_BT_RSP ||
3063 rsp_source
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8821a1ant.c2693 u8 rsp_source = 0; local
2703 rsp_source = tmp_buf[0] & 0xf;
2704 if (rsp_source >= BT_INFO_SRC_8821A_1ANT_MAX)
2705 rsp_source = BT_INFO_SRC_8821A_1ANT_WIFI_FW;
2706 coex_sta->bt_info_c2h_cnt[rsp_source]++;
2710 rsp_source, length);
2712 coex_sta->bt_info_c2h[rsp_source][i] = tmp_buf[i];
2724 if (BT_INFO_SRC_8821A_1ANT_WIFI_FW != rsp_source) {
2727 coex_sta->bt_info_c2h[rsp_source][2] & 0xf;
2730 coex_sta->bt_info_c2h[rsp_source][
[all...]
H A Dhalbtc8192e2ant.c2990 u8 i, rsp_source = 0; local
2996 rsp_source = tmp_buf[0] & 0xf;
2997 if (rsp_source >= BT_INFO_SRC_8192E_2ANT_MAX)
2998 rsp_source = BT_INFO_SRC_8192E_2ANT_WIFI_FW;
2999 coex_sta->bt_info_c2h_cnt[rsp_source]++;
3003 rsp_source, length);
3005 coex_sta->bt_info_c2h[rsp_source][i] = tmp_buf[i];
3016 if (BT_INFO_SRC_8192E_2ANT_WIFI_FW != rsp_source) {
3019 coex_sta->bt_info_c2h[rsp_source][2] & 0xf;
3022 coex_sta->bt_info_c2h[rsp_source][
[all...]
H A Dhalbtc8723b1ant.c3078 u8 i, rsp_source = 0; local
3084 rsp_source = tmp_buf[0] & 0xf;
3085 if (rsp_source >= BT_INFO_SRC_8723B_1ANT_MAX)
3086 rsp_source = BT_INFO_SRC_8723B_1ANT_WIFI_FW;
3087 coex_sta->bt_info_c2h_cnt[rsp_source]++;
3091 rsp_source, length);
3093 coex_sta->bt_info_c2h[rsp_source][i] = tmp_buf[i];
3110 if (rsp_source != BT_INFO_SRC_8723B_1ANT_WIFI_FW) {
3112 coex_sta->bt_info_c2h[rsp_source][2] & 0xf;
3117 if (coex_sta->bt_info_c2h[rsp_source][
[all...]
H A Dhalbtc8723b2ant.c3987 u8 i, rsp_source = 0; local
3993 rsp_source = tmpbuf[0]&0xf;
3994 if (rsp_source >= BT_INFO_SRC_8723B_2ANT_MAX)
3995 rsp_source = BT_INFO_SRC_8723B_2ANT_WIFI_FW;
3996 coex_sta->bt_info_c2h_cnt[rsp_source]++;
4000 rsp_source, length);
4002 coex_sta->bt_info_c2h[rsp_source][i] = tmpbuf[i];
4019 if (BT_INFO_SRC_8723B_2ANT_WIFI_FW != rsp_source) {
4021 coex_sta->bt_info_c2h[rsp_source][2] & 0xf;
4027 coex_sta->bt_info_c2h[rsp_source][
[all...]
H A Dhalbtc8821a2ant.c3950 u8 i, rsp_source = 0; local
3959 rsp_source = tmp_buf[0] & 0xf;
3960 if (rsp_source >= BT_INFO_SRC_8821A_2ANT_MAX)
3961 rsp_source = BT_INFO_SRC_8821A_2ANT_WIFI_FW;
3962 coex_sta->bt_info_c2h_cnt[rsp_source]++;
3966 rsp_source, length);
3968 coex_sta->bt_info_c2h[rsp_source][i] = tmp_buf[i];
3986 if (BT_INFO_SRC_8821A_2ANT_WIFI_FW != rsp_source) {
3989 coex_sta->bt_info_c2h[rsp_source][2]&0xf;
3992 coex_sta->bt_info_c2h[rsp_source][
[all...]

Completed in 408 milliseconds