Searched refs:mgpc_pl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.c | 368 char mgpc_pl[MLXSW_REG_MGPC_LEN]; in mlxsw_sp_flow_counter_get() local 371 mlxsw_reg_mgpc_pack(mgpc_pl, counter_index, MLXSW_REG_MGPC_OPCODE_NOP, in mlxsw_sp_flow_counter_get() 373 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(mgpc), mgpc_pl); in mlxsw_sp_flow_counter_get() 377 *packets = mlxsw_reg_mgpc_packet_counter_get(mgpc_pl); in mlxsw_sp_flow_counter_get() 379 *bytes = mlxsw_reg_mgpc_byte_counter_get(mgpc_pl); in mlxsw_sp_flow_counter_get() 386 char mgpc_pl[MLXSW_REG_MGPC_LEN]; in mlxsw_sp_flow_counter_clear() local 388 mlxsw_reg_mgpc_pack(mgpc_pl, counter_index, MLXSW_REG_MGPC_OPCODE_CLEAR, in mlxsw_sp_flow_counter_clear() 390 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mgpc), mgpc_pl); in mlxsw_sp_flow_counter_clear()
|