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