Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dphy.c3248 env->ccx_ongoing = false; in rtw89_phy_ccx_top_setting_init()
3310 env->ccx_ongoing = false; in rtw89_phy_ccx_racing_release()
3431 "ccx_ongoing=%d, level:(%d)->(%d)\n", env->ccx_ongoing, in rtw89_phy_ccx_racing_ctrl()
3434 if (env->ccx_ongoing) { in rtw89_phy_ccx_racing_ctrl()
3438 env->ccx_ongoing = false; in rtw89_phy_ccx_racing_ctrl()
3459 env->ccx_ongoing = true; in rtw89_phy_ccx_trigger()
H A Dcore.h4121 bool ccx_ongoing; member