Searched refs:rtl_loop_wait (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 754 static bool rtl_loop_wait(struct rtl8169_private *tp, const struct rtl_cond *c, in rtl_loop_wait() function 775 return rtl_loop_wait(tp, c, d, n, true); in rtl_loop_wait_high() 782 return rtl_loop_wait(tp, c, d, n, false); in rtl_loop_wait_low() 1210 rtl_loop_wait(tp, c, usecs, n, high); in rtl_dash_loop_wait()
|