Lines Matching refs:mc_maps
431 mc = kmem_zalloc(offsetof(gmac_mapcache_t, mc_maps[maxmaps]),
453 KASSERT(mc->mc_maps[mc->mc_free] != NULL);
454 bus_dmamap_destroy(mc->mc_dmat, mc->mc_maps[mc->mc_free]);
455 mc->mc_maps[mc->mc_free] = NULL;
458 kmem_free(mc, offsetof(gmac_mapcache_t, mc_maps[mc->mc_max]));
472 KASSERT(mc->mc_maps[mc->mc_free] == NULL);
476 &mc->mc_maps[mc->mc_free]);
503 KASSERT(mc->mc_maps[mc->mc_free] == NULL);
506 map = mc->mc_maps[--mc->mc_free];
507 mc->mc_maps[mc->mc_free] = NULL;
519 KASSERT(mc->mc_maps[mc->mc_free] == NULL);
521 mc->mc_maps[mc->mc_free++] = map;