Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c3009 if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) in _set_rf_trx_para()
3299 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) { in _check_freerun()
3309 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_DL)) { in _check_freerun()
3746 else if ((wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) && in rtw89_btc_set_policy_v1()
4500 else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_DL)) in _action_bt_idle()
4536 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) { in _action_bt_hfp()
4545 else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) in _action_bt_hfp()
4566 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) { in _action_bt_hid()
4583 else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) in _action_bt_hid()
7005 if (wl->status.map.traffic_dir & BIT(RTW89_TFC_DL)) in _run_coex()
[all …]
H A Dcore.h1374 u32 traffic_dir : 2; member