Searched refs:txreq_cache (Results 1 – 2 of 2) sorted by relevance
75 struct kmem_cache *txreq_cache; member
397 pq->txreq_cache = kmem_cache_create(buf, in hfi1_user_sdma_alloc_queues()402 if (!pq->txreq_cache) { in hfi1_user_sdma_alloc_queues()429 kmem_cache_destroy(pq->txreq_cache); in hfi1_user_sdma_alloc_queues()471 kmem_cache_destroy(pq->txreq_cache); in hfi1_user_sdma_free_queues()815 tx = kmem_cache_alloc(pq->txreq_cache, GFP_KERNEL); in user_sdma_send_pkts()1024 kmem_cache_free(pq->txreq_cache, tx); in user_sdma_send_pkts()1381 kmem_cache_free(pq->txreq_cache, tx); in user_sdma_txreq_cb()1417 kmem_cache_free(req->pq->txreq_cache, tx); in user_sdma_free_request()