Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dhnddma.h173 void dma_getnextrxp_app(hnddma_t *dmah, bool forceall, uint *pktcnt,
191 void * dma_getnextrxp(hnddma_t *dmah, bool forceall);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dhnddma.h173 void dma_getnextrxp_app(hnddma_t *dmah, bool forceall, uint *pktcnt,
191 void * dma_getnextrxp(hnddma_t *dmah, bool forceall);
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c869 static struct sk_buff *dma64_getnextrxp(struct dma_info *di, bool forceall) in dma64_getnextrxp() argument
887 if (!forceall && (i == curr)) in dma64_getnextrxp()
907 static struct sk_buff *_dma_getnextrxp(struct dma_info *di, bool forceall) in _dma_getnextrxp() argument
912 return dma64_getnextrxp(di, forceall); in _dma_getnextrxp()