Lines Matching defs:mlx5_cmd_work_ent
866 struct mlx5_cmd_work_ent { struct
867 unsigned long state;
868 struct mlx5_cmd_msg *in;
869 struct mlx5_cmd_msg *out;
870 void *uout;
871 int uout_size;
872 mlx5_cmd_cbk_t callback;
873 struct delayed_work cb_timeout_work;
874 void *context;
875 int idx;
876 struct completion handling;
877 struct completion slotted;
878 struct completion done;
879 struct mlx5_cmd *cmd;
880 struct work_struct work;
881 struct mlx5_cmd_layout *lay;
882 int ret;
883 int page_queue;
884 u8 status;
885 u8 token;
886 u64 ts1;
887 u64 ts2;
888 u16 op;
889 bool polling;
891 refcount_t refcnt;