Home
last modified time | relevance | path

Searched refs:irq_nb (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
Deq.h40 struct notifier_block irq_nb; member
46 struct notifier_block irq_nb; member
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c113 container_of(nb, struct mlx5_eq_comp, irq_nb); in mlx5_eq_comp_int()
167 mlx5_eq_comp_int(&eq->irq_nb, 0, NULL); in mlx5_eq_poll_irq_disabled()
203 container_of(nb, struct mlx5_eq_async, irq_nb); in mlx5_eq_async_int()
248 eqes = mlx5_eq_async_int(&eq->irq_nb, ASYNC_EQ_RECOVER, NULL); in mlx5_cmd_eq_recover()
609 eq->irq_nb.notifier_call = mlx5_eq_async_int; in setup_async_eq()
617 err = mlx5_eq_enable(dev, &eq->core, &eq->irq_nb); in setup_async_eq()
630 mlx5_eq_disable(dev, &eq->core, &eq->irq_nb); in cleanup_async_eq()
965 mlx5_eq_disable(dev, &eq->core, &eq->irq_nb); in destroy_comp_eq()
1025 eq->irq_nb.notifier_call = mlx5_eq_comp_int; in create_comp_eq()
1034 err = mlx5_eq_enable(dev, &eq->core, &eq->irq_nb); in create_comp_eq()
[all …]
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dodp.c1478 container_of(nb, struct mlx5_ib_pf_eq, irq_nb); in mlx5_ib_eq_pf_int()
1545 eq->irq_nb.notifier_call = mlx5_ib_eq_pf_int; in mlx5r_odp_create_eq()
1555 err = mlx5_eq_enable(dev->mdev, eq->core, &eq->irq_nb); in mlx5r_odp_create_eq()
1582 mlx5_eq_disable(dev->mdev, eq->core, &eq->irq_nb); in mlx5_ib_odp_destroy_eq()
Dmlx5_ib.h1056 struct notifier_block irq_nb; member