Home
last modified time | relevance | path

Searched refs:retrans_timer (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_comp.c114 struct rxe_qp *qp = from_timer(qp, t, retrans_timer); in retransmit_timer()
652 mod_timer(&qp->retrans_timer, in rxe_completer()
Drxe_verbs.h254 struct timer_list retrans_timer; member
Drxe_req.c554 if (qp->qp_timeout_jiffies && !timer_pending(&qp->retrans_timer)) in update_state()
555 mod_timer(&qp->retrans_timer, in update_state()
Drxe_qp.c253 timer_setup(&qp->retrans_timer, retransmit_timer, 0); in rxe_qp_init_req()
766 del_timer_sync(&qp->retrans_timer); in rxe_qp_destroy()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dl2cap.h630 struct delayed_work retrans_timer; member
890 #define __clear_retrans_timer(c) l2cap_clear_timer(c, &c->retrans_timer)
/kernel/linux/linux-5.10/include/net/
Dndisc.h95 __be32 retrans_timer; member
/kernel/linux/linux-5.10/net/ipv6/
Dndisc.c1360 unsigned long rtime = ntohl(ra_msg->retrans_timer); in ndisc_router_discovery()
/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c292 l2cap_set_timer(chan, &chan->retrans_timer, in __set_retrans_timer()
2013 retrans_timer.work); in l2cap_retrans_timeout()
3293 INIT_DELAYED_WORK(&chan->retrans_timer, l2cap_retrans_timeout); in l2cap_ertm_init()