Searched refs:tx_statics (Results 1 – 4 of 4) sorted by relevance
452 struct pkt_statics tx_statics; member2473 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 …]
2686 memset((uint8*) &tx_statics, 0, sizeof(pkt_statics_t)); in dhd_bus_devreset()
485 struct pkt_statics tx_statics; member2504 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 …]
484 struct pkt_statics tx_statics; member2493 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 …]