Home
last modified time | relevance | path

Searched refs:maxmaps (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/arch/arm/broadcom/
H A Dbcm53xx_eth.c790 size_t maxmaps, in bcmeth_mapcache_create() argument
795 offsetof(struct bcmeth_mapcache, dmc_maps[maxmaps]); in bcmeth_mapcache_create()
799 dmc->dmc_maxmaps = maxmaps; in bcmeth_mapcache_create()
800 dmc->dmc_nmaps = maxmaps; in bcmeth_mapcache_create()
804 for (u_int i = 0; i < maxmaps; i++) { in bcmeth_mapcache_create()
812 i, maxmaps, error); in bcmeth_mapcache_create()
/netbsd/sys/arch/powerpc/booke/dev/
H A Dpq3etsec.c1321 size_t maxmaps, in pq3etsec_mapcache_create() argument
1326 offsetof(struct pq3etsec_mapcache, dmc_maps[maxmaps]); in pq3etsec_mapcache_create()
1330 dmc->dmc_maxmaps = maxmaps; in pq3etsec_mapcache_create()
1331 dmc->dmc_nmaps = maxmaps; in pq3etsec_mapcache_create()
1335 for (u_int i = 0; i < maxmaps; i++) { in pq3etsec_mapcache_create()
1343 i, maxmaps, error); in pq3etsec_mapcache_create()
/netbsd/sys/arch/arm/gemini/
H A Dgemini_gmac.c426 gmac_mapcache_create(bus_dma_tag_t dmat, size_t maxmaps, bus_size_t mapsize, in gmac_mapcache_create() argument
431 mc = kmem_zalloc(offsetof(gmac_mapcache_t, mc_maps[maxmaps]), in gmac_mapcache_create()
436 mc->mc_max = maxmaps; in gmac_mapcache_create()