Searched refs:ppcnt (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 4581 MLXSW_REG_DEFINE(ppcnt, MLXSW_REG_PPCNT_ID, MLXSW_REG_PPCNT_LEN); 4592 MLXSW_ITEM32(reg, ppcnt, swid, 0x00, 24, 8); 4600 MLXSW_ITEM32(reg, ppcnt, local_port, 0x00, 16, 8); 4608 MLXSW_ITEM32(reg, ppcnt, pnat, 0x00, 14, 2); 4639 MLXSW_ITEM32(reg, ppcnt, grp, 0x00, 0, 6); 4647 MLXSW_ITEM32(reg, ppcnt, clr, 0x04, 31, 1); 4657 MLXSW_ITEM32(reg, ppcnt, prio_tc, 0x04, 0, 5); 4664 MLXSW_ITEM64(reg, ppcnt, a_frames_transmitted_ok, 4670 MLXSW_ITEM64(reg, ppcnt, a_frames_received_ok, 4676 MLXSW_ITEM64(reg, ppcnt, a_frame_check_sequence_errors, [all …]
|
D | spectrum_dcb.c | 541 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ppcnt), ppcnt_pl); in mlxsw_sp_port_pfc_cnt_get()
|
D | switchx2.c | 535 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(ppcnt), ppcnt_pl); in mlxsw_sx_port_get_stats()
|
D | spectrum.c | 1079 return mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ppcnt), ppcnt_pl); in mlxsw_sp_port_get_stats_raw()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | monitor_stats.c | 29 if (MLX5_CAP_PCAM_REG(mdev, ppcnt) && in mlx5e_monitor_counter_supported() 119 int num_ppcnt_counters = !MLX5_CAP_PCAM_REG(mdev, ppcnt) ? 0 : in mlx5e_set_monitor_counter()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 582 (MLX5_CAP_GEN(mdev, pcam_reg) ? MLX5_CAP_PCAM_REG(mdev, ppcnt) : 1)
|
/Linux-v5.4/include/linux/mlx5/ |
D | mlx5_ifc.h | 8761 u8 ppcnt[0x1]; member
|