Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dverbs.c742 tx = kmem_cache_alloc(dev->verbs_txreq_cache, GFP_ATOMIC); in __get_txreq()
767 tx = kmem_cache_alloc(dev->verbs_txreq_cache, GFP_ATOMIC); in get_txreq()
795 kmem_cache_free(dev->verbs_txreq_cache, tx); in hfi1_put_txreq()
1979 dev->verbs_txreq_cache = kmem_cache_create(buf, in hfi1_register_ib_device()
1983 if (!dev->verbs_txreq_cache) { in hfi1_register_ib_device()
2104 kmem_cache_destroy(dev->verbs_txreq_cache); in hfi1_register_ib_device()
2134 kmem_cache_destroy(dev->verbs_txreq_cache); in hfi1_unregister_ib_device()
Dverbs.h753 struct kmem_cache *verbs_txreq_cache; member