Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c108 container_of(nb, struct mlx5_eq_comp, irq_nb); in mlx5_eq_comp_int()
162 mlx5_eq_comp_int(&eq->irq_nb, 0, NULL); in mlx5_eq_poll_irq_disabled()
198 container_of(nb, struct mlx5_eq_async, irq_nb); in mlx5_eq_async_int()
243 eqes = mlx5_eq_async_int(&eq->irq_nb, ASYNC_EQ_RECOVER, NULL); in mlx5_cmd_eq_recover()
594 eq->irq_nb.notifier_call = mlx5_eq_async_int; in setup_async_eq()
605 err = mlx5_eq_enable(dev, &eq->core, &eq->irq_nb); in setup_async_eq()
618 mlx5_eq_disable(dev, &eq->core, &eq->irq_nb); in cleanup_async_eq()
787 mlx5_eq_disable(dev, &eq->core, &eq->irq_nb); in destroy_comp_eqs()
823 eq->irq_nb.notifier_call = mlx5_eq_comp_int; in create_comp_eqs()
839 err = mlx5_eq_enable(dev, &eq->core, &eq->irq_nb); in create_comp_eqs()
/drivers/net/ethernet/mellanox/mlx5/core/lib/
Deq.h40 struct notifier_block irq_nb; member
46 struct notifier_block irq_nb; member
/drivers/infiniband/hw/mlx5/
Dodp.c1494 container_of(nb, struct mlx5_ib_pf_eq, irq_nb); in mlx5_ib_eq_pf_int()
1561 eq->irq_nb.notifier_call = mlx5_ib_eq_pf_int; in mlx5r_odp_create_eq()
1576 err = mlx5_eq_enable(dev->mdev, eq->core, &eq->irq_nb); in mlx5r_odp_create_eq()
1603 mlx5_eq_disable(dev->mdev, eq->core, &eq->irq_nb); in mlx5_ib_odp_destroy_eq()
Dmlx5_ib.h1013 struct notifier_block irq_nb; member