Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wan/
Dhdlc_cisco.c58 unsigned long last_poll; member
228 st->last_poll = jiffies; in cisco_rx()
268 time_after(jiffies, st->last_poll + st->settings.timeout * HZ)) { in cisco_timer()
Dhdlc_fr.c143 unsigned long last_poll; member
609 time_before(jiffies, state(hdlc)->last_poll + in fr_timer()
641 state(hdlc)->last_poll = jiffies; in fr_timer()
736 state(hdlc)->last_poll = jiffies; in fr_lmi_recv()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dcq.c370 qp->sq.last_poll = tail; in handle_atomics()
478 handle_atomics(*cur_qp, cqe64, wq->last_poll, idx); in mlx5_poll_one()
Dmlx5_ib.h141 u16 last_poll; member
Dqp.c1750 qp->sq.last_poll = 0; in __mlx5_ib_modify_qp()