Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_verbs.c915 if (!list_empty(&dev->txreq_free)) { in get_txreq()
916 struct list_head *l = dev->txreq_free.next; in get_txreq()
965 list_add(&tx->txreq.list, &dev->txreq_free); in qib_put_txreq()
2040 INIT_LIST_HEAD(&dev->txreq_free); in qib_register_ib_device()
2063 list_add(&tx->txreq.list, &dev->txreq_free); in qib_register_ib_device()
2182 while (!list_empty(&dev->txreq_free)) { in qib_register_ib_device()
2183 struct list_head *l = dev->txreq_free.next; in qib_register_ib_device()
2236 while (!list_empty(&dev->txreq_free)) { in qib_unregister_ib_device()
2237 struct list_head *l = dev->txreq_free.next; in qib_unregister_ib_device()
Dqib_verbs.h719 struct list_head txreq_free; member
/linux-2.6.39/drivers/infiniband/hw/ipath/
Dipath_verbs.c1007 if (!list_empty(&dev->txreq_free)) { in get_txreq()
1008 struct list_head *l = dev->txreq_free.next; in get_txreq()
1023 list_add(&tx->txreq.list, &dev->txreq_free); in put_txreq()
2055 INIT_LIST_HEAD(&idev->txreq_free); in ipath_register_ib_device()
2088 list_add(&tx->txreq.list, &idev->txreq_free); in ipath_register_ib_device()
Dipath_verbs.h553 struct list_head txreq_free; member
Dipath_qp.c992 list_add(&qp->s_tx->txreq.list, &dev->txreq_free); in ipath_destroy_qp()