Home
last modified time | relevance | path

Searched refs:RTW89_FLAG_RUNNING (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dser.c268 clear_bit(RTW89_FLAG_RUNNING, rtwdev->flags); in drv_stop_rx()
297 set_bit(RTW89_FLAG_RUNNING, rtwdev->flags); in drv_resume_rx()
H A Dcore.c2687 if (!test_bit(RTW89_FLAG_RUNNING, rtwdev->flags)) in rtw89_track_work()
3562 set_bit(RTW89_FLAG_RUNNING, rtwdev->flags); in rtw89_core_start()
3576 if (!test_bit(RTW89_FLAG_RUNNING, rtwdev->flags)) in rtw89_core_stop()
3581 clear_bit(RTW89_FLAG_RUNNING, rtwdev->flags); in rtw89_core_stop()
H A Dcore.h3820 RTW89_FLAG_RUNNING, enumerator
H A Dfw.c3353 if (!test_bit(RTW89_FLAG_RUNNING, rtwdev->flags)) in rtw89_fw_c2h_cmd_handle()