Searched refs:mem_zone (Results 1 – 3 of 3) sorted by relevance
63 struct mem_zone { struct75 struct mem_zone *zone = mem; in mem_alloc() argument115 struct mem_zone *zone = mem; in mem_free()160 struct mem_zone *zone; in mem_setup()162 zone = malloc(sizeof(struct mem_zone)); in mem_setup()178 struct mem_zone *zone = strm->opaque; in mem_limit()186 struct mem_zone *zone = strm->opaque; in mem_used()194 struct mem_zone *zone = strm->opaque; in mem_high()204 struct mem_zone *zone = strm->opaque; in mem_done()
34 ring->mem_zone = NULL; in bnxt_free_ring()225 tx_ring->mem_zone = (const void *)mz; in bnxt_alloc_rings()246 rx_ring->mem_zone = (const void *)mz; in bnxt_alloc_rings()264 rx_ring->mem_zone = (const void *)mz; in bnxt_alloc_rings()291 cp_ring->mem_zone = (const void *)mz; in bnxt_alloc_rings()310 nq_ring->mem_zone = (const void *)mz; in bnxt_alloc_rings()
52 const void *mem_zone; member