Home
last modified time | relevance | path

Searched refs:timerwait (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_rc.c70 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 …]
Dipath_qp.c388 if (!list_empty(&qp->timerwait)) in ipath_error_qp()
389 list_del_init(&qp->timerwait); in ipath_error_qp()
514 if (!list_empty(&qp->timerwait)) in ipath_modify_qp()
515 list_del_init(&qp->timerwait); in ipath_modify_qp()
850 INIT_LIST_HEAD(&qp->timerwait); in ipath_create_qp()
971 if (!list_empty(&qp->timerwait)) in ipath_destroy_qp()
972 list_del_init(&qp->timerwait); in ipath_destroy_qp()
Dipath_ruc.c93 list_add(&qp->timerwait, &dev->rnrwait); in ipath_insert_rnr_queue()
97 timerwait); in ipath_insert_rnr_queue()
107 timerwait); in ipath_insert_rnr_queue()
111 list_add(&qp->timerwait, l); in ipath_insert_rnr_queue()
Dipath_verbs.c708 qp = list_entry(last->next, struct ipath_qp, timerwait); in ipath_ib_timer()
709 list_del_init(&qp->timerwait); in ipath_ib_timer()
716 qp = list_entry(last->next, struct ipath_qp, timerwait); in ipath_ib_timer()
719 list_del_init(&qp->timerwait); in ipath_ib_timer()
726 timerwait); in ipath_ib_timer()
Dipath_verbs.h369 struct list_head timerwait; /* link for waiting for timeouts */ member