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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h208 #define SHARED_POOL ((struct pktpool *)NULL)
216 struct pktpool;
217 typedef void (*pktpool_cb_t)(struct pktpool *pool, void *arg);
251 typedef struct pktpool { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c147 pktpool_t *pktpool; /* pktpool */ member in struct:dma_info
1074 /* During the reset procedure, the active rxd may not be zero if pktpool is
1077 if ((POOL_ENAB(di->pktpool)) && (NRXDACTIVE(di->rxin, di->rxout))) {
1314 if (POOL_ENAB(di->pktpool)) {
1315 ASSERT(di->pktpool);
1316 p = pktpool_get(di->pktpool);
1555 if (POOL_ENAB(di->pktpool) &&
1556 ((origcb = pktpool_emptycb_disabled(di->pktpool)) == FALSE))
1557 pktpool_emptycb_disable(di->pktpool, TRU
[all...]

Completed in 371 milliseconds