Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dpm.c182 unsigned long data_comp_to; in wil_suspend_keep_radio_on() local
228 data_comp_to = jiffies + msecs_to_jiffies(WIL_DATA_COMPLETION_TO_MS); in wil_suspend_keep_radio_on()
231 if (time_after(jiffies, data_comp_to)) { in wil_suspend_keep_radio_on()
H A Dtxrx.c67 unsigned long data_comp_to; in wil_is_tx_idle() local
83 data_comp_to = jiffies + msecs_to_jiffies( in wil_is_tx_idle()
87 if (time_after(jiffies, data_comp_to)) { in wil_is_tx_idle()