Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.h4438 #define RTW89_WAIT_FOR_COND_TIMEOUT msecs_to_jiffies(100) macro
H A Dcore.c4508 time_left = wait_for_completion_timeout(cmpl, RTW89_WAIT_FOR_COND_TIMEOUT); in rtw89_wait_for_cond()