Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_verbs.c569 if (!list_empty(&dev->txreq_free)) { in __get_txreq()
570 struct list_head *l = dev->txreq_free.next; in __get_txreq()
599 if (likely(!list_empty(&dev->txreq_free))) { in get_txreq()
600 struct list_head *l = dev->txreq_free.next; in get_txreq()
638 list_add(&tx->txreq.list, &dev->txreq_free); in qib_put_txreq()
1515 INIT_LIST_HEAD(&dev->txreq_free); in qib_register_ib_device()
1538 list_add(&tx->txreq.list, &dev->txreq_free); in qib_register_ib_device()
1625 while (!list_empty(&dev->txreq_free)) { in qib_register_ib_device()
1626 struct list_head *l = dev->txreq_free.next; in qib_register_ib_device()
1659 while (!list_empty(&dev->txreq_free)) { in qib_unregister_ib_device()
[all …]
H A Dqib_verbs.h176 struct list_head txreq_free; member