Lines Matching defs:mlx5_cmd_work_ent
748 struct mlx5_cmd_work_ent { struct
749 unsigned long state;
750 struct mlx5_cmd_msg *in;
751 struct mlx5_cmd_msg *out;
752 void *uout;
753 int uout_size;
754 mlx5_cmd_cbk_t callback;
755 struct delayed_work cb_timeout_work;
756 void *context;
757 int idx;
758 struct completion handling;
759 struct completion done;
760 struct mlx5_cmd *cmd;
761 struct work_struct work;
762 struct mlx5_cmd_layout *lay;
763 int ret;
764 int page_queue;
765 u8 status;
766 u8 token;
767 u64 ts1;
768 u64 ts2;
769 u16 op;
770 bool polling;
772 refcount_t refcnt;