Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c4115 wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) { /* uplink */ in _set_rf_trx_para()
4132 if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) { in _set_rf_trx_para()
4622 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) { in _check_freerun()
4632 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_DL)) { in _check_freerun()
5147 else if ((wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) && in rtw89_btc_set_policy_v1()
5794 else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_DL)) in _action_bt_idle()
5830 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) { in _action_bt_hfp()
5839 else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) in _action_bt_hfp()
5860 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) { in _action_bt_hid()
5877 else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) in _action_bt_hid()
[all …]
H A Dcore.h1594 u32 traffic_dir : 2; member