Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.h33 #define VERBS_TXREQ_GFP (GFP_ATOMIC | __GFP_NOWARN) macro
41 tx = kmem_cache_alloc(dev->verbs_txreq_cache, VERBS_TXREQ_GFP); in get_txreq()
H A Dverbs_txreq.c61 tx = kmem_cache_alloc(dev->verbs_txreq_cache, VERBS_TXREQ_GFP); in __get_txreq()