Searched refs:rtl_loop_wait (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 913 static bool rtl_loop_wait(struct rtl8169_private *tp, const struct rtl_cond *c, in rtl_loop_wait() function 933 return rtl_loop_wait(tp, c, rtl_udelay, d, n, true); in rtl_udelay_loop_wait_high() 940 return rtl_loop_wait(tp, c, rtl_udelay, d, n, false); in rtl_udelay_loop_wait_low() 947 return rtl_loop_wait(tp, c, msleep, d, n, true); in rtl_msleep_loop_wait_high() 954 return rtl_loop_wait(tp, c, msleep, d, n, false); in rtl_msleep_loop_wait_low()
|