devx_nb 2381 drivers/infiniband/hw/mlx5/devx.c table = container_of(nb, struct mlx5_devx_event_table, devx_nb.nb); devx_nb 2420 drivers/infiniband/hw/mlx5/devx.c MLX5_NB_INIT(&table->devx_nb, devx_event_notifier, NOTIFY_ANY); devx_nb 2421 drivers/infiniband/hw/mlx5/devx.c mlx5_eq_notifier_register(dev->mdev, &table->devx_nb); devx_nb 2432 drivers/infiniband/hw/mlx5/devx.c mlx5_eq_notifier_unregister(dev->mdev, &table->devx_nb); devx_nb 947 drivers/infiniband/hw/mlx5/mlx5_ib.h struct mlx5_nb devx_nb;