Lines Matching defs:mlx5_cmd_work_ent
833 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;
843 struct completion handling;
844 struct completion done;
845 struct mlx5_cmd *cmd;
846 struct work_struct work;
847 struct mlx5_cmd_layout *lay;
848 int ret;
849 int page_queue;
850 u8 status;
851 u8 token;
852 u64 ts1;
853 u64 ts2;
854 u16 op;
855 bool polling;
857 refcount_t refcnt;