Searched refs:mlx5_eqe (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_eq.c | 44 MLX5_EQE_SIZE = sizeof(struct mlx5_eqe), 85 struct mlx5_eqe *eqe); 87 struct mlx5_eqe *eqe); 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() 107 struct mlx5_eqe *eqe = get_eqe(eq, eq->cons_index & (eq->nent - 1)); in next_eqe_sw() 222 mlx5_temp_warning_event(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe) in mlx5_temp_warning_event() 233 struct mlx5_eqe *eqe; in mlx5_eq_int() 422 struct mlx5_eqe *eqe; in init_eq_buf() 699 struct mlx5_eqe *eqe) in mlx5_port_module_event() [all …]
|
H A D | eswitch.h | 157 void mlx5_eswitch_vport_event(struct mlx5_eswitch *esw, struct mlx5_eqe *eqe);
|
H A D | mlx5_cq.c | 59 void mlx5_cq_completion(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe) in mlx5_cq_completion()
|
H A D | mlx5_eswitch.c | 1140 void mlx5_eswitch_vport_event(struct mlx5_eswitch *esw, struct mlx5_eqe *eqe) in mlx5_eswitch_vport_event()
|
/freebsd/sys/dev/mlx5/ |
H A D | cq.h | 33 struct mlx5_eqe; 41 void (*comp) (struct mlx5_core_cq *, struct mlx5_eqe *);
|
H A D | driver.h | 1088 void mlx5_cq_completion(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe);
|
H A D | device.h | 653 struct mlx5_eqe { struct
|
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | ipsec.h | 205 void mlx5_object_change_event(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe);
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_devx.c | 340 static u16 get_event_obj_type(unsigned long event_type, struct mlx5_eqe *eqe) in get_event_obj_type() 1366 static void devx_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe) in devx_cq_comp() 2256 struct mlx5_eqe *eqe = data; in devx_get_obj_id_from_event() 2313 event_data = kzalloc(sizeof(*event_data) + sizeof(struct mlx5_eqe), in deliver_event() 2323 memcpy(event_data->hdr.out_data, data, sizeof(struct mlx5_eqe)); in deliver_event() 2561 eventsz = sizeof(struct mlx5_eqe) + in devx_async_event_read()
|
H A D | mlx5_ib_cq.c | 36 static void mlx5_ib_cq_comp(struct mlx5_core_cq *cq, struct mlx5_eqe *eqe __unused) in mlx5_ib_cq_comp()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_iq.c | 93 mlx5e_iq_completion(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe __unused) in mlx5e_iq_completion()
|
H A D | mlx5_en_rx.c | 667 mlx5e_rx_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe __unused) in mlx5e_rx_cq_comp()
|
H A D | mlx5_en_tx.c | 1172 mlx5e_tx_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe __unused) in mlx5e_tx_cq_comp()
|
H A D | en.h | 148 typedef void (mlx5e_cq_comp_t)(struct mlx5_core_cq *, struct mlx5_eqe *);
|
H A D | mlx5_en_main.c | 1495 mlx5e_open_drop_rq_comp(struct mlx5_core_cq *mcq __unused, struct mlx5_eqe *eqe __unused) in mlx5e_open_drop_rq_comp()
|