Home
last modified time | relevance | path

Searched refs:mlx5_eq_comp (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Deq.h44 struct mlx5_eq_comp { struct
85 struct mlx5_eq_comp *mlx5_eqn2comp_eq(struct mlx5_core_dev *dev, int eqn);
89 u32 mlx5_eq_poll_irq_disabled(struct mlx5_eq_comp *eq);
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhealth.h25 void mlx5e_health_eq_diag_fmsg(struct mlx5_eq_comp *eq, struct devlink_fmsg *fmsg);
46 int mlx5e_health_channel_eq_recover(struct net_device *dev, struct mlx5_eq_comp *eq,
H A Dhealth.c52 void mlx5e_health_eq_diag_fmsg(struct mlx5_eq_comp *eq, struct devlink_fmsg *fmsg) in mlx5e_health_eq_diag_fmsg()
133 int mlx5e_health_channel_eq_recover(struct net_device *dev, struct mlx5_eq_comp *eq, in mlx5e_health_channel_eq_recover()
H A Dreporter_tx.c147 struct mlx5_eq_comp *eq; in mlx5e_tx_reporter_timeout_recover()
H A Dreporter_rx.c174 struct mlx5_eq_comp *eq; in mlx5e_rx_reporter_timeout_recover()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deq.c110 struct mlx5_eq_comp *eq_comp = in mlx5_eq_comp_int()
111 container_of(nb, struct mlx5_eq_comp, irq_nb); in mlx5_eq_comp_int()
153 u32 mlx5_eq_poll_irq_disabled(struct mlx5_eq_comp *eq) in mlx5_eq_poll_irq_disabled()
954 static void destroy_comp_eq(struct mlx5_core_dev *dev, struct mlx5_eq_comp *eq, u16 vecidx) in destroy_comp_eq()
989 struct mlx5_eq_comp *eq; in create_comp_eq()
1054 struct mlx5_eq_comp *eq; in mlx5_comp_eqn_get()
1086 struct mlx5_eq_comp *eq; in mlx5_comp_irqn_get()
1110 struct mlx5_eq_comp *eq; in mlx5_comp_irq_get_affinity_mask()
1141 struct mlx5_eq_comp *mlx5_eqn2comp_eq(struct mlx5_core_dev *dev, int eqn) in mlx5_eqn2comp_eq()
1144 struct mlx5_eq_comp *eq; in mlx5_eqn2comp_eq()
[all …]
H A Dcq.c114 struct mlx5_eq_comp *eq; in mlx5_create_cq()
/linux/include/linux/mlx5/
H A Dcq.h61 struct mlx5_eq_comp *eq;