Searched refs:ifc_cmd (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/mlx5/ |
| H A D | driver.h | 924 #define mlx5_cmd_exec_inout(dev, ifc_cmd, in, out) \ argument 926 mlx5_cmd_exec(dev, in, MLX5_ST_SZ_BYTES(ifc_cmd##_in), out, \ 927 MLX5_ST_SZ_BYTES(ifc_cmd##_out)); \ 930 #define mlx5_cmd_exec_in(dev, ifc_cmd, in) \ argument 932 u32 _out[MLX5_ST_SZ_DW(ifc_cmd##_out)] = {}; \ 933 mlx5_cmd_exec_inout(dev, ifc_cmd, in, _out); \
|