Searched refs:bug17190_timer (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dqt202x_phy.c59 unsigned long bug17190_timer; member in struct:qt202x_phy_data
198 phy_data->bug17190_timer = jiffies + BUG17190_INTERVAL;
202 if (time_after_eq(jiffies, phy_data->bug17190_timer)) {
209 phy_data->bug17190_timer = jiffies + BUG17190_INTERVAL;
349 phy_data->bug17190_timer = 0;

Completed in 214 milliseconds