Searched refs:txreq_free (Results 1 – 6 of 6) sorted by relevance
953 if (!list_empty(&dev->txreq_free)) { in __get_txreq()954 struct list_head *l = dev->txreq_free.next; in __get_txreq()983 if (likely(!list_empty(&dev->txreq_free))) { in get_txreq()984 struct list_head *l = dev->txreq_free.next; in get_txreq()1023 list_add(&tx->txreq.list, &dev->txreq_free); in qib_put_txreq()2155 INIT_LIST_HEAD(&dev->txreq_free); in qib_register_ib_device()2178 list_add(&tx->txreq.list, &dev->txreq_free); in qib_register_ib_device()2298 while (!list_empty(&dev->txreq_free)) { in qib_register_ib_device()2299 struct list_head *l = dev->txreq_free.next; in qib_register_ib_device()2352 while (!list_empty(&dev->txreq_free)) { in qib_unregister_ib_device()[all …]
768 struct list_head txreq_free; member
1021 if (!list_empty(&dev->txreq_free)) { in get_txreq()1022 struct list_head *l = dev->txreq_free.next; in get_txreq()1037 list_add(&tx->txreq.list, &dev->txreq_free); in put_txreq()2090 INIT_LIST_HEAD(&idev->txreq_free); in ipath_register_ib_device()2123 list_add(&tx->txreq.list, &idev->txreq_free); in ipath_register_ib_device()
559 struct list_head txreq_free; member
991 list_add(&qp->s_tx->txreq.list, &dev->txreq_free); in ipath_destroy_qp()
752 struct list_head txreq_free; member