mlx5_eqe
struct mlx5_eqe;
void (*comp) (struct mlx5_core_cq *, struct mlx5_eqe *);
void mlx5_cq_completion(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe);
void mlx5_object_change_event(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe);
void mlx5_object_change_event(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe)
void mlx5_eswitch_vport_event(struct mlx5_eswitch *esw, struct mlx5_eqe *eqe);
void mlx5_cq_completion(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe)
static struct mlx5_eqe *get_eqe(struct mlx5_eq *eq, u32 entry)
static struct mlx5_eqe *next_eqe_sw(struct mlx5_eq *eq)
struct mlx5_eqe *eqe = get_eqe(eq, eq->cons_index & (eq->nent - 1));
mlx5_temp_warning_event(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe)
struct mlx5_eqe *eqe;
struct mlx5_eqe *eqe;
MLX5_EQE_SIZE = sizeof(struct mlx5_eqe),
struct mlx5_eqe *eqe)
struct mlx5_eqe *eqe)
struct mlx5_eqe *eqe);
struct mlx5_eqe *eqe);
void mlx5_eswitch_vport_event(struct mlx5_eswitch *esw, struct mlx5_eqe *eqe)
typedef void (mlx5e_cq_comp_t)(struct mlx5_core_cq *, struct mlx5_eqe *);
mlx5e_iq_completion(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe __unused)
mlx5e_open_drop_rq_comp(struct mlx5_core_cq *mcq __unused, struct mlx5_eqe *eqe __unused)
mlx5e_rx_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe __unused)
mlx5e_tx_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe __unused)
static void mlx5_ib_cq_comp(struct mlx5_core_cq *cq, struct mlx5_eqe *eqe __unused)
static void devx_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe)
struct mlx5_eqe *eqe = data;
event_data = kzalloc(sizeof(*event_data) + sizeof(struct mlx5_eqe),
memcpy(event_data->hdr.out_data, data, sizeof(struct mlx5_eqe));
eventsz = sizeof(struct mlx5_eqe) +
static u16 get_event_obj_type(unsigned long event_type, struct mlx5_eqe *eqe)