Home
last modified time | relevance | path

Searched refs:oz_tx_frame_cache (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozproto.h60 extern struct kmem_cache *oz_tx_frame_cache;
Dozproto.c56 struct kmem_cache *oz_tx_frame_cache; variable
489 kmem_cache_destroy(oz_tx_frame_cache); in oz_protocol_term()
775 oz_tx_frame_cache = KMEM_CACHE(oz_tx_frame, 0); in oz_protocol_init()
776 if (!oz_tx_frame_cache) { in oz_protocol_init()
Dozpd.h132 extern struct kmem_cache *oz_tx_frame_cache;
Dozpd.c322 f = kmem_cache_alloc(oz_tx_frame_cache, GFP_ATOMIC); in oz_tx_frame_alloc()
339 kmem_cache_free(oz_tx_frame_cache, f); in oz_tx_isoc_free()
350 kmem_cache_free(oz_tx_frame_cache, f); in oz_tx_frame_free()