Searched refs:s_timer (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dsmc.h246 struct s_timer { struct
454 struct s_timer t ; /* timer */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_rc.c60 qp->s_timer.function = rc_timeout;
62 qp->s_timer.expires = jiffies +
64 add_timer(&qp->s_timer);
906 * This is called from s_timer for missing responses.
920 del_timer(&qp->s_timer);
929 * This is called from s_timer for RNR timeouts.
939 del_timer(&qp->s_timer);
1144 del_timer(&qp->s_timer);
1286 qp->s_timer.function = qib_rc_rnr_retry;
1287 qp->s_timer
[all...]
H A Dqib_qp.c469 del_timer(&qp->s_timer);
686 del_timer_sync(&qp->s_timer);
1037 init_timer(&qp->s_timer);
1038 qp->s_timer.data = (unsigned long)qp;
1163 del_timer_sync(&qp->s_timer);
H A Dqib_ruc.c592 sqp->s_timer.function = qib_rc_rnr_retry;
593 sqp->s_timer.expires = jiffies +
595 add_timer(&sqp->s_timer);
H A Dqib_verbs.h418 struct timer_list s_timer; member in struct:qib_qp

Completed in 50 milliseconds