Searched refs:txglompkts (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_sdio.c | 450 uint txglompkts; /* Number of packets from tx glom frames */ member 2964 bus->txglompkts += num_pkt; in dhdsdio_sendfromq() 3595 dhd_dump_pct(strbuf, "Tx: glom pct", (100 * bus->txglompkts), bus->dhd->tx_packets); in dhd_bus_dump() 3596 dhd_dump_pct(strbuf, ", pkts/glom", bus->txglompkts, bus->txglomframes); in dhd_bus_dump() 3598 bcm_bprintf(strbuf, "txglomframes %u, txglompkts %u\n", bus->txglomframes, bus->txglompkts); in dhd_bus_dump() 3616 bus->txglomframes = bus->txglompkts = 0; in dhd_bus_clearcounts()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_sdio.c | 483 uint txglompkts; /* Number of packets from tx glom frames */ member 3006 bus->txglompkts += num_pkt; in dhdsdio_sendfromq() 3719 dhd_dump_pct(strbuf, "Tx: glom pct", (100 * bus->txglompkts), bus->dhd->tx_packets); in dhd_bus_dump() 3720 dhd_dump_pct(strbuf, ", pkts/glom", bus->txglompkts, bus->txglomframes); in dhd_bus_dump() 3722 bcm_bprintf(strbuf, "txglomframes %u, txglompkts %u\n", bus->txglomframes, bus->txglompkts); in dhd_bus_dump() 3743 bus->txglomframes = bus->txglompkts = 0; in dhd_bus_clearcounts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_sdio.c | 482 uint txglompkts; /* Number of packets from tx glom frames */ member 2995 bus->txglompkts += num_pkt; in dhdsdio_sendfromq() 3708 dhd_dump_pct(strbuf, "Tx: glom pct", (100 * bus->txglompkts), bus->dhd->tx_packets); in dhd_bus_dump() 3709 dhd_dump_pct(strbuf, ", pkts/glom", bus->txglompkts, bus->txglomframes); in dhd_bus_dump() 3711 bcm_bprintf(strbuf, "txglomframes %u, txglompkts %u\n", bus->txglomframes, bus->txglompkts); in dhd_bus_dump() 3732 bus->txglomframes = bus->txglompkts = 0; in dhd_bus_clearcounts()
|