Searched refs:ppcnt (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 4649 MLXSW_REG_DEFINE(ppcnt, MLXSW_REG_PPCNT_ID, MLXSW_REG_PPCNT_LEN); 4660 MLXSW_ITEM32(reg, ppcnt, swid, 0x00, 24, 8); 4668 MLXSW_ITEM32(reg, ppcnt, local_port, 0x00, 16, 8); 4676 MLXSW_ITEM32(reg, ppcnt, pnat, 0x00, 14, 2); 4707 MLXSW_ITEM32(reg, ppcnt, grp, 0x00, 0, 6); 4715 MLXSW_ITEM32(reg, ppcnt, clr, 0x04, 31, 1); 4725 MLXSW_ITEM32(reg, ppcnt, prio_tc, 0x04, 0, 5); 4732 MLXSW_ITEM64(reg, ppcnt, a_frames_transmitted_ok, 4738 MLXSW_ITEM64(reg, ppcnt, a_frames_received_ok, 4744 MLXSW_ITEM64(reg, ppcnt, a_frame_check_sequence_errors, [all …]
|
D | spectrum_dcb.c | 500 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ppcnt), ppcnt_pl); in mlxsw_sp_port_pfc_cnt_get()
|
D | switchx2.c | 530 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(ppcnt), ppcnt_pl); in mlxsw_sx_port_get_stats()
|
D | spectrum.c | 703 return mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ppcnt), ppcnt_pl); in mlxsw_sp_port_get_stats_raw()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | monitor_stats.c | 29 if (MLX5_CAP_PCAM_REG(mdev, ppcnt) && in mlx5e_monitor_counter_supported() 105 int num_ppcnt_counters = !MLX5_CAP_PCAM_REG(mdev, ppcnt) ? 0 : in mlx5e_set_monitor_counter()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 677 (MLX5_CAP_GEN(mdev, pcam_reg) ? MLX5_CAP_PCAM_REG(mdev, ppcnt) : 1)
|
/Linux-v5.10/include/linux/mlx5/ |
D | mlx5_ifc.h | 9077 u8 ppcnt[0x1]; member
|