Home
last modified time | relevance | path

Searched refs:netdev_notifier_info_to_extack (Results 1 – 20 of 20) sorted by relevance

/linux-6.14.4/net/bridge/
Dbr.c30 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in br_device_event()
216 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in br_switchdev_blocking_event()
/linux-6.14.4/drivers/net/ethernet/microchip/lan966x/
Dlan966x_lag.c215 extack = netdev_notifier_info_to_extack(&info->info); in lan966x_lag_port_prechangeupper()
Dlan966x_switchdev.c310 extack = netdev_notifier_info_to_extack(&info->info); in lan966x_port_changeupper()
/linux-6.14.4/net/dsa/
Duser.c2965 extack = netdev_notifier_info_to_extack(&info->info); in dsa_user_changeupper()
3104 ext_ack = netdev_notifier_info_to_extack(&info->info); in dsa_prevent_bridging_8021q_upper()
3143 extack = netdev_notifier_info_to_extack(&info->info); in dsa_user_check_8021q_upper()
3224 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(&info->info); in dsa_conduit_prechangeupper_sanity_check()
3257 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(&info->info); in dsa_lag_conduit_prechangelower_sanity_check()
3311 extack = netdev_notifier_info_to_extack(&info->info); in dsa_bridge_prechangelower_sanity_check()
3441 extack = netdev_notifier_info_to_extack(&info->info); in dsa_conduit_changeupper()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dbridge.c147 extack = netdev_notifier_info_to_extack(&info->info); in mlx5_esw_bridge_port_changeupper()
/linux-6.14.4/net/8021q/
Dvlan.c364 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in vlan_device_event()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c4758 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_upper_event()
4996 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_vlan_event()
5087 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_vlan_event()
5148 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_event()
5199 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_macvlan_event()
5219 extack = netdev_notifier_info_to_extack(info); in mlxsw_sp_netdevice_vxlan_event()
Dspectrum_router.c9770 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_router_port_pre_changeaddr_event()
9958 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in mlxsw_sp_netdevice_router_port_event()
10042 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_vrf_event()
/linux-6.14.4/drivers/net/ethernet/microchip/sparx5/
Dsparx5_switchdev.c246 extack = netdev_notifier_info_to_extack(&info->info); in sparx5_port_changeupper()
/linux-6.14.4/drivers/net/ipvlan/
Dipvlan_main.c724 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in ipvlan_device_event()
/linux-6.14.4/net/ethtool/
Dnetlink.c878 extack = netdev_notifier_info_to_extack(info); in ethnl_netdev_event()
/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_eswitch_br.c1169 extack = netdev_notifier_info_to_extack(&info->info); in ice_eswitch_br_port_changeupper()
/linux-6.14.4/drivers/net/ethernet/marvell/prestera/
Dprestera_main.c1112 extack = netdev_notifier_info_to_extack(info); in prestera_netdev_port_event()
/linux-6.14.4/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c2194 extack = netdev_notifier_info_to_extack(&info->info); in dpaa2_switch_port_prechangeupper()
2219 extack = netdev_notifier_info_to_extack(&info->info); in dpaa2_switch_port_changeupper()
/linux-6.14.4/drivers/net/ethernet/mscc/
Docelot_net.c1474 extack = netdev_notifier_info_to_extack(&info->info); in ocelot_netdevice_changeupper()
/linux-6.14.4/drivers/net/ethernet/ti/icssg/
Dicssg_prueth.c1437 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in prueth_netdevice_event()
/linux-6.14.4/drivers/net/ethernet/ti/
Dcpsw_new.c1555 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in cpsw_netdevice_event()
Dam65-cpsw-nuss.c3044 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in am65_cpsw_netdevice_event()
/linux-6.14.4/drivers/net/ethernet/rocker/
Drocker_main.c3089 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in rocker_netdevice_event()
/linux-6.14.4/include/linux/
Dnetdevice.h3211 netdev_notifier_info_to_extack(const struct netdev_notifier_info *info) in netdev_notifier_info_to_extack() function