Home
last modified time | relevance | path

Searched refs:notifier_to_errno (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.15/kernel/
Dcpu_pm.c44 return notifier_to_errno(ret); in cpu_pm_notify()
58 return notifier_to_errno(ret); in cpu_pm_notify_robust()
/Linux-v5.15/net/core/
Dfib_notifier.c25 return notifier_to_errno(err); in call_fib_notifier()
36 return notifier_to_errno(err); in call_fib_notifiers()
Ddev.c1280 ret = notifier_to_errno(ret); in dev_change_name()
1474 ret = notifier_to_errno(ret); in __dev_open()
1705 err = notifier_to_errno(err); in call_netdevice_register_notifiers()
8105 ret = notifier_to_errno(ret); in __netdev_upper_dev_link()
8116 ret = notifier_to_errno(ret); in __netdev_upper_dev_link()
8902 err = notifier_to_errno(err); in dev_set_mtu_ext()
8912 err = notifier_to_errno(err); in dev_set_mtu_ext()
8954 res = notifier_to_errno(res); in dev_change_tx_queue_len()
8998 return notifier_to_errno(rc); in dev_pre_changeaddr_notify()
10302 ret = notifier_to_errno(ret); in register_netdevice()
[all …]
/Linux-v5.15/include/linux/
Dif_vlan.h86 return notifier_to_errno(call_netdevice_notifiers(NETDEV_CVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_ctag_filter_info()
98 return notifier_to_errno(call_netdevice_notifiers(NETDEV_SVLAN_FILTER_PUSH_INFO, dev)); in vlan_get_rx_stag_filter_info()
Dnotifier.h196 static inline int notifier_to_errno(int ret) in notifier_to_errno() function
/Linux-v5.15/net/switchdev/
Dswitchdev.c116 err = notifier_to_errno(rc); in switchdev_port_attr_notify()
207 err = notifier_to_errno(rc); in switchdev_port_obj_notify()
836 return notifier_to_errno(err); in switchdev_bridge_port_offload()
/Linux-v5.15/net/bridge/
Dbr_switchdev.c100 err = notifier_to_errno(err); in br_switchdev_set_port_flag()
Dbr_mdb.c619 return notifier_to_errno(err); in br_mdb_replay_one()
Dbr_fdb.c752 return notifier_to_errno(err); in br_fdb_replay_one()
Dbr_vlan.c1881 return notifier_to_errno(err); in br_vlan_replay_one()
/Linux-v5.15/drivers/net/wan/
Dhdlc.c304 err = notifier_to_errno(err); in detach_hdlc_protocol()
/Linux-v5.15/arch/arm/common/
DbL_switcher.c404 return notifier_to_errno(ret); in bL_activation_notify()
/Linux-v5.15/drivers/of/
Ddynamic.c98 return notifier_to_errno(rc); in of_reconfig_notify()
Doverlay.c176 ret = notifier_to_errno(ret); in overlay_notify()
/Linux-v5.15/drivers/platform/surface/
Dsurface_acpi_notify.c142 return notifier_to_errno(ret); in san_dgpu_notifier_call()
/Linux-v5.15/kernel/power/
Dmain.c89 return notifier_to_errno(ret); in pm_notifier_call_chain_robust()
/Linux-v5.15/mm/
Dmemory_hotplug.c1105 ret = notifier_to_errno(ret); in online_pages()
1944 ret = notifier_to_errno(ret); in offline_pages()
/Linux-v5.15/net/ipv4/
Dnexthop.c248 return notifier_to_errno(err); in call_nexthop_notifiers()
349 return notifier_to_errno(err); in __call_nexthop_res_bucket_notifiers()
420 return notifier_to_errno(err); in call_nexthop_res_table_notifiers()
441 return notifier_to_errno(err); in call_nexthop_notifier()
Ddevinet.c530 ret = notifier_to_errno(ret); in __inet_insert_ifa()
/Linux-v5.15/drivers/net/usb/
Dqmi_wwan.c373 ret = notifier_to_errno(ret); in raw_ip_store()
/Linux-v5.15/drivers/base/power/
Ddomain.c502 ret = notifier_to_errno(ret); in _genpd_power_on()
551 ret = notifier_to_errno(ret); in _genpd_power_off()
/Linux-v5.15/net/dsa/
Dslave.c2157 if (notifier_to_errno(err)) in dsa_slave_lag_changeupper()
2186 if (notifier_to_errno(err)) in dsa_slave_lag_prechangeupper()
Ddsa2.c44 return notifier_to_errno(err); in dsa_tree_notify()
/Linux-v5.15/drivers/net/
Dvxlan.c427 return notifier_to_errno(ret); in vxlan_fdb_switchdev_call_notifiers()
613 return notifier_to_errno(rc); in vxlan_fdb_notify_one()
/Linux-v5.15/drivers/net/team/
Dteam.c2136 err = notifier_to_errno(err); in team_dev_type_check_change()

12