Searched refs:ifc_cmd (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/include/linux/mlx5/ |
| H A D | driver.h | 986 #define mlx5_cmd_exec_inout(dev, ifc_cmd, in, out) \ argument 988 mlx5_cmd_exec(dev, in, MLX5_ST_SZ_BYTES(ifc_cmd##_in), out, \ 989 MLX5_ST_SZ_BYTES(ifc_cmd##_out)); \ 992 #define mlx5_cmd_exec_in(dev, ifc_cmd, in) \ argument 994 u32 _out[MLX5_ST_SZ_DW(ifc_cmd##_out)] = {}; \ 995 mlx5_cmd_exec_inout(dev, ifc_cmd, in, _out); \
|