Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c309 uint rxblen; /* Allocated length of rxbuf */ member
8714 bus->rxblen = ROUNDUP((bus->dhd->maxctl+SDPCM_HDRLEN), ALIGNMENT) + DHD_SDALIGN; in dhdsdio_probe_malloc()
8715 if (!(bus->rxbuf = DHD_OS_PREALLOC(bus->dhd, DHD_PREALLOC_RXBUF, bus->rxblen))) { in dhdsdio_probe_malloc()
8717 __FUNCTION__, bus->rxblen)); in dhdsdio_probe_malloc()
8726 if (!bus->rxblen) in dhdsdio_probe_malloc()
8727 DHD_OS_PREFREE(bus->dhd, bus->rxbuf, bus->rxblen); in dhdsdio_probe_malloc()
8742 if (!bus->rxblen) in dhdsdio_probe_malloc()
8743 DHD_OS_PREFREE(bus->dhd, bus->rxbuf, bus->rxblen); in dhdsdio_probe_malloc()
8999 MFREE(osh, bus->rxbuf, bus->rxblen); in dhdsdio_release_malloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c332 uint rxblen; /* Allocated length of rxbuf */ member
9018 bus->rxblen = ROUNDUP((bus->dhd->maxctl+SDPCM_HDRLEN), ALIGNMENT) + DHD_SDALIGN;
9019 if (!(bus->rxbuf = DHD_OS_PREALLOC(bus->dhd, DHD_PREALLOC_RXBUF, bus->rxblen))) {
9021 __FUNCTION__, bus->rxblen));
9030 if (!bus->rxblen)
9031 DHD_OS_PREFREE(bus->dhd, bus->rxbuf, bus->rxblen);
9045 if (!bus->rxblen)
9046 DHD_OS_PREFREE(bus->dhd, bus->rxbuf, bus->rxblen);
9275 MFREE(osh, bus->rxbuf, bus->rxblen);
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c472 uint rxblen; /* Allocated length of rxbuf */ member
1752 if (bus->rxblen) in brcmf_sdio_read_control()
1753 buf = vzalloc(bus->rxblen); in brcmf_sdio_read_control()
3532 bus->rxblen = value; in brcmf_sdio_bus_preinit()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c330 uint rxblen; /* Allocated length of rxbuf */ member
9629 bus->rxblen = ROUNDUP((bus->dhd->maxctl+SDPCM_HDRLEN), ALIGNMENT) + DHD_SDALIGN; in dhdsdio_probe_malloc()
9630 if (!(bus->rxbuf = DHD_OS_PREALLOC(bus->dhd, DHD_PREALLOC_RXBUF, bus->rxblen))) { in dhdsdio_probe_malloc()
9632 __FUNCTION__, bus->rxblen)); in dhdsdio_probe_malloc()
9641 if (!bus->rxblen) in dhdsdio_probe_malloc()
9642 DHD_OS_PREFREE(bus->dhd, bus->rxbuf, bus->rxblen); in dhdsdio_probe_malloc()
9657 if (!bus->rxblen) in dhdsdio_probe_malloc()
9658 DHD_OS_PREFREE(bus->dhd, bus->rxbuf, bus->rxblen); in dhdsdio_probe_malloc()
9944 MFREE(osh, bus->rxbuf, bus->rxblen); in dhdsdio_release_malloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c329 uint rxblen; /* Allocated length of rxbuf */ member
9614 bus->rxblen = ROUNDUP((bus->dhd->maxctl+SDPCM_HDRLEN), ALIGNMENT) + DHD_SDALIGN; in dhdsdio_probe_malloc()
9615 if (!(bus->rxbuf = DHD_OS_PREALLOC(bus->dhd, DHD_PREALLOC_RXBUF, bus->rxblen))) { in dhdsdio_probe_malloc()
9617 __FUNCTION__, bus->rxblen)); in dhdsdio_probe_malloc()
9626 if (!bus->rxblen) in dhdsdio_probe_malloc()
9627 DHD_OS_PREFREE(bus->dhd, bus->rxbuf, bus->rxblen); in dhdsdio_probe_malloc()
9642 if (!bus->rxblen) in dhdsdio_probe_malloc()
9643 DHD_OS_PREFREE(bus->dhd, bus->rxbuf, bus->rxblen); in dhdsdio_probe_malloc()
9929 MFREE(osh, bus->rxbuf, bus->rxblen); in dhdsdio_release_malloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_sdio.c317 uint rxblen; /* Allocated length of rxbuf */ member
8952 bus->rxblen = ROUNDUP((bus->dhd->maxctl+SDPCM_HDRLEN), ALIGNMENT) + DHD_SDALIGN;
8953 if (!(bus->rxbuf = DHD_OS_PREALLOC(bus->dhd, DHD_PREALLOC_RXBUF, bus->rxblen))) {
8955 __FUNCTION__, bus->rxblen));
8964 if (!bus->rxblen)
8965 DHD_OS_PREFREE(bus->dhd, bus->rxbuf, bus->rxblen);
9192 MFREE(osh, bus->rxbuf, bus->rxblen);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_sdio.c317 uint rxblen; /* Allocated length of rxbuf */ member
8948 bus->rxblen = ROUNDUP((bus->dhd->maxctl+SDPCM_HDRLEN), ALIGNMENT) + DHD_SDALIGN;
8949 if (!(bus->rxbuf = DHD_OS_PREALLOC(bus->dhd, DHD_PREALLOC_RXBUF, bus->rxblen))) {
8951 __FUNCTION__, bus->rxblen));
8960 if (!bus->rxblen)
8961 DHD_OS_PREFREE(bus->dhd, bus->rxbuf, bus->rxblen);
9188 MFREE(osh, bus->rxbuf, bus->rxblen);