Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Ddma.c250 u16 rxout; /* index of next descriptor to post */ member
852 di->rxin = di->rxout = 0; in dma_rxinit()
878 if (i == di->rxout) in dma64_getnextrxp()
971 di->rxin, di->rxout, cur); in dma_rx()
1027 u16 rxin, rxout; in dma_rxfill() local
1044 rxout = di->rxout; in dma_rxfill()
1046 n = di->nrxpost - nrxdactive(di, rxin, rxout); in dma_rxfill()
1086 di->rxp[rxout] = p; in dma_rxfill()
1090 if (rxout == (di->nrxd - 1)) in dma_rxfill()
1093 dma64_dd_upd(di, di->rxd64, pa, rxout, &flags, in dma_rxfill()
[all …]