mgpc_pl           469 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	char mgpc_pl[MLXSW_REG_MGPC_LEN];
mgpc_pl           472 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	mlxsw_reg_mgpc_pack(mgpc_pl, counter_index, MLXSW_REG_MGPC_OPCODE_NOP,
mgpc_pl           474 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(mgpc), mgpc_pl);
mgpc_pl           478 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 		*packets = mlxsw_reg_mgpc_packet_counter_get(mgpc_pl);
mgpc_pl           480 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 		*bytes = mlxsw_reg_mgpc_byte_counter_get(mgpc_pl);
mgpc_pl           487 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	char mgpc_pl[MLXSW_REG_MGPC_LEN];
mgpc_pl           489 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	mlxsw_reg_mgpc_pack(mgpc_pl, counter_index, MLXSW_REG_MGPC_OPCODE_CLEAR,
mgpc_pl           491 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mgpc), mgpc_pl);