Searched refs:ppcnt (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 5018 MLXSW_REG_DEFINE(ppcnt, MLXSW_REG_PPCNT_ID, MLXSW_REG_PPCNT_LEN); 5029 MLXSW_ITEM32(reg, ppcnt, swid, 0x00, 24, 8); 5035 MLXSW_ITEM32_LP(reg, ppcnt, 0x00, 16, 0x00, 12); 5043 MLXSW_ITEM32(reg, ppcnt, pnat, 0x00, 14, 2); 5074 MLXSW_ITEM32(reg, ppcnt, grp, 0x00, 0, 6); 5082 MLXSW_ITEM32(reg, ppcnt, clr, 0x04, 31, 1); 5090 MLXSW_ITEM32(reg, ppcnt, lp_gl, 0x04, 30, 1); 5100 MLXSW_ITEM32(reg, ppcnt, prio_tc, 0x04, 0, 5); 5107 MLXSW_ITEM64(reg, ppcnt, a_frames_transmitted_ok, 5113 MLXSW_ITEM64(reg, ppcnt, a_frames_received_ok, [all …]
|
D | spectrum_dcb.c | 487 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ppcnt), ppcnt_pl); in mlxsw_sp_port_pfc_cnt_get()
|
D | spectrum.c | 876 return mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ppcnt), ppcnt_pl); in mlxsw_sp_port_get_stats_raw()
|
/Linux-v6.1/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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 848 (MLX5_CAP_GEN(mdev, pcam_reg) ? MLX5_CAP_PCAM_REG(mdev, ppcnt) : 1) 1273 MLX5E_READ_CTR64_BE_F(ppcnt, phys_layer_cntrs, \ 1276 MLX5E_READ_CTR64_BE_F(ppcnt, phys_layer_cntrs, \ 1281 u32 *ppcnt, u8 lanes) in fec_set_fc_stats() argument 1293 static void fec_set_rs_stats(struct ethtool_fec_stats *fec_stats, u32 *ppcnt) in fec_set_rs_stats() argument 1296 MLX5E_READ_CTR64_BE_F(ppcnt, phys_layer_cntrs, in fec_set_rs_stats() 1299 MLX5E_READ_CTR64_BE_F(ppcnt, phys_layer_cntrs, in fec_set_rs_stats()
|
/Linux-v6.1/include/linux/mlx5/ |
D | mlx5_ifc.h | 9834 u8 ppcnt[0x1]; member
|