Home
last modified time | relevance | path

Searched refs:hal_coex_8723 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhal_btc.c12 static struct bt_coexist_8723 hal_coex_8723; variable
912 hal_coex_8723.high_priority_rx; in rtl8723e_dm_bt_tx_rx_couter_h()
920 counters = hal_coex_8723.low_priority_tx + in rtl8723e_dm_bt_tx_rx_couter_l()
921 hal_coex_8723.low_priority_rx; in rtl8723e_dm_bt_tx_rx_couter_l()
1363 if (hal_coex_8723.c2h_bt_inquiry_page) { in rtl8723e_dm_bt_inq_page_monitor()
1371 hal_coex_8723.bt_inq_page_start_time); in rtl8723e_dm_bt_inq_page_monitor()
1413 if (hal_coex_8723.c2h_bt_info_req_sent) { in _rtl8723e_dm_bt_coexist_2_ant()
1567 hal_coex_8723.low_priority_tx == 0 && in rtl8723e_dm_bt_bt_enable_disable_check()
1568 hal_coex_8723.low_priority_rx == 0) { in rtl8723e_dm_bt_bt_enable_disable_check()
1653 hal_coex_8723.bt_retry_cnt = 0; in rtl8723e_dm_bt_parse_bt_info()
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1585 struct bt_coexist_8723 hal_coex_8723; member