Home
last modified time | relevance | path

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

/sys/dev/
De1000.c149 static Slab rxPool; variable
158 return Slab_Alloc(&rxPool); in RXPOOL_Alloc()
164 Slab_Free(&rxPool, buf); in RXPOOL_Free()
449 Slab_Init(&rxPool, "E1000 RX Pool", 4096, 4096); in E1000_Configure()