Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr.c30 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in br_device_event()
221 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in br_switchdev_blocking_event()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_lag.c215 extack = netdev_notifier_info_to_extack(&info->info); in lan966x_lag_port_prechangeupper()
H A Dlan966x_switchdev.c311 extack = netdev_notifier_info_to_extack(&info->info); in lan966x_port_changeupper()
/linux/net/dsa/
H A Duser.c2986 extack = netdev_notifier_info_to_extack(&info->info); in dsa_user_changeupper()
3125 ext_ack = netdev_notifier_info_to_extack(&info->info); in dsa_prevent_bridging_8021q_upper()
3164 extack = netdev_notifier_info_to_extack(&info->info); in dsa_user_check_8021q_upper()
3245 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(&info->info); in dsa_conduit_prechangeupper_sanity_check()
3278 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(&info->info); in dsa_lag_conduit_prechangelower_sanity_check()
3332 extack = netdev_notifier_info_to_extack(&info->info); in dsa_bridge_prechangelower_sanity_check()
3462 extack = netdev_notifier_info_to_extack(&info->info); in dsa_conduit_changeupper()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbridge.c143 extack = netdev_notifier_info_to_extack(&info->info); in mlx5_esw_bridge_port_changeupper()
/linux/net/8021q/
H A Dvlan.c394 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in vlan_device_event()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c4726 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_upper_event()
4964 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_port_vlan_event()
5055 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_vlan_event()
5116 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_bridge_event()
5167 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_macvlan_event()
5187 extack = netdev_notifier_info_to_extack(info); in mlxsw_sp_netdevice_vxlan_event()
H A Dspectrum_router.c9723 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_router_port_pre_changeaddr_event()
9911 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in mlxsw_sp_netdevice_router_port_event()
9995 extack = netdev_notifier_info_to_extack(&info->info); in mlxsw_sp_netdevice_vrf_event()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c258 extack = netdev_notifier_info_to_extack(&info->info); in sparx5_port_changeupper()
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c728 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in ipvlan_device_event()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c1111 extack = netdev_notifier_info_to_extack(info); in prestera_netdev_port_event()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.c1169 extack = netdev_notifier_info_to_extack(&info->info); in ice_eswitch_br_port_changeupper()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c2208 extack = netdev_notifier_info_to_extack(&info->info); in dpaa2_switch_port_prechangeupper()
2233 extack = netdev_notifier_info_to_extack(&info->info); in dpaa2_switch_port_changeupper()
/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c1520 extack = netdev_notifier_info_to_extack(&info->info); in ocelot_netdevice_changeupper()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c2020 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in prueth_netdevice_event()
/linux/drivers/net/ethernet/rocker/
H A Drocker_main.c3085 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in rocker_netdevice_event()
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c2978 struct netlink_ext_ack *extack = netdev_notifier_info_to_extack(ptr); in am65_cpsw_netdevice_event()
/linux/include/linux/
H A Dnetdevice.h3322 netdev_notifier_info_to_extack(const struct netdev_notifier_info *info) in netdev_notifier_info_to_extack() function