Searched refs:ifc_cmd (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/mlx5/ |
H A D | driver.h | 1008 #define mlx5_cmd_exec_inout(dev, ifc_cmd, in, out) \ argument 1010 mlx5_cmd_exec(dev, in, MLX5_ST_SZ_BYTES(ifc_cmd##_in), out, \ 1011 MLX5_ST_SZ_BYTES(ifc_cmd##_out)); \ 1014 #define mlx5_cmd_exec_in(dev, ifc_cmd, in) \ argument 1016 u32 _out[MLX5_ST_SZ_DW(ifc_cmd##_out)] = {}; \ 1017 mlx5_cmd_exec_inout(dev, ifc_cmd, in, _out); \
|