Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/net/ethernet/microchip/lan966x/
Dlan966x_lag.c210 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.1.9/net/dsa/
Dslave.c2601 extack = netdev_notifier_info_to_extack(&info->info); in dsa_slave_changeupper()
2739 ext_ack = netdev_notifier_info_to_extack(&info->info); in dsa_prevent_bridging_8021q_upper()
2778 extack = netdev_notifier_info_to_extack(&info->info); in dsa_slave_check_8021q_upper()
2859 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(&info->info); in dsa_master_prechangeupper_sanity_check()
2892 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(&info->info); in dsa_lag_master_prechangelower_sanity_check()
2946 extack = netdev_notifier_info_to_extack(&info->info); in dsa_bridge_prechangelower_sanity_check()
3076 extack = netdev_notifier_info_to_extack(&info->info); in dsa_master_changeupper()
/linux-6.1.9/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-6.1.9/net/8021q/
Dvlan.c363 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in vlan_device_event()
/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/
Dsparx5_switchdev.c235 extack = netdev_notifier_info_to_extack(&info->info); in sparx5_port_changeupper()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c4673 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_upper_event()
4876 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_vlan_event()
4964 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_vlan_event()
5026 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_event()
5082 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_macvlan_event()
5102 extack = netdev_notifier_info_to_extack(info); in mlxsw_sp_netdevice_vxlan_event()
Dspectrum_router.c9055 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_router_port_pre_changeaddr_event()
9145 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in mlxsw_sp_netdevice_router_port_event()
9228 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_vrf_event()
/linux-6.1.9/drivers/net/ipvlan/
Dipvlan_main.c721 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in ipvlan_device_event()
/linux-6.1.9/drivers/net/ethernet/marvell/prestera/
Dprestera_main.c1126 extack = netdev_notifier_info_to_extack(info); in prestera_netdev_port_event()
/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_net.c1472 extack = netdev_notifier_info_to_extack(&info->info); in ocelot_netdevice_changeupper()
/linux-6.1.9/drivers/net/ethernet/ti/
Dcpsw_new.c1545 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in cpsw_netdevice_event()
Dam65-cpsw-nuss.c2176 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in am65_cpsw_netdevice_event()
/linux-6.1.9/drivers/net/ethernet/rocker/
Drocker_main.c3090 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in rocker_netdevice_event()
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c2174 extack = netdev_notifier_info_to_extack(&info->info); in dpaa2_switch_port_netdevice_event()
/linux-6.1.9/include/linux/
Dnetdevice.h2916 netdev_notifier_info_to_extack(const struct netdev_notifier_info *info) in netdev_notifier_info_to_extack() function