Searched refs:oz_tx_frame_cache (Results 1 – 4 of 4) sorted by relevance
60 extern struct kmem_cache *oz_tx_frame_cache;
56 struct kmem_cache *oz_tx_frame_cache; variable489 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()
132 extern struct kmem_cache *oz_tx_frame_cache;
322 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()