Lines Matching refs:jiffies
1109 dev->trans_start = jiffies; /* prevent tx timeout */ in hp100_open()
1516 if (time_before(jiffies, dev_trans_start(dev) + HZ)) in hp100_start_xmit_bm()
1667 if (time_before(jiffies, dev_trans_start(dev) + HZ)) { in hp100_start_xmit()
2509 time = jiffies + (HZ / 4); in hp100_down_vg_link()
2515 } while (time_after(time, jiffies)); in hp100_down_vg_link()
2517 if (time_after_eq(jiffies, time)) /* no signal->no logout */ in hp100_down_vg_link()
2526 time = jiffies + (HZ / 2); in hp100_down_vg_link()
2532 } while (time_after(time, jiffies)); in hp100_down_vg_link()
2535 if (time_after_eq(jiffies, time)) in hp100_down_vg_link()
2565 time = jiffies + (HZ * 5); in hp100_down_vg_link()
2571 } while (time_after(time, jiffies)); in hp100_down_vg_link()
2577 time = jiffies + (3 * HZ); /* Timeout 3s */ in hp100_down_vg_link()
2583 } while (time_after(time, jiffies)); in hp100_down_vg_link()
2585 if (time_before_eq(time, jiffies)) { in hp100_down_vg_link()
2592 time = jiffies + (2 * HZ); /* This seems to take a while.... */ in hp100_down_vg_link()
2596 } while (time_after(time, jiffies)); in hp100_down_vg_link()
2641 time = jiffies + (HZ / 10); in hp100_login_to_vg_hub()
2647 } while (time_after(time, jiffies)); in hp100_login_to_vg_hub()
2677 time = jiffies + (1 * HZ); /* 1 sec timeout for cable st */ in hp100_login_to_vg_hub()
2683 } while (time_before(jiffies, time)); in hp100_login_to_vg_hub()
2685 if (time_after_eq(jiffies, time)) { in hp100_login_to_vg_hub()
2696 time = jiffies + (2 * HZ); /* again a timeout */ in hp100_login_to_vg_hub()
2707 } while (time_after(time, jiffies)); in hp100_login_to_vg_hub()
2711 if (time_before_eq(jiffies, time) && (val & HP100_LINK_UP_ST)) { in hp100_login_to_vg_hub()