Searched refs:host_stats (Results 1 – 3 of 3) sorted by relevance
59 spraycumul host_stats; in main() local159 (xdrproc_t)xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS) in main()162 xmit_time = host_stats.clock.sec + in main()163 (host_stats.clock.usec / 1000000.0); in main()169 if (host_stats.counter != count) { in main()170 int packets_dropped = count - host_stats.counter; in main()183 print_xferstats(host_stats.counter, length, xmit_time); in main()
1093 … result->stats.host_stats.transmit_kbyte_count = counters[OCS_HW_HOST_STAT_TX_KBYTE_COUNT].counter; in ocs_xport_host_stats_cb()1094 … result->stats.host_stats.receive_kbyte_count = counters[OCS_HW_HOST_STAT_RX_KBYTE_COUNT].counter; in ocs_xport_host_stats_cb()1095 … result->stats.host_stats.transmit_frame_count = counters[OCS_HW_HOST_STAT_TX_FRAME_COUNT].counter; in ocs_xport_host_stats_cb()1096 … result->stats.host_stats.receive_frame_count = counters[OCS_HW_HOST_STAT_RX_FRAME_COUNT].counter; in ocs_xport_host_stats_cb()
151 ocs_xport_host_stats_t host_stats; member