Searched refs:mgpc_pl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.c | 469 char mgpc_pl[MLXSW_REG_MGPC_LEN]; in mlxsw_sp_flow_counter_get() local 472 mlxsw_reg_mgpc_pack(mgpc_pl, counter_index, MLXSW_REG_MGPC_OPCODE_NOP, in mlxsw_sp_flow_counter_get() 474 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(mgpc), mgpc_pl); in mlxsw_sp_flow_counter_get() 478 *packets = mlxsw_reg_mgpc_packet_counter_get(mgpc_pl); in mlxsw_sp_flow_counter_get() 480 *bytes = mlxsw_reg_mgpc_byte_counter_get(mgpc_pl); in mlxsw_sp_flow_counter_get() 487 char mgpc_pl[MLXSW_REG_MGPC_LEN]; in mlxsw_sp_flow_counter_clear() local 489 mlxsw_reg_mgpc_pack(mgpc_pl, counter_index, MLXSW_REG_MGPC_OPCODE_CLEAR, in mlxsw_sp_flow_counter_clear() 491 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mgpc), mgpc_pl); in mlxsw_sp_flow_counter_clear()
|