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