Searched refs:ifc_cmd (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/include/linux/mlx5/ |
D | driver.h | 1000 #define mlx5_cmd_exec_inout(dev, ifc_cmd, in, out) \ argument 1002 mlx5_cmd_exec(dev, in, MLX5_ST_SZ_BYTES(ifc_cmd##_in), out, \ 1003 MLX5_ST_SZ_BYTES(ifc_cmd##_out)); \ 1006 #define mlx5_cmd_exec_in(dev, ifc_cmd, in) \ argument 1008 u32 _out[MLX5_ST_SZ_DW(ifc_cmd##_out)] = {}; \ 1009 mlx5_cmd_exec_inout(dev, ifc_cmd, in, _out); \
|