Home
last modified time | relevance | path

Searched refs:notifier_block (Results 1 – 11 of 11) sorted by relevance

/trueos/sys/ofed/include/linux/
HDnetdevice.h73 struct notifier_block *nb; in _handle_ifnet_link_event()
85 struct notifier_block *nb; in _handle_ifnet_arrival_event()
94 struct notifier_block *nb; in _handle_ifnet_departure_event()
103 struct notifier_block *nb; in _handle_iflladdr_event()
112 struct notifier_block *nb; in _handle_ifaddr_event()
119 register_netdevice_notifier(struct notifier_block *nb) in register_netdevice_notifier()
135 register_inetaddr_notifier(struct notifier_block *nb) in register_inetaddr_notifier()
144 unregister_netdevice_notifier(struct notifier_block *nb) in unregister_netdevice_notifier()
158 unregister_inetaddr_notifier(struct notifier_block *nb) in unregister_inetaddr_notifier()
HDnotifier.h41 struct notifier_block { struct
42 int (*notifier_call)(struct notifier_block *, unsigned long, void *); argument
43 struct notifier_block *next; argument
/trueos/sys/ofed/include/net/
HDnetevent.h48 struct notifier_block *nb; in _handle_arp_update_event()
55 register_netevent_notifier(struct notifier_block *nb) in register_netevent_notifier()
63 unregister_netevent_notifier(struct notifier_block *nb) in unregister_netevent_notifier()
/trueos/sys/ofed/drivers/net/mlx4/
HDsys_tune.c210 static int sys_tune_cpu_notify(struct notifier_block *self, in sys_tune_cpu_notify()
246 static struct notifier_block sys_tune_cpu_nb = {
/trueos/sys/dev/drm2/i915/
HDintel_opregion.c296 static int intel_opregion_video_event(struct notifier_block *nb,
323 static struct notifier_block intel_opregion_notifier = {
HDintel_lvds.c513 static int intel_lid_notify(struct notifier_block *nb, unsigned long val, in intel_lid_notify()
/trueos/sys/ofed/drivers/infiniband/core/
HDaddr.c605 static int netevent_callback(struct notifier_block *self, unsigned long event, in netevent_callback()
622 static struct notifier_block nb = {
HDcma.c3241 static int cma_netdev_callback(struct notifier_block *self, unsigned long event,
3276 static struct notifier_block cma_nb = {
/trueos/sys/dev/drm2/
HDdrm_fb_helper.c372 int drm_fb_helper_panic(struct notifier_block *n, unsigned long ununsed,
387 static struct notifier_block paniced = {
/trueos/sys/ofed/drivers/infiniband/hw/mlx4/
HDmlx4_ib.h481 struct notifier_block nb;
HDmain.c1510 static int mlx4_ib_netdev_event(struct notifier_block *this, unsigned long event, in mlx4_ib_netdev_event()