Searched refs:rxbufsize (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ | 
| D | dma.c | 262 	unsigned int rxbufsize;	/* rx buffer size in bytes, not including  member 550 			   uint rxbufsize, int rxextheadroom,  in dma_attach()  argument 583 		      di->dma.dmactrlflags, ntxd, nrxd, rxbufsize,  in dma_attach() 599 	if (rxbufsize > BCMEXTRAHDROOM)  in dma_attach() 600 		di->rxbufsize = (u16) (rxbufsize - di->rxextrahdrroom);  in dma_attach() 602 		di->rxbufsize = (u16) rxbufsize;  in dma_attach() 897 	dma_unmap_single(di->dmadev, pa, di->rxbufsize, DMA_FROM_DEVICE);  in dma64_getnextrxp() 946 	pkt_len = min((di->rxoffset + len), di->rxbufsize);  in dma_rx() 949 	resid = len - (di->rxbufsize - di->rxoffset);  in dma_rx() 954 			pkt_len = min_t(uint, resid, di->rxbufsize);  in dma_rx() [all …] 
 | 
| D | dma.h | 80 				  uint rxbufsize, int rxextheadroom,
  |