Home
last modified time | relevance | path

Searched refs:stats_counter (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c76 cpu_to_le16(bp->stats_counter++); in bnx2x_storm_stats_post()
810 struct stats_counter *counters = &bp->fw_stats_data->storm_counters; in bnx2x_storm_stats_update()
818 cur_stats_counter = bp->stats_counter - 1; in bnx2x_storm_stats_update()
825 le16_to_cpu(counters->xstats_counter), bp->stats_counter); in bnx2x_storm_stats_update()
832 le16_to_cpu(counters->ustats_counter), bp->stats_counter); in bnx2x_storm_stats_update()
839 le16_to_cpu(counters->cstats_counter), bp->stats_counter); in bnx2x_storm_stats_update()
846 le16_to_cpu(counters->tstats_counter), bp->stats_counter); in bnx2x_storm_stats_update()
1349 sizeof(struct stats_counter)); in bnx2x_prep_fw_stats_req()
1448 bp->stats_counter = 0; in bnx2x_stats_init()
Dbnx2x.h1146 struct stats_counter storm_counters;
1475 u16 stats_counter; member
Dbnx2x_hsi.h5177 struct stats_counter { struct
Dbnx2x_main.c785 bp->spq_prod_idx, bp->stats_counter); in bnx2x_panic_dump()
7046 sizeof(struct stats_counter); in bnx2x_alloc_fw_stats_mem()
/linux-3.4.99/net/openvswitch/
Ddatapath.c177 u64 *stats_counter; in ovs_dp_process_received_packet() local
201 stats_counter = &stats->n_missed; in ovs_dp_process_received_packet()
207 stats_counter = &stats->n_hit; in ovs_dp_process_received_packet()
214 (*stats_counter)++; in ovs_dp_process_received_packet()