Home
last modified time | relevance | path

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

/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Ddma.c250 u16 rxout; /* index of next descriptor to post */ member
851 di->rxin = di->rxout = 0; in dma_rxinit()
877 if (i == di->rxout) in dma64_getnextrxp()
970 di->rxin, di->rxout, cur); in dma_rx()
1026 u16 rxin, rxout; in dma_rxfill() local
1043 rxout = di->rxout; in dma_rxfill()
1045 n = di->nrxpost - nrxdactive(di, rxin, rxout); in dma_rxfill()
1087 di->rxp[rxout] = p; in dma_rxfill()
1091 if (rxout == (di->nrxd - 1)) in dma_rxfill()
1094 dma64_dd_upd(di, di->rxd64, pa, rxout, &flags, in dma_rxfill()
[all …]