Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c466 uint rxblen; /* Allocated length of rxbuf */ member
1804 if (bus->rxblen) in brcmf_sdio_read_control()
1805 buf = vzalloc(bus->rxblen); in brcmf_sdio_read_control()
4236 bus->rxblen = in brcmf_sdio_probe()
4239 bus->rxbuf = kmalloc(bus->rxblen, GFP_ATOMIC); in brcmf_sdio_probe()