Searched refs:pktpool (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/
H A Dbcmutils.h213 #define SHARED_POOL ((struct pktpool *)NULL)
221 struct pktpool;
222 typedef void (*pktpool_cb_t)(struct pktpool *pool, void *arg);
256 typedef struct pktpool { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dhnddma.c154 pktpool_t *pktpool; /* pktpool */ member in struct:dma_info
1094 /* During the reset procedure, the active rxd may not be zero if pktpool is
1097 if ((POOL_ENAB(di->pktpool)) && (NRXDACTIVE(di->rxin, di->rxout))) {
1348 if (POOL_ENAB(di->pktpool)) {
1349 ASSERT(di->pktpool);
1350 p = pktpool_get(di->pktpool);
1585 if (POOL_ENAB(di->pktpool) &&
1586 ((origcb = pktpool_emptycb_disabled(di->pktpool)) == FALSE))
1587 pktpool_emptycb_disable(di->pktpool, TRU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/dev/
H A Ddev_dp83815.c207 uint8_t *pktpool; member in struct:dp83815_softc
389 ptr = sc->pktpool;
672 sc->pktpool = KMALLOC(ETH_PKTPOOL_SIZE*ETH_PKTBUF_SIZE, CACHE_ALIGN);
H A Ddev_bcm5700.c412 uint8_t *pktpool; member in struct:t3_ether_s
615 ptr = sc->pktpool;
830 sc->pktpool = KMALLOC(ETH_PKTPOOL_SIZE*ETH_PKTBUF_SIZE, CACHE_ALIGN);
H A Ddev_tulip.c238 uint8_t *pktpool; member in struct:tulip_softc
426 ptr = sc->pktpool;
725 sc->pktpool = KMALLOC(ETH_PKTPOOL_SIZE*ETH_PKTBUF_SIZE, CACHE_ALIGN);

Completed in 182 milliseconds