Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c2211 if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) in _set_rf_trx_para()
2443 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) { in _check_freerun()
2453 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_DL)) { in _check_freerun()
3484 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) { in _action_bt_hfp()
3509 } else if (wl->status.map.traffic_dir & BIT(RTW89_TFC_UL)) { in _action_bt_hid()
5206 if (wl->status.map.traffic_dir & BIT(RTW89_TFC_DL)) in _run_coex()
6099 wl->status.map.traffic_dir = data.dir_all; in rtw89_btc_ntfy_wl_sta()
H A Dcore.h1207 u32 traffic_dir : 2; member