Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c262 unsigned int rxbufsize; /* rx buffer size in bytes, not including member
550 uint rxbufsize, int rxextheadroom, in dma_attach() argument
581 "rxbufsize %d rxextheadroom %d nrxpost %d rxoffset %d " in dma_attach()
583 di->dma.dmactrlflags, ntxd, nrxd, rxbufsize, in dma_attach()
598 if (rxbufsize > BCMEXTRAHDROOM) in dma_attach()
599 di->rxbufsize = (u16) (rxbufsize - di->rxextrahdrroom); in dma_attach()
601 di->rxbufsize = (u16) rxbufsize; in dma_attach()
896 dma_unmap_single(di->dmadev, pa, di->rxbufsize, DMA_FROM_DEVIC in dma64_getnextrxp()
[all...]
H A Ddma.h80 uint rxbufsize, int rxextheadroom,