Searched refs:rxbufsize (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/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,
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-tcpip.c | 426 libcfs_sock_setbuf (struct socket *sock, int txbufsize, int rxbufsize) in libcfs_sock_setbuf() argument 442 if (rxbufsize != 0) { in libcfs_sock_setbuf() 443 option = rxbufsize; in libcfs_sock_setbuf() 485 libcfs_sock_getbuf (struct socket *sock, int *txbufsize, int *rxbufsize) in libcfs_sock_getbuf() argument 492 if (rxbufsize != NULL) { in libcfs_sock_getbuf() 493 *rxbufsize = sock->sk->sk_rcvbuf; in libcfs_sock_getbuf()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs.h | 101 int libcfs_sock_setbuf(struct socket *socket, int txbufsize, int rxbufsize); 102 int libcfs_sock_getbuf(struct socket *socket, int *txbufsize, int *rxbufsize);
|