Searched defs:mlx5_cmd_work_ent (Results 1 – 1 of 1) sorted by relevance
561 struct mlx5_cmd_work_ent { struct562 struct mlx5_cmd_msg *in;563 struct mlx5_cmd_msg *out;564 void *uout;565 int uout_size;566 mlx5_cmd_cbk_t callback;567 void *context;568 int idx;569 struct completion done;570 struct mlx5_cmd *cmd;[all …]