Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dl2cap.h593 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 Drxe_comp.c117 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 Drxe_verbs.h245 struct timer_list retrans_timer; member
H A Drxe_qp.c274 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 Drxe_req.c611 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 Dndisc.h95 __be32 retrans_timer; member
/openbmc/linux/net/ipv6/
H A Dndisc.c1434 unsigned long rtime = ntohl(ra_msg->retrans_timer); in ndisc_router_discovery()
/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c288 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()