Home
last modified time | relevance | path

Searched refs:last_poll (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wan/
H A Dhdlc_cisco.c53 unsigned long last_poll; member
214 st->last_poll = jiffies; in cisco_rx()
252 time_after(jiffies, st->last_poll + st->settings.timeout * HZ)) { in cisco_timer()
H A Dhdlc_fr.c138 unsigned long last_poll; member
592 time_before(jiffies, state(hdlc)->last_poll + in fr_timer()
624 state(hdlc)->last_poll = jiffies; in fr_timer()
717 state(hdlc)->last_poll = jiffies; in fr_lmi_recv()
/linux/drivers/siox/
H A Dsiox.h33 unsigned long last_poll; member
H A Dsiox-core.c135 smaster->last_poll = jiffies; in siox_poll()
295 smaster->last_poll + smaster->poll_interval; in siox_poll_thread()
300 (jiffies - smaster->last_poll); in siox_poll_thread()
752 smaster->last_poll = jiffies; in siox_master_register()
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c357 qp->sq.last_poll = tail; in handle_atomics()
415 idx = (is_send) ? wq->last_poll : wq->tail; in sw_comp()
422 wq->last_poll = wq->w_list[idx].next; in sw_comp()
509 handle_atomics(*cur_qp, cqe64, wq->last_poll, idx); in mlx5_poll_one()
H A Dqp.c4451 qp->sq.last_poll = 0; in __mlx5_ib_modify_qp()