Home
last modified time | relevance | path

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

/Linux-v5.15/net/bridge/
Dbr.c30 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in br_device_event()
208 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in br_switchdev_blocking_event()
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_switchdev.c159 extack = netdev_notifier_info_to_extack(&info->info); in sparx5_port_changeupper()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dbridge.c149 extack = netdev_notifier_info_to_extack(&info->info); in mlx5_esw_bridge_port_changeupper()
/Linux-v5.15/net/8021q/
Dvlan.c370 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in vlan_device_event()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c4155 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_upper_event()
4357 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_vlan_event()
4447 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_vlan_event()
4508 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_event()
4561 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_macvlan_event()
4587 extack = netdev_notifier_info_to_extack(info); in mlxsw_sp_netdevice_vxlan_event()
Dspectrum_router.c8793 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_router_port_pre_changeaddr_event()
8877 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_vrf_event()
/Linux-v5.15/net/dsa/
Dslave.c2073 extack = netdev_notifier_info_to_extack(&info->info); in dsa_slave_changeupper()
2201 ext_ack = netdev_notifier_info_to_extack(&info->info); in dsa_prevent_bridging_8021q_upper()
2239 extack = netdev_notifier_info_to_extack(&info->info); in dsa_slave_check_8021q_upper()
/Linux-v5.15/drivers/net/ethernet/marvell/prestera/
Dprestera_main.c711 extack = netdev_notifier_info_to_extack(&info->info); in prestera_netdev_port_event()
/Linux-v5.15/drivers/net/ipvlan/
Dipvlan_main.c721 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in ipvlan_device_event()
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_net.c1291 extack = netdev_notifier_info_to_extack(&info->info); in ocelot_netdevice_changeupper()
/Linux-v5.15/drivers/net/ethernet/ti/
Dcpsw_new.c1552 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in cpsw_netdevice_event()
Dam65-cpsw-nuss.c2143 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in am65_cpsw_netdevice_event()
/Linux-v5.15/drivers/net/ethernet/rocker/
Drocker_main.c3111 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in rocker_netdevice_event()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c2169 extack = netdev_notifier_info_to_extack(&info->info); in dpaa2_switch_port_netdevice_event()
/Linux-v5.15/include/linux/
Dnetdevice.h2876 netdev_notifier_info_to_extack(const struct netdev_notifier_info *info) in netdev_notifier_info_to_extack() function