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.h844 struct mlx5_cmd_work_ent { struct
845 unsigned long state;
846 struct mlx5_cmd_msg *in;
847 struct mlx5_cmd_msg *out;
848 void *uout;
849 int uout_size;
850 mlx5_cmd_cbk_t callback;
851 struct delayed_work cb_timeout_work;
852 void *context;
853 int idx;
[all …]