Searched refs:txreq_free (Results 1 – 5 of 5) sorted by relevance
934 if (!list_empty(&dev->txreq_free)) { in __get_txreq()935 struct list_head *l = dev->txreq_free.next; in __get_txreq()964 if (likely(!list_empty(&dev->txreq_free))) { in get_txreq()965 struct list_head *l = dev->txreq_free.next; in get_txreq()1004 list_add(&tx->txreq.list, &dev->txreq_free); in qib_put_txreq()2106 INIT_LIST_HEAD(&dev->txreq_free); in qib_register_ib_device()2129 list_add(&tx->txreq.list, &dev->txreq_free); in qib_register_ib_device()2249 while (!list_empty(&dev->txreq_free)) { in qib_register_ib_device()2250 struct list_head *l = dev->txreq_free.next; in qib_register_ib_device()2303 while (!list_empty(&dev->txreq_free)) { in qib_unregister_ib_device()[all …]
745 struct list_head txreq_free; member
1008 if (!list_empty(&dev->txreq_free)) { in get_txreq()1009 struct list_head *l = dev->txreq_free.next; in get_txreq()1024 list_add(&tx->txreq.list, &dev->txreq_free); in put_txreq()2056 INIT_LIST_HEAD(&idev->txreq_free); in ipath_register_ib_device()2089 list_add(&tx->txreq.list, &idev->txreq_free); in ipath_register_ib_device()
553 struct list_head txreq_free; member
992 list_add(&qp->s_tx->txreq.list, &dev->txreq_free); in ipath_destroy_qp()