| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.c | 1844 static uint brcmf_sdio_readframes(struct brcmf_sdio *bus, uint maxframes) in brcmf_sdio_readframes() argument 1859 for (rd->seq_num = bus->rx_seq, rxleft = maxframes; in brcmf_sdio_readframes() 2050 rxcount = maxframes - rxleft; in brcmf_sdio_readframes() 2053 brcmf_dbg(DATA, "hit rx limit of %d frames\n", maxframes); in brcmf_sdio_readframes() 2319 static uint brcmf_sdio_sendfromq(struct brcmf_sdio *bus, uint maxframes) in brcmf_sdio_sendfromq() argument 2334 for (cnt = 0; (cnt < maxframes) && data_ok(bus);) { in brcmf_sdio_sendfromq()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_sdio.c | 2588 dhdsdio_sendfromq(dhd_bus_t *bus, uint maxframes) in dhdsdio_sendfromq() argument 2620 for (cnt = 0; (cnt < maxframes) && DATAOK(bus);) { in dhdsdio_sendfromq() 6393 dhdsdio_readframes(dhd_bus_t *bus, uint maxframes, bool *finished) argument 6434 ASSERT(maxframes); 6439 maxframes = bus->pktgen_count; 6475 return (maxframes - rxleft); 6480 for (rxseq = bus->rx_seq, rxleft = maxframes; 7114 rxcount = maxframes - rxleft; 7118 DHD_DATA(("%s: hit rx limit of %d frames\n", __FUNCTION__, maxframes));
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_sdio.c | 2645 dhdsdio_sendfromq(dhd_bus_t *bus, uint maxframes) in dhdsdio_sendfromq() argument 2677 for (cnt = 0; (cnt < maxframes) && DATAOK(bus);) { in dhdsdio_sendfromq() 6455 dhdsdio_readframes(dhd_bus_t *bus, uint maxframes, bool *finished) argument 6496 ASSERT(maxframes); 6501 maxframes = bus->pktgen_count; 6537 return (maxframes - rxleft); 6542 for (rxseq = bus->rx_seq, rxleft = maxframes; 7176 rxcount = maxframes - rxleft; 7180 DHD_DATA(("%s: hit rx limit of %d frames\n", __FUNCTION__, maxframes));
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_sdio.c | 2584 dhdsdio_sendfromq(dhd_bus_t *bus, uint maxframes) in dhdsdio_sendfromq() argument 2616 for (cnt = 0; (cnt < maxframes) && DATAOK(bus);) { in dhdsdio_sendfromq() 6389 dhdsdio_readframes(dhd_bus_t *bus, uint maxframes, bool *finished) argument 6430 ASSERT(maxframes); 6435 maxframes = bus->pktgen_count; 6471 return (maxframes - rxleft); 6476 for (rxseq = bus->rx_seq, rxleft = maxframes; 7110 rxcount = maxframes - rxleft; 7114 DHD_DATA(("%s: hit rx limit of %d frames\n", __FUNCTION__, maxframes));
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_sdio.c | 2906 dhdsdio_sendfromq(dhd_bus_t *bus, uint maxframes) in dhdsdio_sendfromq() argument 2937 for (cnt = 0; (cnt < maxframes) && DATAOK(bus);) { in dhdsdio_sendfromq() 6761 dhdsdio_readframes(dhd_bus_t *bus, uint maxframes, bool *finished) in dhdsdio_readframes() argument 6802 ASSERT(maxframes); in dhdsdio_readframes() 6807 maxframes = bus->pktgen_count; in dhdsdio_readframes() 6844 return (maxframes - rxleft); in dhdsdio_readframes() 6849 for (rxseq = bus->rx_seq, rxleft = maxframes; in dhdsdio_readframes() 7508 rxcount = maxframes - rxleft; in dhdsdio_readframes() 7512 DHD_DATA(("%s: hit rx limit of %d frames\n", __FUNCTION__, maxframes)); in dhdsdio_readframes()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_sdio.c | 2895 dhdsdio_sendfromq(dhd_bus_t *bus, uint maxframes) in dhdsdio_sendfromq() argument 2926 for (cnt = 0; (cnt < maxframes) && DATAOK(bus);) { in dhdsdio_sendfromq() 6750 dhdsdio_readframes(dhd_bus_t *bus, uint maxframes, bool *finished) in dhdsdio_readframes() argument 6791 ASSERT(maxframes); in dhdsdio_readframes() 6796 maxframes = bus->pktgen_count; in dhdsdio_readframes() 6833 return (maxframes - rxleft); in dhdsdio_readframes() 6838 for (rxseq = bus->rx_seq, rxleft = maxframes; in dhdsdio_readframes() 7497 rxcount = maxframes - rxleft; in dhdsdio_readframes() 7501 DHD_DATA(("%s: hit rx limit of %d frames\n", __FUNCTION__, maxframes)); in dhdsdio_readframes()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_sdio.c | 2881 dhdsdio_sendfromq(dhd_bus_t *bus, uint maxframes) in dhdsdio_sendfromq() argument 2908 for (cnt = 0; (cnt < maxframes) && DATAOK(bus);) { in dhdsdio_sendfromq() 6196 dhdsdio_readframes(dhd_bus_t *bus, uint maxframes, bool *finished) in dhdsdio_readframes() argument 6234 ASSERT(maxframes); in dhdsdio_readframes() 6239 maxframes = bus->pktgen_count; in dhdsdio_readframes() 6248 for (rxseq = bus->rx_seq, rxleft = maxframes; in dhdsdio_readframes() 6815 rxcount = maxframes - rxleft; in dhdsdio_readframes() 6819 DHD_DATA(("%s: hit rx limit of %d frames\n", __FUNCTION__, maxframes)); in dhdsdio_readframes()
|