Lines Matching refs:tx_statics

485 	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()
2521 bus->tx_statics.test_size += len; in dhdsdio_txpkt_preprocess()
3008 bus->tx_statics.glom_cnt_us[num_pkt-1] = in dhdsdio_sendfromq()
3009 (bus->tx_statics.glom_cnt[num_pkt-1]*bus->tx_statics.glom_cnt_us[num_pkt-1] in dhdsdio_sendfromq()
3010 + bcmsdh_get_spend_time(bus->sdh))/(bus->tx_statics.glom_cnt[num_pkt-1] + 1); in dhdsdio_sendfromq()
3016 bus->tx_statics.glom_cnt[num_pkt-1]++; in dhdsdio_sendfromq()
3017 if (num_pkt > bus->tx_statics.glom_max) in dhdsdio_sendfromq()
3018 bus->tx_statics.glom_max = num_pkt; in dhdsdio_sendfromq()
3252 bus->tx_statics.ctrl_count++; in dhd_bus_txctl()
3253 bus->tx_statics.ctrl_size += len; in dhd_bus_txctl()
8236 __FUNCTION__, bus->tx_statics.event_count, bus->tx_statics.event_size); in dhd_bus_dump_txpktstatics()
8238 __FUNCTION__, bus->tx_statics.ctrl_count, bus->tx_statics.ctrl_size); in dhd_bus_dump_txpktstatics()
8240 __FUNCTION__, bus->tx_statics.data_count, bus->tx_statics.data_size); in dhd_bus_dump_txpktstatics()
8242 for (i=0;i<bus->tx_statics.glom_max;i++) { in dhd_bus_dump_txpktstatics()
8243 total += bus->tx_statics.glom_cnt[i]; in dhd_bus_dump_txpktstatics()
8246 for (i=0;i<bus->tx_statics.glom_max;i++) { in dhd_bus_dump_txpktstatics()
8247 printk(KERN_CONT "%02d: %5d", i+1, bus->tx_statics.glom_cnt[i]); in dhd_bus_dump_txpktstatics()
8257 for (i=0;i<bus->tx_statics.glom_max;i++) { in dhd_bus_dump_txpktstatics()
8258 printk(KERN_CONT "%02d:%5d%%", i+1, (bus->tx_statics.glom_cnt[i]*100)/total); in dhd_bus_dump_txpktstatics()
8269 for (i=0;i<bus->tx_statics.glom_max;i++) { in dhd_bus_dump_txpktstatics()
8270 printk(KERN_CONT "%02d: %5u", i+1, bus->tx_statics.glom_cnt_us[i]); in dhd_bus_dump_txpktstatics()
8281 __FUNCTION__, bus->tx_statics.data_count, total, in dhd_bus_dump_txpktstatics()
8282 bus->tx_statics.data_count/total, bus->tx_statics.glom_max); in dhd_bus_dump_txpktstatics()
8285 __FUNCTION__, bus->tx_statics.glom_count, bus->tx_statics.glom_size); in dhd_bus_dump_txpktstatics()
8287 __FUNCTION__, bus->tx_statics.test_count, bus->tx_statics.test_size); in dhd_bus_dump_txpktstatics()
8303 memset((uint8*) &bus->tx_statics, 0, sizeof(pkt_statics_t)); in dhd_bus_clear_txpktstatics()