Lines Matching defs:mlx5_cmd_work_ent
844 struct mlx5_cmd_work_ent { struct
845 unsigned long state;
846 struct mlx5_cmd_msg *in;
847 struct mlx5_cmd_msg *out;
848 void *uout;
849 int uout_size;
850 mlx5_cmd_cbk_t callback;
851 struct delayed_work cb_timeout_work;
852 void *context;
853 int idx;
854 struct completion handling;
855 struct completion done;
856 struct mlx5_cmd *cmd;
857 struct work_struct work;
858 struct mlx5_cmd_layout *lay;
859 int ret;
860 int page_queue;
861 u8 status;
862 u8 token;
863 u64 ts1;
864 u64 ts2;
865 u16 op;
866 bool polling;
868 refcount_t refcnt;