Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_verbs.c949 list_add_tail(&qp->iowait, &dev->txwait); in __get_txreq()
1009 if (!list_empty(&dev->txwait)) { in qib_put_txreq()
1011 qp = list_entry(dev->txwait.next, struct qib_qp, iowait); in qib_put_txreq()
2113 INIT_LIST_HEAD(&dev->txwait); in qib_register_ib_device()
2298 if (!list_empty(&dev->txwait)) in qib_unregister_ib_device()
Dqib_verbs.h758 struct list_head txwait; /* list for wait qib_verbs_txreq */ member