Home
last modified time | relevance | path

Searched refs:txwait (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/rdma/hfi1/
Dverbs.c750 list_add_tail(&qp->s_iowait.list, &dev->txwait); in __get_txreq()
799 if (!list_empty(&dev->txwait)) { in hfi1_put_txreq()
804 wait = list_first_entry(&dev->txwait, struct iowait, in hfi1_put_txreq()
1972 INIT_LIST_HEAD(&dev->txwait); in hfi1_register_ib_device()
2125 if (!list_empty(&dev->txwait)) in hfi1_unregister_ib_device()
Dverbs.h750 struct list_head txwait; /* list for wait verbs_txreq */ member
/drivers/infiniband/hw/qib/
Dqib_verbs.c965 list_add_tail(&qp->iowait, &dev->txwait); in __get_txreq()
1025 if (!list_empty(&dev->txwait)) { in qib_put_txreq()
1027 qp = list_entry(dev->txwait.next, struct qib_qp, iowait); in qib_put_txreq()
2153 INIT_LIST_HEAD(&dev->txwait); in qib_register_ib_device()
2338 if (!list_empty(&dev->txwait)) in qib_unregister_ib_device()
Dqib_verbs.h766 struct list_head txwait; /* list for wait qib_verbs_txreq */ member