Home
last modified time | relevance | path

Searched refs:mlx5_event (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/mlx5/
Dcq.h50 void (*event) (struct mlx5_core_cq *, enum mlx5_event);
Ddriver.h404 void (*event) (struct mlx5_core_srq *, enum mlx5_event);
Ddevice.h205 enum mlx5_event { enum
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dsrq.c51 static void mlx5_ib_srq_event(struct mlx5_core_srq *srq, enum mlx5_event type) in mlx5_ib_srq_event()
Dcq.c46 static void mlx5_ib_cq_event(struct mlx5_core_cq *mcq, enum mlx5_event type) in mlx5_ib_cq_event()