Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dverbs_txreq.c76 if (!list_empty(&dev->txwait)) { in hfi1_put_txreq()
80 wait = list_first_entry(&dev->txwait, struct iowait, in hfi1_put_txreq()
110 list_add_tail(&priv->s_iowait.list, &dev->txwait); in __get_txreq()
Dverbs.h283 struct list_head txwait; /* list for wait verbs_txreq */ member
Dverbs.c1823 INIT_LIST_HEAD(&dev->txwait); in hfi1_register_ib_device()
1958 if (!list_empty(&dev->txwait)) in hfi1_unregister_ib_device()
/drivers/infiniband/hw/qib/
Dqib_verbs.c581 list_add_tail(&priv->iowait, &dev->txwait); in __get_txreq()
640 if (!list_empty(&dev->txwait)) { in qib_put_txreq()
642 priv = list_entry(dev->txwait.next, struct qib_qp_priv, in qib_put_txreq()
1512 INIT_LIST_HEAD(&dev->txwait); in qib_register_ib_device()
1655 if (!list_empty(&dev->txwait)) in qib_unregister_ib_device()
Dqib_verbs.h174 struct list_head txwait; /* list for wait qib_verbs_txreq */ member