Lines Matching defs:opcode
28 int mlxsw_cmd_exec(struct mlxsw_core *mlxsw_core, u16 opcode, u8 opcode_mod,
33 static inline int mlxsw_cmd_exec_in(struct mlxsw_core *mlxsw_core, u16 opcode,
37 return mlxsw_cmd_exec(mlxsw_core, opcode, opcode_mod, in_mod, false,
41 static inline int mlxsw_cmd_exec_out(struct mlxsw_core *mlxsw_core, u16 opcode,
46 return mlxsw_cmd_exec(mlxsw_core, opcode, opcode_mod, in_mod,
51 static inline int mlxsw_cmd_exec_none(struct mlxsw_core *mlxsw_core, u16 opcode,
54 return mlxsw_cmd_exec(mlxsw_core, opcode, opcode_mod, in_mod, false,
79 static inline const char *mlxsw_cmd_opcode_str(u16 opcode)
81 switch (opcode) {
128 /* Operation/command not supported or opcode modifier not supported. */