Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/include/
Dhnddma.h66 typedef void *(*di_getnextrxp_t) (struct hnddma_pub *dmah, bool forceall);
183 #define dma_getnextrxp(di, forceall) (dma64proc.getnextrxp(di, forceall)) argument
/linux-2.6.39/drivers/staging/brcm80211/util/
Dhnddma.c182 static void *_dma_getnextrxp(dma_info_t *di, bool forceall);
213 static void *dma64_getnextrxp(dma_info_t *di, bool forceall);
952 static void *BCMFASTPATH _dma_getnextrxp(dma_info_t *di, bool forceall) argument
957 return dma64_getnextrxp(di, forceall);
1644 …ma_getnexttxp: bogus curr: start %d end %d txout %d force %d\n", start, end, di->txout, forceall));
1648 static void *BCMFASTPATH dma64_getnextrxp(dma_info_t *di, bool forceall) argument
1655 ASSERT(!forceall || !dma64_rxenabled(di));
1668 if (!forceall && (i == curr))