Searched refs:notifier_call (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/ofed/include/linux/
H A Dnotifier.h42 int (*notifier_call)(struct notifier_block *, unsigned long, void *); member in struct:notifier_block
H A Dnetdevice.h93 nb->notifier_call(nb, NETDEV_UP, ifp);
95 nb->notifier_call(nb, NETDEV_DOWN, ifp);
104 nb->notifier_call(nb, NETDEV_REGISTER, ifp);
113 nb->notifier_call(nb, NETDEV_UNREGISTER, ifp);
122 nb->notifier_call(nb, NETDEV_CHANGEADDR, ifp);
131 nb->notifier_call(nb, NETDEV_CHANGEIFADDR, ifp);
/freebsd-10-stable/sys/ofed/include/net/
H A Dnetevent.h51 nb->notifier_call(nb, NETEVENT_NEIGH_UPDATE, lle);
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_acpi.c621 rdev->acpi.notifier_call = radeon_acpi_event;
623 rdev->acpi.notifier_call, rdev);
638 rdev->acpi.notifier_call);
H A Dradeon.h1645 ACPI_NOTIFY_HANDLER notifier_call; member in struct:radeon_device::__anon37
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dsys_tune.c247 .notifier_call = sys_tune_cpu_notify,
/freebsd-10-stable/sys/dev/drm2/i915/
H A Dintel_lvds.c570 if (dev_priv->lid_notifier.notifier_call)
1105 dev_priv->lid_notifier.notifier_call = intel_lid_notify;
1108 dev_priv->lid_notifier.notifier_call = NULL;
H A Dintel_opregion.c324 .notifier_call = intel_opregion_video_event,
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c2099 if (dev->caps.flags & MLX4_DEV_CAP_FLAG_IBOE && !iboe->nb.notifier_call) {
2100 iboe->nb.notifier_call = mlx4_ib_netdev_event;
2234 if (ibdev->iboe.nb.notifier_call) {
2237 ibdev->iboe.nb.notifier_call = NULL;
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_fb_helper.c388 .notifier_call = drm_fb_helper_panic,
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dcma.c3407 .notifier_call = cma_netdev_callback

Completed in 224 milliseconds