Searched refs:retrans_timer (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | l2cap.h | 593 struct delayed_work retrans_timer; member 859 #define __clear_retrans_timer(c) l2cap_clear_timer(c, &c->retrans_timer)
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_comp.c | 117 struct rxe_qp *qp = from_timer(qp, t, retrans_timer); in retransmit_timer() 641 mod_timer(&qp->retrans_timer, in reset_retry_timer()
|
H A D | rxe_verbs.h | 245 struct timer_list retrans_timer; member
|
H A D | rxe_qp.c | 274 timer_setup(&qp->retrans_timer, retransmit_timer, 0); in rxe_qp_init_req() 820 del_timer_sync(&qp->retrans_timer); in rxe_qp_do_cleanup()
|
H A D | rxe_req.c | 611 if (qp->qp_timeout_jiffies && !timer_pending(&qp->retrans_timer)) in update_state() 612 mod_timer(&qp->retrans_timer, in update_state()
|
/openbmc/linux/include/net/ |
H A D | ndisc.h | 95 __be32 retrans_timer; member
|
/openbmc/linux/net/ipv6/ |
H A D | ndisc.c | 1434 unsigned long rtime = ntohl(ra_msg->retrans_timer); in ndisc_router_discovery()
|
/openbmc/linux/net/bluetooth/ |
H A D | l2cap_core.c | 288 l2cap_set_timer(chan, &chan->retrans_timer, in __set_retrans_timer() 468 INIT_DELAYED_WORK(&chan->retrans_timer, l2cap_retrans_timeout); in l2cap_chan_create() 1906 retrans_timer.work); in l2cap_retrans_timeout()
|