Home
last modified time | relevance | path

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

/Linux-v6.6/net/bridge/
Dbr.c30 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in br_device_event()
209 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in br_switchdev_blocking_event()
/Linux-v6.6/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-v6.6/net/dsa/
Dslave.c2832 extack = netdev_notifier_info_to_extack(&info->info); in dsa_slave_changeupper()
2969 ext_ack = netdev_notifier_info_to_extack(&info->info); in dsa_prevent_bridging_8021q_upper()
3008 extack = netdev_notifier_info_to_extack(&info->info); in dsa_slave_check_8021q_upper()
3089 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(&info->info); in dsa_master_prechangeupper_sanity_check()
3122 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(&info->info); in dsa_lag_master_prechangelower_sanity_check()
3176 extack = netdev_notifier_info_to_extack(&info->info); in dsa_bridge_prechangelower_sanity_check()
3306 extack = netdev_notifier_info_to_extack(&info->info); in dsa_master_changeupper()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dbridge.c152 extack = netdev_notifier_info_to_extack(&info->info); in mlx5_esw_bridge_port_changeupper()
/Linux-v6.6/net/8021q/
Dvlan.c363 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in vlan_device_event()
/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/
Dsparx5_switchdev.c235 extack = netdev_notifier_info_to_extack(&info->info); in sparx5_port_changeupper()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c4789 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_upper_event()
5027 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_vlan_event()
5118 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_vlan_event()
5179 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_event()
5230 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_macvlan_event()
5250 extack = netdev_notifier_info_to_extack(info); in mlxsw_sp_netdevice_vxlan_event()
Dspectrum_router.c9506 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_router_port_pre_changeaddr_event()
9694 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in mlxsw_sp_netdevice_router_port_event()
9778 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_vrf_event()
/Linux-v6.6/drivers/net/ipvlan/
Dipvlan_main.c721 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in ipvlan_device_event()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_eswitch_br.c1160 extack = netdev_notifier_info_to_extack(&info->info); in ice_eswitch_br_port_changeupper()
/Linux-v6.6/drivers/net/ethernet/marvell/prestera/
Dprestera_main.c1110 extack = netdev_notifier_info_to_extack(info); in prestera_netdev_port_event()
/Linux-v6.6/drivers/net/ethernet/mscc/
Docelot_net.c1462 extack = netdev_notifier_info_to_extack(&info->info); in ocelot_netdevice_changeupper()
/Linux-v6.6/drivers/net/ethernet/ti/
Dcpsw_new.c1550 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in cpsw_netdevice_event()
Dam65-cpsw-nuss.c2354 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in am65_cpsw_netdevice_event()
/Linux-v6.6/drivers/net/ethernet/rocker/
Drocker_main.c3090 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in rocker_netdevice_event()
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c2194 extack = netdev_notifier_info_to_extack(&info->info); in dpaa2_switch_port_netdevice_event()
/Linux-v6.6/include/linux/
Dnetdevice.h2979 netdev_notifier_info_to_extack(const struct netdev_notifier_info *info) in netdev_notifier_info_to_extack() function