Home
last modified time | relevance | path

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

/linux-6.15/include/linux/mlx5/
Ddriver.h815 struct mlx5_cmd_work_ent { struct
816 unsigned long state;
817 struct mlx5_cmd_msg *in;
818 struct mlx5_cmd_msg *out;
819 void *uout;
820 int uout_size;
821 mlx5_cmd_cbk_t callback;
822 struct delayed_work cb_timeout_work;
823 void *context;
824 int idx;
[all …]