Home
last modified time | relevance | path

Searched defs:mlx5_cmd_work_ent (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/mlx5/
H A Ddriver.h843 struct mlx5_cmd_work_ent { struct
844 unsigned long state;
845 struct mlx5_cmd_msg *in;
846 struct mlx5_cmd_msg *out;
847 void *uout;
848 int uout_size;
849 mlx5_cmd_cbk_t callback;
850 struct delayed_work cb_timeout_work;
851 void *context;
852 int idx;
[all …]