Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c452 struct pkt_statics tx_statics; member
2473 bus->tx_statics.ctrl_count++; in dhdsdio_txpkt_preprocess()
2474 bus->tx_statics.ctrl_size += len; in dhdsdio_txpkt_preprocess()
2477 bus->tx_statics.data_count++; in dhdsdio_txpkt_preprocess()
2478 bus->tx_statics.data_size += len; in dhdsdio_txpkt_preprocess()
2481 bus->tx_statics.glom_count++; in dhdsdio_txpkt_preprocess()
2482 bus->tx_statics.glom_size += len; in dhdsdio_txpkt_preprocess()
2485 bus->tx_statics.event_count++; in dhdsdio_txpkt_preprocess()
2486 bus->tx_statics.event_size += len; in dhdsdio_txpkt_preprocess()
2489 bus->tx_statics.test_count++; in dhdsdio_txpkt_preprocess()
[all …]
H A Ddbus.c2686 memset((uint8*) &tx_statics, 0, sizeof(pkt_statics_t)); in dhd_bus_devreset()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c485 struct pkt_statics tx_statics; member
2504 bus->tx_statics.ctrl_count++; in dhdsdio_txpkt_preprocess()
2505 bus->tx_statics.ctrl_size += len; in dhdsdio_txpkt_preprocess()
2508 bus->tx_statics.data_count++; in dhdsdio_txpkt_preprocess()
2509 bus->tx_statics.data_size += len; in dhdsdio_txpkt_preprocess()
2512 bus->tx_statics.glom_count++; in dhdsdio_txpkt_preprocess()
2513 bus->tx_statics.glom_size += len; in dhdsdio_txpkt_preprocess()
2516 bus->tx_statics.event_count++; in dhdsdio_txpkt_preprocess()
2517 bus->tx_statics.event_size += len; in dhdsdio_txpkt_preprocess()
2520 bus->tx_statics.test_count++; in dhdsdio_txpkt_preprocess()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c484 struct pkt_statics tx_statics; member
2493 bus->tx_statics.ctrl_count++; in dhdsdio_txpkt_preprocess()
2494 bus->tx_statics.ctrl_size += len; in dhdsdio_txpkt_preprocess()
2497 bus->tx_statics.data_count++; in dhdsdio_txpkt_preprocess()
2498 bus->tx_statics.data_size += len; in dhdsdio_txpkt_preprocess()
2501 bus->tx_statics.glom_count++; in dhdsdio_txpkt_preprocess()
2502 bus->tx_statics.glom_size += len; in dhdsdio_txpkt_preprocess()
2505 bus->tx_statics.event_count++; in dhdsdio_txpkt_preprocess()
2506 bus->tx_statics.event_size += len; in dhdsdio_txpkt_preprocess()
2509 bus->tx_statics.test_count++; in dhdsdio_txpkt_preprocess()
[all …]