Home
last modified time | relevance | path

Searched refs:notifier_call (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnotifier.h52 int (*notifier_call) (struct notifier_block *, unsigned long, void *); member
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dnetevent.h53 nb->notifier_call(nb, NETEVENT_NEIGH_UPDATE, lle); in _handle_arp_update_event()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c137 nb->notifier_call(nb, 0, &abe); in linux_handle_acpi_acad_event()
150 nb->notifier_call(nb, 0, &abe); in linux_handle_acpi_video_event()
H A Dlinux_compat.c2323 nb->notifier_call(nb, NETDEV_UP, &ni); in linux_handle_ifnet_link_event()
2325 nb->notifier_call(nb, NETDEV_DOWN, &ni); in linux_handle_ifnet_link_event()
2337 nb->notifier_call(nb, NETDEV_REGISTER, &ni); in linux_handle_ifnet_arrival_event()
2349 nb->notifier_call(nb, NETDEV_UNREGISTER, &ni); in linux_handle_ifnet_departure_event()
2361 nb->notifier_call(nb, NETDEV_CHANGEADDR, &ni); in linux_handle_iflladdr_event()
2373 nb->notifier_call(nb, NETDEV_CHANGEIFADDR, &ni); in linux_handle_ifaddr_event()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c444 arc_hotplug_callback_mem_nb.notifier_call = arc_hotplug_callback; in arc_register_hotplug()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c413 .notifier_call = inetaddr_event
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2707 if (!iboe->nb.notifier_call) { in mlx4_ib_add()
2708 iboe->nb.notifier_call = mlx4_ib_netdev_event; in mlx4_ib_add()
2711 iboe->nb.notifier_call = NULL; in mlx4_ib_add()
2746 if (ibdev->iboe.nb.notifier_call) { in mlx4_ib_add()
2749 ibdev->iboe.nb.notifier_call = NULL; in mlx4_ib_add()
2865 if (ibdev->iboe.nb.notifier_call) { in mlx4_ib_remove()
2868 ibdev->iboe.nb.notifier_call = NULL; in mlx4_ib_remove()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3132 if (dev->roce.nb.notifier_call) { in mlx5_remove_roce_notifier()
3134 dev->roce.nb.notifier_call = NULL; in mlx5_remove_roce_notifier()
3171 dev->roce.nb.notifier_call = mlx5_netdev_event; in mlx5_enable_roce()
3174 dev->roce.nb.notifier_call = NULL; in mlx5_enable_roce()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c1041 dev->nb_inet.notifier_call = qlnxr_inetaddr_event; in qlnxr_register_inet()
/freebsd/sys/dev/drm2/
H A Ddrm_fb_helper.c387 .notifier_call = drm_fb_helper_panic,
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c1519 ar_snoc->nb.notifier_call = ath10k_snoc_modem_notify; in ath10k_modem_init()
/freebsd/sys/dev/irdma/
H A Dirdma_utils.c337 iwdev->nb_netdevice_event.notifier_call = irdma_netdevice_event; in irdma_register_notifiers()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c4249 .notifier_call = bnxt_re_netdev_event