Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mlx5/
Ddriver.h895 struct mlx5_cmd_work_ent { struct
896 unsigned long state;
897 struct mlx5_cmd_msg *in;
898 struct mlx5_cmd_msg *out;
899 void *uout;
900 int uout_size;
901 mlx5_cmd_cbk_t callback;
902 struct delayed_work cb_timeout_work;
903 void *context;
904 int idx;
[all …]