Searched refs:mlx5_eq (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_eq.c | 100 static struct mlx5_eqe *get_eqe(struct mlx5_eq *eq, u32 entry) in get_eqe() 105 static struct mlx5_eqe *next_eqe_sw(struct mlx5_eq *eq) in next_eqe_sw() 212 static void eq_update_ci(struct mlx5_eq *eq, int arm) in eq_update_ci() 231 static int mlx5_eq_int(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_eq_int() 409 struct mlx5_eq *eq = eq_ptr; in mlx5_msix_handler() 420 static void init_eq_buf(struct mlx5_eq *eq) in init_eq_buf() 431 int mlx5_create_map_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq, u8 vecidx, in mlx5_create_map_eq() 520 int mlx5_destroy_unmap_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_destroy_unmap_eq() 640 int mlx5_core_eq_query(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in mlx5_core_eq_query() 779 struct mlx5_eq *eq; in mlx5_poll_interrupts()
|
| H A D | mlx5_main.c | 685 struct mlx5_eq *eq; in mlx5_vector2eqn() 706 struct mlx5_eq *eq, *n; in free_comp_eqs() 724 struct mlx5_eq *eq; in alloc_comp_eqs()
|
| /freebsd/sys/dev/mlx5/ |
| H A D | driver.h | 382 struct mlx5_eq { struct 498 struct mlx5_eq pages_eq; 499 struct mlx5_eq async_eq; 500 struct mlx5_eq cmd_eq; 1095 int mlx5_create_map_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq, u8 vecidx, 1097 int mlx5_destroy_unmap_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq); 1114 int mlx5_debug_eq_add(struct mlx5_core_dev *dev, struct mlx5_eq *eq); 1115 void mlx5_debug_eq_remove(struct mlx5_core_dev *dev, struct mlx5_eq *eq); 1116 int mlx5_core_eq_query(struct mlx5_core_dev *dev, struct mlx5_eq *eq,
|
| /freebsd/sys/modules/mlx5/ |
| H A D | Makefile | 15 mlx5_eq.c \
|
| /freebsd/sys/conf/ |
| H A D | files | 5048 dev/mlx5/mlx5_core/mlx5_eq.c optional mlx5 pci compat_linuxkpi \
|