Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deq.c111 container_of(nb, struct mlx5_eq_comp, irq_nb); in mlx5_eq_comp_int()
159 mlx5_eq_comp_int(&eq->irq_nb, 0, NULL); in mlx5_eq_poll_irq_disabled()
195 container_of(nb, struct mlx5_eq_async, irq_nb); in mlx5_eq_async_int()
237 eqes = mlx5_eq_async_int(&eq->irq_nb, ASYNC_EQ_RECOVER, NULL); in mlx5_cmd_eq_recover()
601 eq->irq_nb.notifier_call = mlx5_eq_async_int; in setup_async_eq()
609 err = mlx5_eq_enable(dev, &eq->core, &eq->irq_nb); in setup_async_eq()
622 mlx5_eq_disable(dev, &eq->core, &eq->irq_nb); in cleanup_async_eq()
959 mlx5_eq_disable(dev, &eq->core, &eq->irq_nb); in destroy_comp_eq()
1019 eq->irq_nb.notifier_call = mlx5_eq_comp_int; in create_comp_eq()
1028 err = mlx5_eq_enable(dev, &eq->core, &eq->irq_nb); in create_comp_eq()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Deq.h40 struct notifier_block irq_nb; member
46 struct notifier_block irq_nb; member
/linux/drivers/gpio/
H A Dgpio-eic-sprd.c95 struct notifier_block irq_nb; member
106 return container_of(nb, struct sprd_eic, irq_nb); in to_sprd_eic()
692 sprd_eic->irq_nb.notifier_call = sprd_eic_irq_notify; in sprd_eic_probe()
694 &sprd_eic->irq_nb); in sprd_eic_probe()
700 &sprd_eic->irq_nb); in sprd_eic_probe()
/linux/drivers/infiniband/hw/mlx5/
H A Dodp.c1765 container_of(nb, struct mlx5_ib_pf_eq, irq_nb); in mlx5_ib_eq_pf_int()
1832 eq->irq_nb.notifier_call = mlx5_ib_eq_pf_int; in mlx5r_odp_create_eq()
1842 err = mlx5_eq_enable(dev->mdev, eq->core, &eq->irq_nb); in mlx5r_odp_create_eq()
1869 mlx5_eq_disable(dev->mdev, eq->core, &eq->irq_nb); in mlx5_ib_odp_destroy_eq()
H A Dmlx5_ib.h1119 struct notifier_block irq_nb; member