Home
last modified time | relevance | path

Searched defs:nb (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/openbmc/linux/net/x25/
H A Dx25_link.c42 static inline void x25_start_t20timer(struct x25_neigh *nb) in x25_start_t20timer()
49 struct x25_neigh *nb = from_timer(nb, t, t20timer); in x25_t20timer_expiry() local
56 static inline void x25_stop_t20timer(struct x25_neigh *nb) in x25_stop_t20timer()
233 void x25_link_established(struct x25_neigh *nb) in x25_link_established()
250 void x25_link_terminated(struct x25_neigh *nb) in x25_link_terminated()
265 struct x25_neigh *nb = kmalloc(sizeof(*nb), GFP_ATOMIC); in x25_link_device_up() local
299 static void __x25_remove_neigh(struct x25_neigh *nb) in __x25_remove_neigh()
312 struct x25_neigh *nb; in x25_link_device_down() local
334 struct x25_neigh *nb, *use = NULL; in x25_get_neigh() local
356 struct x25_neigh *nb; in x25_subscr_ioctl() local
[all …]
H A Dx25_dev.c26 static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb) in x25_receive_data()
98 struct x25_neigh *nb; in x25_lapb_receive_frame() local
148 void x25_establish_link(struct x25_neigh *nb) in x25_establish_link()
173 void x25_terminate_link(struct x25_neigh *nb) in x25_terminate_link()
195 void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb) in x25_send_frame()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxsk.h86 static inline __u32 xsk_prod_nb_free(struct xsk_ring_prod *r, __u32 nb) in xsk_prod_nb_free()
106 static inline __u32 xsk_cons_nb_avail(struct xsk_ring_cons *r, __u32 nb) in xsk_cons_nb_avail()
118 static inline __u32 xsk_ring_prod__reserve(struct xsk_ring_prod *prod, __u32 nb, __u32 *idx) in xsk_ring_prod__reserve()
129 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, __u32 nb) in xsk_ring_prod__submit()
137 static inline void xsk_ring_prod__cancel(struct xsk_ring_prod *prod, __u32 nb) in xsk_ring_prod__cancel()
142 static inline __u32 xsk_ring_cons__peek(struct xsk_ring_cons *cons, __u32 nb, __u32 *idx) in xsk_ring_cons__peek()
154 static inline void xsk_ring_cons__cancel(struct xsk_ring_cons *cons, __u32 nb) in xsk_ring_cons__cancel()
159 static inline void xsk_ring_cons__release(struct xsk_ring_cons *cons, __u32 nb) in xsk_ring_cons__release()
/openbmc/linux/net/core/
H A Dfib_notifier.c18 int call_fib_notifier(struct notifier_block *nb, in call_fib_notifier()
60 static int fib_net_dump(struct net *net, struct notifier_block *nb, in fib_net_dump()
83 static bool fib_dump_is_consistent(struct net *net, struct notifier_block *nb, in fib_dump_is_consistent()
84 void (*cb)(struct notifier_block *nb), in fib_dump_is_consistent()
99 int register_fib_notifier(struct net *net, struct notifier_block *nb, in register_fib_notifier()
100 void (*cb)(struct notifier_block *nb), in register_fib_notifier()
121 int unregister_fib_notifier(struct net *net, struct notifier_block *nb) in unregister_fib_notifier()
H A Dnetevent.c28 int register_netevent_notifier(struct notifier_block *nb) in register_netevent_notifier()
44 int unregister_netevent_notifier(struct notifier_block *nb) in unregister_netevent_notifier()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c11 struct mlx5_nb nb; member
144 static int any_notifier(struct notifier_block *nb, in any_notifier()
157 static int temp_warn(struct notifier_block *nb, unsigned long type, void *data) in temp_warn()
219 static int port_module(struct notifier_block *nb, unsigned long type, void *data) in port_module()
308 static int pcie_core(struct notifier_block *nb, unsigned long type, void *data) in pcie_core()
333 static int forward_event(struct notifier_block *nb, unsigned long event, void *data) in forward_event()
397 int mlx5_notifier_register(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_notifier_register()
405 int mlx5_notifier_unregister(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_notifier_unregister()
421 int mlx5_blocking_notifier_register(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_blocking_notifier_register()
429 int mlx5_blocking_notifier_unregister(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_blocking_notifier_unregister()
/openbmc/linux/include/linux/
H A Dextcon.h254 unsigned int id, struct notifier_block *nb) in extcon_register_notifier()
260 unsigned int id, struct notifier_block *nb) in extcon_unregister_notifier()
267 struct notifier_block *nb) in devm_extcon_register_notifier()
274 struct notifier_block *nb) { } in devm_extcon_unregister_notifier()
277 struct notifier_block *nb) in extcon_register_notifier_all()
283 struct notifier_block *nb) in extcon_unregister_notifier_all()
290 struct notifier_block *nb) in devm_extcon_register_notifier_all()
297 struct notifier_block *nb) { } in devm_extcon_unregister_notifier_all()
H A Dcpu_pm.h70 static inline int cpu_pm_register_notifier(struct notifier_block *nb) in cpu_pm_register_notifier()
75 static inline int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_iosf_mbi.h24 int iosf_mbi_register_pmic_bus_access_notifier(struct notifier_block *nb) in iosf_mbi_register_pmic_bus_access_notifier()
30 iosf_mbi_unregister_pmic_bus_access_notifier_unlocked(struct notifier_block *nb) in iosf_mbi_unregister_pmic_bus_access_notifier_unlocked()
36 int iosf_mbi_unregister_pmic_bus_access_notifier(struct notifier_block *nb) in iosf_mbi_unregister_pmic_bus_access_notifier()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c265 struct notifier_block *nb, in sparx5_netdevice_port_event()
288 static int sparx5_netdevice_event(struct notifier_block *nb, in sparx5_netdevice_event()
355 static int sparx5_switchdev_event(struct notifier_block *nb, in sparx5_switchdev_event()
410 struct notifier_block *nb, in sparx5_handle_port_vlan_add()
514 struct notifier_block *nb, in sparx5_handle_port_mdb_add()
571 struct notifier_block *nb, in sparx5_handle_port_mdb_del()
619 struct notifier_block *nb, in sparx5_handle_port_obj_add()
645 struct notifier_block *nb, in sparx5_handle_port_vlan_del()
672 struct notifier_block *nb, in sparx5_handle_port_obj_del()
697 static int sparx5_switchdev_blocking_event(struct notifier_block *nb, in sparx5_switchdev_blocking_event()
/openbmc/linux/drivers/extcon/
H A Ddevres.c35 struct notifier_block *nb; member
173 unsigned int id, struct notifier_block *nb) in devm_extcon_register_notifier()
208 struct notifier_block *nb) in devm_extcon_unregister_notifier()
229 struct notifier_block *nb) in devm_extcon_register_notifier_all()
262 struct notifier_block *nb) in devm_extcon_unregister_notifier_all()
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c106 unsigned long ea, int nb) in address_ok()
260 static nokprobe_inline void do_byte_reverse(void *ptr, int nb) in do_byte_reverse()
405 unsigned long ea, int nb, in read_mem_unaligned()
428 static int read_mem(unsigned long *dest, unsigned long ea, int nb, in read_mem()
541 unsigned long ea, int nb, in write_mem_unaligned()
559 static int write_mem(unsigned long val, unsigned long ea, int nb, in write_mem()
578 int err, rn, nb; in do_fp_load() local
631 int rn, nb; in do_fp_store() local
2562 int nb; in analyse_instr() local
2611 int nb; in analyse_instr() local
[all …]
/openbmc/linux/net/dcb/
H A Ddcbevent.c15 int register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier()
21 int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_notify.c25 int fb_register_client(struct notifier_block *nb) in fb_register_client()
37 int fb_unregister_client(struct notifier_block *nb) in fb_unregister_client()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_usbpd_notify.c23 struct notifier_block nb; member
36 int cros_usbpd_register_notify(struct notifier_block *nb) in cros_usbpd_register_notify()
50 void cros_usbpd_unregister_notify(struct notifier_block *nb) in cros_usbpd_unregister_notify()
165 static int cros_usbpd_notify_plat(struct notifier_block *nb, in cros_usbpd_notify_plat()
/openbmc/linux/include/net/
H A Ddcbevent.h23 register_dcbevent_notifier(struct notifier_block *nb) in register_dcbevent_notifier()
28 static inline int unregister_dcbevent_notifier(struct notifier_block *nb) in unregister_dcbevent_notifier()
/openbmc/linux/drivers/usb/core/
H A Dnotify.c29 void usb_register_notify(struct notifier_block *nb) in usb_register_notify()
42 void usb_unregister_notify(struct notifier_block *nb) in usb_unregister_notify()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dvhca_event.c14 struct mlx5_nb nb; member
103 mlx5_vhca_state_change_notifier(struct notifier_block *nb, unsigned long type, void *data) in mlx5_vhca_state_change_notifier()
181 int mlx5_vhca_event_notifier_register(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_vhca_event_notifier_register()
188 void mlx5_vhca_event_notifier_unregister(struct mlx5_core_dev *dev, struct notifier_block *nb) in mlx5_vhca_event_notifier_unregister()
/openbmc/linux/drivers/acpi/
H A Dhed.c28 int register_acpi_hed_notifier(struct notifier_block *nb) in register_acpi_hed_notifier()
34 void unregister_acpi_hed_notifier(struct notifier_block *nb) in unregister_acpi_hed_notifier()
/openbmc/linux/include/linux/firmware/imx/
H A Dsci.h37 static inline int imx_scu_irq_register_notifier(struct notifier_block *nb) in imx_scu_irq_register_notifier()
42 static inline int imx_scu_irq_unregister_notifier(struct notifier_block *nb) in imx_scu_irq_unregister_notifier()
/openbmc/linux/include/linux/remoteproc/
H A Dqcom_rproc.h35 struct notifier_block *nb) in qcom_register_ssr_notifier()
41 struct notifier_block *nb) in qcom_unregister_ssr_notifier()
/openbmc/linux/include/drm/
H A Ddrm_privacy_screen_consumer.h54 struct notifier_block *nb) in drm_privacy_screen_register_notifier()
59 struct notifier_block *nb) in drm_privacy_screen_unregister_notifier()
/openbmc/linux/net/ipv6/
H A Daddrconf_core.c95 int register_inet6addr_notifier(struct notifier_block *nb) in register_inet6addr_notifier()
101 int unregister_inet6addr_notifier(struct notifier_block *nb) in unregister_inet6addr_notifier()
113 int register_inet6addr_validator_notifier(struct notifier_block *nb) in register_inet6addr_validator_notifier()
119 int unregister_inet6addr_validator_notifier(struct notifier_block *nb) in unregister_inet6addr_validator_notifier()
H A Dfib6_notifier.c10 int call_fib6_notifier(struct notifier_block *nb, in call_fib6_notifier()
30 static int fib6_dump(struct net *net, struct notifier_block *nb, in fib6_dump()
/openbmc/linux/arch/arm/include/asm/
H A DbL_switcher.h58 static inline int bL_switcher_register_notifier(struct notifier_block *nb) in bL_switcher_register_notifier()
63 static inline int bL_switcher_unregister_notifier(struct notifier_block *nb) in bL_switcher_unregister_notifier()

12345678910>>...31