Home
last modified time | relevance | path

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

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