Lines Matching refs:txreq_free
937 if (!list_empty(&dev->txreq_free)) { in __get_txreq()
938 struct list_head *l = dev->txreq_free.next; in __get_txreq()
967 if (likely(!list_empty(&dev->txreq_free))) { in get_txreq()
968 struct list_head *l = dev->txreq_free.next; in get_txreq()
1007 list_add(&tx->txreq.list, &dev->txreq_free); in qib_put_txreq()
2118 INIT_LIST_HEAD(&dev->txreq_free); in qib_register_ib_device()
2141 list_add(&tx->txreq.list, &dev->txreq_free); in qib_register_ib_device()
2261 while (!list_empty(&dev->txreq_free)) { in qib_register_ib_device()
2262 struct list_head *l = dev->txreq_free.next; in qib_register_ib_device()
2315 while (!list_empty(&dev->txreq_free)) { in qib_unregister_ib_device()
2316 struct list_head *l = dev->txreq_free.next; in qib_unregister_ib_device()