Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/lib/
Deq.h44 struct mlx5_eq_comp { struct
85 struct mlx5_eq_comp *mlx5_eqn2comp_eq(struct mlx5_core_dev *dev, int eqn);
90 u32 mlx5_eq_poll_irq_disabled(struct mlx5_eq_comp *eq);
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.h24 int 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,
Dhealth.c107 int mlx5e_health_eq_diag_fmsg(struct mlx5_eq_comp *eq, struct devlink_fmsg *fmsg) in mlx5e_health_eq_diag_fmsg()
206 int mlx5e_health_channel_eq_recover(struct net_device *dev, struct mlx5_eq_comp *eq, in mlx5e_health_channel_eq_recover()
Dreporter_tx.c97 struct mlx5_eq_comp *eq; in mlx5e_tx_reporter_timeout_recover()
Dreporter_rx.c150 struct mlx5_eq_comp *eq; in mlx5e_rx_reporter_timeout_recover()
/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c107 struct mlx5_eq_comp *eq_comp = in mlx5_eq_comp_int()
108 container_of(nb, struct mlx5_eq_comp, irq_nb); in mlx5_eq_comp_int()
156 u32 mlx5_eq_poll_irq_disabled(struct mlx5_eq_comp *eq) in mlx5_eq_poll_irq_disabled()
783 struct mlx5_eq_comp *eq, *n; in destroy_comp_eqs()
799 struct mlx5_eq_comp *eq; in create_comp_eqs()
862 struct mlx5_eq_comp *eq, *n; in vector2eqnirqn()
901 struct mlx5_eq_comp *eq, *n; in mlx5_comp_irq_get_affinity_mask()
920 struct mlx5_eq_comp *mlx5_eqn2comp_eq(struct mlx5_core_dev *dev, int eqn) in mlx5_eqn2comp_eq()
923 struct mlx5_eq_comp *eq; in mlx5_eqn2comp_eq()
Dcq.c95 struct mlx5_eq_comp *eq; in mlx5_core_create_cq()