Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c464 uint rxblen; /* Allocated length of rxbuf */ member
1797 if (bus->rxblen) in brcmf_sdio_read_control()
1798 buf = vzalloc(bus->rxblen); in brcmf_sdio_read_control()
4187 bus->rxblen = in brcmf_sdio_probe()
4190 bus->rxbuf = kmalloc(bus->rxblen, GFP_ATOMIC); in brcmf_sdio_probe()