Searched refs:mlx5_eq_comp (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | eq.h | 44 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);
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | health.h | 24 int mlx5e_health_eq_diag_fmsg(struct mlx5_eq_comp *eq, struct devlink_fmsg *fmsg); 45 int mlx5e_health_channel_eq_recover(struct net_device *dev, struct mlx5_eq_comp *eq,
|
A D | health.c | 107 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()
|
A D | reporter_tx.c | 104 struct mlx5_eq_comp *eq; in mlx5e_tx_reporter_timeout_recover()
|
A D | reporter_rx.c | 159 struct mlx5_eq_comp *eq; in mlx5e_rx_reporter_timeout_recover()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | eq.c | 110 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() 159 u32 mlx5_eq_poll_irq_disabled(struct mlx5_eq_comp *eq) in mlx5_eq_poll_irq_disabled() 871 struct mlx5_eq_comp *eq, *n; in destroy_comp_eqs() 903 struct mlx5_eq_comp *eq; in create_comp_eqs() 963 struct mlx5_eq_comp *eq; in vector2eqnirqn() 1002 struct mlx5_eq_comp *eq; in mlx5_comp_irq_get_affinity_mask() 1021 struct mlx5_eq_comp *mlx5_eqn2comp_eq(struct mlx5_core_dev *dev, int eqn) in mlx5_eqn2comp_eq() 1024 struct mlx5_eq_comp *eq; in mlx5_eqn2comp_eq()
|
A D | cq.c | 95 struct mlx5_eq_comp *eq; in mlx5_create_cq()
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | cq.h | 62 struct mlx5_eq_comp *eq;
|
Completed in 11 milliseconds