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/lib/
H A Deq.h40 struct notifier_block irq_nb; member
46 struct notifier_block irq_nb; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deq.c113 container_of(nb, struct mlx5_eq_comp, irq_nb); in mlx5_eq_comp_int()
161 mlx5_eq_comp_int(&eq->irq_nb, 0, NULL); in mlx5_eq_poll_irq_disabled()
197 container_of(nb, struct mlx5_eq_async, irq_nb); in mlx5_eq_async_int()
239 eqes = mlx5_eq_async_int(&eq->irq_nb, ASYNC_EQ_RECOVER, NULL); in mlx5_cmd_eq_recover()
603 eq->irq_nb.notifier_call = mlx5_eq_async_int; in setup_async_eq()
611 err = mlx5_eq_enable(dev, &eq->core, &eq->irq_nb); in setup_async_eq()
624 mlx5_eq_disable(dev, &eq->core, &eq->irq_nb); in cleanup_async_eq()
961 mlx5_eq_disable(dev, &eq->core, &eq->irq_nb); in destroy_comp_eq()
1021 eq->irq_nb.notifier_call = mlx5_eq_comp_int; in create_comp_eq()
1030 err = mlx5_eq_enable(dev, &eq->core, &eq->irq_nb); in create_comp_eq()
[all...]
/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.c1768 container_of(nb, struct mlx5_ib_pf_eq, irq_nb); in mlx5_ib_eq_pf_int()
1835 eq->irq_nb.notifier_call = mlx5_ib_eq_pf_int; in mlx5r_odp_create_eq()
1845 err = mlx5_eq_enable(dev->mdev, eq->core, &eq->irq_nb); in mlx5r_odp_create_eq()
1872 mlx5_eq_disable(dev->mdev, eq->core, &eq->irq_nb); in mlx5_ib_odp_destroy_eq()
H A Dmlx5_ib.h1115 struct notifier_block irq_nb; member