Searched refs:forceall (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/
H A Dhnddma.h77 typedef void* (*di_getnextrxp_t)(hnddma_t *dmah, bool forceall);
207 #define dma_getnextrxp(di, forceall) ((di)->di_fn->getnextrxp(di, forceall))
264 #define dma_getnextrxp(di, forceall) (dma64proc.getnextrxp(di, forceall))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dhnddma.c228 static void *_dma_getnextrxp(dma_info_t *di, bool forceall);
264 static void *dma32_getnextrxp(dma_info_t *di, bool forceall);
297 static void *dma64_getnextrxp(dma_info_t *di, bool forceall);
1597 _dma_getnextrxp(dma_info_t *di, bool forceall) argument
1603 return dma64_getnextrxp(di, forceall);
1605 return dma32_getnextrxp(di, forceall);
2430 start, end, di->txout, forceall));
2435 dma32_getnextrxp(dma_info_t *di, bool forceall) argument
2441 ASSERT(!forceall || !dma32_rxenabled(di));
2455 /* ignore curr if forceall */
3241 dma64_getnextrxp(dma_info_t *di, bool forceall) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/et/sys/
H A Detc47xx.c735 chiptxreclaim(struct bcm4xxx *ch, bool forceall) argument
738 dma_txreclaim(ch->di, forceall ? HNDDMA_RANGE_ALL : HNDDMA_RANGE_TRANSMITTED);
H A Detcgmac.c1482 chiptxreclaim(ch_t *ch, bool forceall) argument
1490 dma_txreclaim(ch->di[i], forceall ? HNDDMA_RANGE_ALL :

Completed in 122 milliseconds