Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mlx5/
Ddriver.h833 struct mlx5_cmd_work_ent { struct
834 unsigned long state;
835 struct mlx5_cmd_msg *in;
836 struct mlx5_cmd_msg *out;
837 void *uout;
838 int uout_size;
839 mlx5_cmd_cbk_t callback;
840 struct delayed_work cb_timeout_work;
841 void *context;
842 int idx;
[all …]