Lines Matching defs:mlx5_cmd_work_ent
813 struct mlx5_cmd_work_ent { struct
814 unsigned long state;
815 struct mlx5_cmd_msg *in;
816 struct mlx5_cmd_msg *out;
817 void *uout;
818 int uout_size;
819 mlx5_cmd_cbk_t callback;
820 struct delayed_work cb_timeout_work;
821 void *context;
822 int idx;
823 struct completion handling;
824 struct completion done;
825 struct mlx5_cmd *cmd;
826 struct work_struct work;
827 struct mlx5_cmd_layout *lay;
828 int ret;
829 int page_queue;
830 u8 status;
831 u8 token;
832 u64 ts1;
833 u64 ts2;
834 u16 op;
835 bool polling;
837 refcount_t refcnt;