Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/mlx5/
Ddriver.h866 struct mlx5_cmd_work_ent { struct
867 unsigned long state;
868 struct mlx5_cmd_msg *in;
869 struct mlx5_cmd_msg *out;
870 void *uout;
871 int uout_size;
872 mlx5_cmd_cbk_t callback;
873 struct delayed_work cb_timeout_work;
874 void *context;
875 int idx;
[all …]