Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c393 if (tmp_counter_stats.counter_mode == 0) { in mlx4_en_DUMP_ETH_STATS()
H A Dcmd.c3320 counter_stats->counter_mode = tmp_counter->counter_mode; in mlx4_get_counter_stats()
3321 if (counter_stats->counter_mode == 0) { in mlx4_get_counter_stats()
3362 if (!err && tmp_vf_stats.counter_mode == 0) { in mlx4_get_vf_stats()
/linux/include/linux/mlx4/
H A Ddevice.h821 u8 counter_mode; member
/linux/drivers/infiniband/hw/mlx4/
H A Dmad.c969 switch (counter_stats.counter_mode & 0xf) { in iboe_process_mad()