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