Lines Matching defs:extack
1905 struct netlink_ext_ack *extack)
1920 NL_SET_ERR_MSG_MOD(extack, "Port number does not exist");
1928 NL_SET_ERR_MSG_MOD(extack, "Cannot get max width of port module");
1935 NL_SET_ERR_MSG_MOD(extack, "Port cannot be split");
1942 NL_SET_ERR_MSG_MOD(extack, "Cannot obtain local port offset");
1962 NL_SET_ERR_MSG_MOD(extack, "Invalid split configuration");
1988 struct netlink_ext_ack *extack)
2002 NL_SET_ERR_MSG_MOD(extack, "Port number does not exist");
2008 NL_SET_ERR_MSG_MOD(extack, "Port was not split");
2016 NL_SET_ERR_MSG_MOD(extack, "Cannot get max width of port module");
2025 NL_SET_ERR_MSG_MOD(extack, "Cannot obtain local port offset");
2534 struct netlink_ext_ack *extack)
2631 err = mlxsw_sp_router_init(mlxsw_sp, extack);
2737 struct netlink_ext_ack *extack)
2761 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack);
2766 struct netlink_ext_ack *extack)
2788 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack);
2793 struct netlink_ext_ack *extack)
2815 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack);
3518 struct netlink_ext_ack *extack)
3523 NL_SET_ERR_MSG_MOD(extack, "Exceeded number of supported LAG devices");
3527 NL_SET_ERR_MSG_MOD(extack, "LAG device using unsupported Tx type");
3816 struct netlink_ext_ack *extack)
3819 NL_SET_ERR_MSG_MOD(extack, "Multicast can not be enabled on a bridge with a VxLAN device");
3825 NL_SET_ERR_MSG_MOD(extack, "Multiple VxLAN devices are not supported in a VLAN-unaware bridge");
3831 NL_SET_ERR_MSG_MOD(extack, "Multiple VxLAN devices cannot have the same VLAN as PVID and egress untagged");
3844 struct netlink_ext_ack *extack;
3852 extack = netdev_notifier_info_to_extack(&info->info);
3862 NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
3870 !mlxsw_sp_bridge_vxlan_is_valid(upper_dev, extack))
3876 NL_SET_ERR_MSG_MOD(extack, "Enslaving a port to a device that already has an upper device is not supported");
3881 info->upper_info, extack))
3884 NL_SET_ERR_MSG_MOD(extack, "Master device is a LAG master and this device has a VLAN");
3889 NL_SET_ERR_MSG_MOD(extack, "Can not put a VLAN on a LAG port");
3894 NL_SET_ERR_MSG_MOD(extack, "macvlan is only supported on top of router interfaces");
3898 NL_SET_ERR_MSG_MOD(extack, "Master device is an OVS master and this device has a VLAN");
3902 NL_SET_ERR_MSG_MOD(extack, "Can not put a VLAN on an OVS port");
3913 extack);
4020 struct netlink_ext_ack *extack;
4024 extack = netdev_notifier_info_to_extack(&info->info);
4031 NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
4039 !mlxsw_sp_bridge_vxlan_is_valid(upper_dev, extack))
4045 NL_SET_ERR_MSG_MOD(extack, "Enslaving a port to a device that already has an upper device is not supported");
4050 NL_SET_ERR_MSG_MOD(extack, "macvlan is only supported on top of router interfaces");
4061 extack);
4108 struct netlink_ext_ack *extack;
4114 extack = netdev_notifier_info_to_extack(&info->info);
4120 NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
4127 NL_SET_ERR_MSG_MOD(extack, "macvlan is only supported on top of router interfaces");
4168 struct netlink_ext_ack *extack;
4174 extack = netdev_notifier_info_to_extack(&info->info);
4180 NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
4187 NL_SET_ERR_MSG_MOD(extack, "macvlan is only supported on top of router interfaces");
4210 struct netlink_ext_ack *extack;
4215 extack = netdev_notifier_info_to_extack(&info->info);
4218 NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
4238 struct netlink_ext_ack *extack;
4241 extack = netdev_notifier_info_to_extack(info);
4253 if (!mlxsw_sp_bridge_vxlan_is_valid(upper_dev, extack))
4265 dev, 0, extack);
4284 extack);