Lines Matching refs:timerwait
70 if (list_empty(&qp->timerwait)) in ipath_init_restart()
71 list_add_tail(&qp->timerwait, in ipath_init_restart()
484 if (list_empty(&qp->timerwait)) in ipath_make_rc_req()
485 list_add_tail(&qp->timerwait, in ipath_make_rc_req()
823 if (!list_empty(&qp->timerwait)) in ipath_restart_rc()
824 list_del_init(&qp->timerwait); in ipath_restart_rc()
875 if (!list_empty(&qp->timerwait)) in do_rc_ack()
876 list_del_init(&qp->timerwait); in do_rc_ack()
994 if (list_empty(&qp->timerwait)) in do_rc_ack()
995 list_add_tail(&qp->timerwait, in do_rc_ack()
1222 if (qp->s_rnr_timeout == 0 && !list_empty(&qp->timerwait)) in ipath_rc_rcv_resp()
1223 list_move_tail(&qp->timerwait, in ipath_rc_rcv_resp()