Searched refs:timerwait (Results 1 – 5 of 5) sorted by relevance
389 if (!list_empty(&qp->timerwait)) in ipath_error_qp()390 list_del_init(&qp->timerwait); in ipath_error_qp()515 if (!list_empty(&qp->timerwait)) in ipath_modify_qp()516 list_del_init(&qp->timerwait); in ipath_modify_qp()851 INIT_LIST_HEAD(&qp->timerwait); in ipath_create_qp()972 if (!list_empty(&qp->timerwait)) in ipath_destroy_qp()973 list_del_init(&qp->timerwait); in ipath_destroy_qp()
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()[all …]
94 list_add(&qp->timerwait, &dev->rnrwait); in ipath_insert_rnr_queue()98 timerwait); in ipath_insert_rnr_queue()108 timerwait); in ipath_insert_rnr_queue()112 list_add(&qp->timerwait, l); in ipath_insert_rnr_queue()
695 qp = list_entry(last->next, struct ipath_qp, timerwait); in ipath_ib_timer()696 list_del_init(&qp->timerwait); in ipath_ib_timer()703 qp = list_entry(last->next, struct ipath_qp, timerwait); in ipath_ib_timer()706 list_del_init(&qp->timerwait); in ipath_ib_timer()713 timerwait); in ipath_ib_timer()
363 struct list_head timerwait; /* link for waiting for timeouts */ member