Searched refs:txreq_cache (Results 1 – 2 of 2) sorted by relevance
148 pq->txreq_cache = kmem_cache_create(buf, in hfi1_user_sdma_alloc_queues()153 if (!pq->txreq_cache) { in hfi1_user_sdma_alloc_queues()184 kmem_cache_destroy(pq->txreq_cache); in hfi1_user_sdma_alloc_queues()233 kmem_cache_destroy(pq->txreq_cache); in hfi1_user_sdma_free_queues()714 tx = kmem_cache_alloc(pq->txreq_cache, GFP_KERNEL); in user_sdma_send_pkts()837 kmem_cache_free(pq->txreq_cache, tx); in user_sdma_send_pkts()1176 kmem_cache_free(pq->txreq_cache, tx); in user_sdma_txreq_cb()1203 kmem_cache_free(req->pq->txreq_cache, tx); in user_sdma_free_request()
90 struct kmem_cache *txreq_cache; member