Home
last modified time | relevance | path

Searched refs:NL_SET_ERR_MSG_MOD (Results 1 – 25 of 227) sorted by relevance

12345678910

/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_flower.c180 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_ingress_vlan_modify()
186 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_ingress_vlan_modify()
215 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_egress_vlan_modify()
252 NL_SET_ERR_MSG_MOD(extack, "Cannot offload to this chain"); in ocelot_flower_parse_action()
267 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_action()
272 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_action()
286 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_action()
292 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_action()
301 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_action()
306 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_action()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dcls.c28 NL_SET_ERR_MSG_MOD(extack, "action offload not supported"); in nfp_abm_u32_check_knode()
32 NL_SET_ERR_MSG_MOD(extack, "linking not supported"); in nfp_abm_u32_check_knode()
36 NL_SET_ERR_MSG_MOD(extack, in nfp_abm_u32_check_knode()
42 NL_SET_ERR_MSG_MOD(extack, "variable offsetting not supported"); in nfp_abm_u32_check_knode()
46 NL_SET_ERR_MSG_MOD(extack, "hashing not supported"); in nfp_abm_u32_check_knode()
50 NL_SET_ERR_MSG_MOD(extack, "matching on mark not supported"); in nfp_abm_u32_check_knode()
54 NL_SET_ERR_MSG_MOD(extack, "setting non-0 class not supported"); in nfp_abm_u32_check_knode()
58 NL_SET_ERR_MSG_MOD(extack, in nfp_abm_u32_check_knode()
63 NL_SET_ERR_MSG_MOD(extack, "exactly one key required"); in nfp_abm_u32_check_knode()
75 NL_SET_ERR_MSG_MOD(extack, "only IP and IPv6 supported as filter protocol"); in nfp_abm_u32_check_knode()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c71 NL_SET_ERR_MSG_MOD(extack, "Failed to record package data to firmware"); in ice_send_package_data()
134 NL_SET_ERR_MSG_MOD(extack, "Component comparison stamp is identical to running image"); in ice_check_component_response()
139 NL_SET_ERR_MSG_MOD(extack, "Component comparison stamp is lower than running image"); in ice_check_component_response()
144 NL_SET_ERR_MSG_MOD(extack, "Component comparison stamp is invalid"); in ice_check_component_response()
149 NL_SET_ERR_MSG_MOD(extack, "Component table conflict occurred"); in ice_check_component_response()
154 NL_SET_ERR_MSG_MOD(extack, "Component pre-requisites not met"); in ice_check_component_response()
159 NL_SET_ERR_MSG_MOD(extack, "Component not supported"); in ice_check_component_response()
164 NL_SET_ERR_MSG_MOD(extack, "Component cannot be downgraded"); in ice_check_component_response()
169 NL_SET_ERR_MSG_MOD(extack, "Incomplete component image"); in ice_check_component_response()
174 NL_SET_ERR_MSG_MOD(extack, "Component version is identical to running image"); in ice_check_component_response()
[all …]
H A Dice_devlink.c264 NL_SET_ERR_MSG_MOD(extack, "Device is busy resetting"); in ice_devlink_info_get()
277 NL_SET_ERR_MSG_MOD(extack, "Unable to discover device capabilities"); in ice_devlink_info_get()
318 NL_SET_ERR_MSG_MOD(extack, "Unable to set serial number"); in ice_devlink_info_get()
346 NL_SET_ERR_MSG_MOD(extack, "Unable to set fixed version"); in ice_devlink_info_get()
353 NL_SET_ERR_MSG_MOD(extack, "Unable to set running version"); in ice_devlink_info_get()
360 NL_SET_ERR_MSG_MOD(extack, "Unable to set stored version"); in ice_devlink_info_get()
405 NL_SET_ERR_MSG_MOD(extack, "No pending firmware update"); in ice_devlink_reload_empr_start()
410NL_SET_ERR_MSG_MOD(extack, "EMP reset is not available. To activate firmware, a reboot or power cy… in ice_devlink_reload_empr_start()
420 NL_SET_ERR_MSG_MOD(extack, "Failed to trigger EMP device reset to reload firmware"); in ice_devlink_reload_empr_start()
446 NL_SET_ERR_MSG_MOD(extack, in ice_devlink_reload_down()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_cfm_netlink.c104 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_mep_create_parse()
108 NL_SET_ERR_MSG_MOD(extack, "Missing DOMAIN attribute"); in br_mep_create_parse()
112 NL_SET_ERR_MSG_MOD(extack, "Missing DIRECTION attribute"); in br_mep_create_parse()
116 NL_SET_ERR_MSG_MOD(extack, "Missing IFINDEX attribute"); in br_mep_create_parse()
143 NL_SET_ERR_MSG_MOD(extack, in br_mep_delete_parse()
167 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_mep_config_parse()
171 NL_SET_ERR_MSG_MOD(extack, "Missing UNICAST_MAC attribute"); in br_mep_config_parse()
175 NL_SET_ERR_MSG_MOD(extack, "Missing MDLEVEL attribute"); in br_mep_config_parse()
179 NL_SET_ERR_MSG_MOD(extack, "Missing MEPID attribute"); in br_mep_config_parse()
209 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_cc_config_parse()
[all …]
H A Dbr_vlan_options.c100 NL_SET_ERR_MSG_MOD(extack, "Invalid vlan state"); in br_vlan_modify_state()
110 NL_SET_ERR_MSG_MOD(extack, "Can't modify vlan state when using kernel STP"); in br_vlan_modify_state()
115 NL_SET_ERR_MSG_MOD(extack, "Can't modify vlan state directly when MST is enabled"); in br_vlan_modify_state()
148 NL_SET_ERR_MSG_MOD(extack, "Can't modify tunnel mapping of non-port vlans"); in br_vlan_modify_tunnel()
152 NL_SET_ERR_MSG_MOD(extack, "Port doesn't have tunnel flag set"); in br_vlan_modify_tunnel()
163 NL_SET_ERR_MSG_MOD(extack, "Missing tunnel command attribute"); in br_vlan_modify_tunnel()
170 NL_SET_ERR_MSG_MOD(extack, "Missing tunnel id attribute"); in br_vlan_modify_tunnel()
186 NL_SET_ERR_MSG_MOD(extack, "Unsupported tunnel command"); in br_vlan_modify_tunnel()
231 NL_SET_ERR_MSG_MOD(extack, "Can't set mcast_max_groups for non-port vlans"); in br_vlan_process_one_opts()
235 NL_SET_ERR_MSG_MOD(extack, "Multicast snooping disabled on this VLAN"); in br_vlan_process_one_opts()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c46 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: BOS field must explicitly be set for MPLS push"); in nfp_fl_push_mpls()
147NL_SET_ERR_MSG_MOD(extack, "unsupported offload: maximum allowed action list size exceeded at LAG … in nfp_fl_pre_lag()
189 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: invalid egress interface for mirred action"); in nfp_fl_output()
198NL_SET_ERR_MSG_MOD(extack, "unsupported offload: egress interface does not match the required tunn… in nfp_fl_output()
203NL_SET_ERR_MSG_MOD(extack, "unsupported offload: cannot offload more than one tunnel mirred output… in nfp_fl_output()
218 NL_SET_ERR_MSG_MOD(extack, "invalid entry: cannot find group id for LAG action"); in nfp_fl_output()
225NL_SET_ERR_MSG_MOD(extack, "unsupported offload: pre-tunnel rules not supported in loaded firmware… in nfp_fl_output()
230NL_SET_ERR_MSG_MOD(extack, "unsupported offload: pre-tunnel rules require single egress dev and pt… in nfp_fl_output()
244NL_SET_ERR_MSG_MOD(extack, "unsupported offload: ingress and egress interfaces are on different de… in nfp_fl_output()
250 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: egress interface is not an nfp port"); in nfp_fl_output()
[all …]
H A Dqos_conf.c126 NL_SET_ERR_MSG_MOD(extack, in nfp_policer_validate()
134 NL_SET_ERR_MSG_MOD(extack, in nfp_policer_validate()
141 NL_SET_ERR_MSG_MOD(extack, in nfp_policer_validate()
149 NL_SET_ERR_MSG_MOD(extack, in nfp_policer_validate()
156 NL_SET_ERR_MSG_MOD(extack, in nfp_policer_validate()
185NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on higher le… in nfp_flower_install_rate_limiter()
194NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on shared bl… in nfp_flower_install_rate_limiter()
199NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on non-VF po… in nfp_flower_install_rate_limiter()
205 NL_SET_ERR_MSG_MOD(extack, in nfp_flower_install_rate_limiter()
211 NL_SET_ERR_MSG_MOD(extack, in nfp_flower_install_rate_limiter()
[all …]
H A Doffload.c160 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: geneve options exceed maximum length"); in nfp_flower_calc_opt_layer()
197 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: encap options not supported on vxlan tunnels"); in nfp_flower_calc_udp_tun_layer()
203NL_SET_ERR_MSG_MOD(extack, "unsupported offload: loaded firmware does not support geneve offload"); in nfp_flower_calc_udp_tun_layer()
221NL_SET_ERR_MSG_MOD(extack, "unsupported offload: loaded firmware does not support geneve option of… in nfp_flower_calc_udp_tun_layer()
230 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: tunnel type unknown"); in nfp_flower_calc_udp_tun_layer()
254 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: match not supported"); in nfp_flower_calculate_key_layers()
264 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: tunnel match not supported"); in nfp_flower_calculate_key_layers()
285NL_SET_ERR_MSG_MOD(extack, "unsupported offload: loaded firmware does not support VLAN PCP offload… in nfp_flower_calculate_key_layers()
301NL_SET_ERR_MSG_MOD(extack, "unsupported offload: loaded firmware does not support VLAN QinQ offloa… in nfp_flower_calculate_key_layers()
325NL_SET_ERR_MSG_MOD(extack, "unsupported offload: wildcarded protocols on tunnels are not supported… in nfp_flower_calculate_key_layers()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dipsec.c291 NL_SET_ERR_MSG_MOD(extack, "Unsupported mode for xfrm offload"); in nfp_net_xfrm_add_state()
303 NL_SET_ERR_MSG_MOD(extack, "Unsupported protocol for xfrm offload"); in nfp_net_xfrm_add_state()
308 NL_SET_ERR_MSG_MOD(extack, "Unsupported XFRM_REPLAY_MODE_ESN for xfrm offload"); in nfp_net_xfrm_add_state()
313 NL_SET_ERR_MSG_MOD(extack, "Unsupported xfrm offload type"); in nfp_net_xfrm_add_state()
330 NL_SET_ERR_MSG_MOD(extack, "Unsupported authentication algorithm"); in nfp_net_xfrm_add_state()
340 NL_SET_ERR_MSG_MOD(extack, "Unsupported authentication algorithm"); in nfp_net_xfrm_add_state()
358 NL_SET_ERR_MSG_MOD(extack, "Unsupported authentication algorithm"); in nfp_net_xfrm_add_state()
363 NL_SET_ERR_MSG_MOD(extack, "Unsupported authentication algorithm trunc length"); in nfp_net_xfrm_add_state()
370 NL_SET_ERR_MSG_MOD(extack, "Insufficient space for offloaded auth key"); in nfp_net_xfrm_add_state()
387 NL_SET_ERR_MSG_MOD(extack, "Unsupported encryption algorithm for offload"); in nfp_net_xfrm_add_state()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_matchall.c24 NL_SET_ERR_MSG_MOD(tmo->common.extack, in sparx5_tc_matchall_replace()
38 NL_SET_ERR_MSG_MOD(tmo->common.extack, in sparx5_tc_matchall_replace()
43 NL_SET_ERR_MSG_MOD(tmo->common.extack, in sparx5_tc_matchall_replace()
48 NL_SET_ERR_MSG_MOD(tmo->common.extack, in sparx5_tc_matchall_replace()
53 NL_SET_ERR_MSG_MOD(tmo->common.extack, in sparx5_tc_matchall_replace()
59 NL_SET_ERR_MSG_MOD(tmo->common.extack, "Unsupported action"); in sparx5_tc_matchall_replace()
81 NL_SET_ERR_MSG_MOD(tmo->common.extack, "Unsupported action"); in sparx5_tc_matchall_destroy()
H A Dsparx5_tc_flower.c77 NL_SET_ERR_MSG_MOD(st->fco->common.extack, in sparx5_tc_flower_es0_tpid()
155 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ip_proto parse error"); in sparx5_tc_flower_handler_basic_usage()
181 NL_SET_ERR_MSG_MOD(st->fco->common.extack, in sparx5_tc_flower_handler_control_usage()
202 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ip_frag parse error"); in sparx5_tc_flower_handler_control_usage()
210 NL_SET_ERR_MSG_MOD(st->fco->common.extack, in sparx5_tc_flower_handler_cvlan_usage()
271 NL_SET_ERR_MSG_MOD(st->fco->common.extack, in sparx5_tc_use_dissectors()
291 NL_SET_ERR_MSG_MOD(fco->common.extack, "No actions"); in sparx5_tc_flower_action_check()
300 NL_SET_ERR_MSG_MOD(fco->common.extack, in sparx5_tc_flower_action_check()
315 NL_SET_ERR_MSG_MOD(fco->common.extack, in sparx5_tc_flower_action_check()
321 NL_SET_ERR_MSG_MOD(fco->common.extack, in sparx5_tc_flower_action_check()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c411 NL_SET_ERR_MSG_MOD(extack, "Cannot offload authenticated xfrm states"); in mlx5e_xfrm_validate_state()
415 NL_SET_ERR_MSG_MOD(extack, "Only AES-GCM-ICV16 xfrm state may be offloaded"); in mlx5e_xfrm_validate_state()
419 NL_SET_ERR_MSG_MOD(extack, "Cannot offload compressed xfrm states"); in mlx5e_xfrm_validate_state()
424 NL_SET_ERR_MSG_MOD(extack, "Cannot offload ESN xfrm states"); in mlx5e_xfrm_validate_state()
429 NL_SET_ERR_MSG_MOD(extack, "Only IPv4/6 xfrm states may be offloaded"); in mlx5e_xfrm_validate_state()
433 NL_SET_ERR_MSG_MOD(extack, "Only ESP xfrm state may be offloaded"); in mlx5e_xfrm_validate_state()
438 NL_SET_ERR_MSG_MOD(extack, "Encapsulation is not supported"); in mlx5e_xfrm_validate_state()
443 NL_SET_ERR_MSG_MOD(extack, "Encapsulation other than UDP is not supported"); in mlx5e_xfrm_validate_state()
448 NL_SET_ERR_MSG_MOD(extack, "Encapsulation is supported in packet offload mode only"); in mlx5e_xfrm_validate_state()
453 NL_SET_ERR_MSG_MOD(extack, "Encapsulation is supported in transport mode only"); in mlx5e_xfrm_validate_state()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c23 NL_SET_ERR_MSG_MOD(extack, in mlxsw_sp_policer_validate()
30 NL_SET_ERR_MSG_MOD(extack, in mlxsw_sp_policer_validate()
37 NL_SET_ERR_MSG_MOD(extack, in mlxsw_sp_policer_validate()
44 NL_SET_ERR_MSG_MOD(extack, in mlxsw_sp_policer_validate()
50 NL_SET_ERR_MSG_MOD(extack, in mlxsw_sp_policer_validate()
84 NL_SET_ERR_MSG_MOD(extack, "Unsupported action HW stats type"); in mlxsw_sp_flower_parse_actions()
93 NL_SET_ERR_MSG_MOD(extack, "Cannot append terminate action"); in mlxsw_sp_flower_parse_actions()
101NL_SET_ERR_MSG_MOD(extack, "Drop action is not supported when block is bound to ingress and egress… in mlxsw_sp_flower_parse_actions()
108 NL_SET_ERR_MSG_MOD(extack, "Cannot append drop action"); in mlxsw_sp_flower_parse_actions()
125 NL_SET_ERR_MSG_MOD(extack, "Cannot append trap action"); in mlxsw_sp_flower_parse_actions()
[all …]
H A Dspectrum_nve_vxlan.c25 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Zero UDP checksum must be allowed for TX"); in mlxsw_sp_nve_vxlan_ipv4_flags_check()
30 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Unsupported flag"); in mlxsw_sp_nve_vxlan_ipv4_flags_check()
41 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Zero UDP checksum must be allowed for TX"); in mlxsw_sp_nve_vxlan_ipv6_flags_check()
46 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Zero UDP checksum must be allowed for RX"); in mlxsw_sp_nve_vxlan_ipv6_flags_check()
51 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Unsupported flag"); in mlxsw_sp_nve_vxlan_ipv6_flags_check()
66 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Multicast destination IP is not supported"); in mlxsw_sp_nve_vxlan_can_offload()
71 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Source address must be specified"); in mlxsw_sp_nve_vxlan_can_offload()
76 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Local interface is not supported"); in mlxsw_sp_nve_vxlan_can_offload()
81 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Only default UDP source port range is supported"); in mlxsw_sp_nve_vxlan_can_offload()
86 NL_SET_ERR_MSG_MOD(extack, "VxLAN: TOS must be configured to inherit"); in mlxsw_sp_nve_vxlan_can_offload()
[all …]
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c56 NL_SET_ERR_MSG_MOD(extack, "No more L2 policers free"); in sja1105_setup_bcast_policer()
64 NL_SET_ERR_MSG_MOD(extack, in sja1105_setup_bcast_policer()
128 NL_SET_ERR_MSG_MOD(extack, "No more L2 policers free"); in sja1105_setup_tc_policer()
136 NL_SET_ERR_MSG_MOD(extack, in sja1105_setup_tc_policer()
190 NL_SET_ERR_MSG_MOD(extack, "Unknown keys for policing"); in sja1105_flower_policer()
212 NL_SET_ERR_MSG_MOD(extack, in sja1105_flower_parse_key()
222 NL_SET_ERR_MSG_MOD(extack, in sja1105_flower_parse_key()
237 NL_SET_ERR_MSG_MOD(extack, in sja1105_flower_parse_key()
243 NL_SET_ERR_MSG_MOD(extack, in sja1105_flower_parse_key()
259 NL_SET_ERR_MSG_MOD(extack, in sja1105_flower_parse_key()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_police.c79 NL_SET_ERR_MSG_MOD(extack, in lan966x_police_validate()
86 NL_SET_ERR_MSG_MOD(extack, in lan966x_police_validate()
93 NL_SET_ERR_MSG_MOD(extack, in lan966x_police_validate()
100 NL_SET_ERR_MSG_MOD(extack, in lan966x_police_validate()
106 NL_SET_ERR_MSG_MOD(extack, in lan966x_police_validate()
112 NL_SET_ERR_MSG_MOD(extack, in lan966x_police_validate()
118 NL_SET_ERR_MSG_MOD(extack, in lan966x_police_validate()
124 NL_SET_ERR_MSG_MOD(extack, in lan966x_police_validate()
157 NL_SET_ERR_MSG_MOD(extack, in lan966x_police_port_add()
188 NL_SET_ERR_MSG_MOD(extack, in lan966x_police_port_del()
H A Dlan966x_tc_flower.c37 NL_SET_ERR_MSG_MOD(st->fco->common.extack, in lan966x_tc_is_known_etype()
83 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ip_frag parse error"); in lan966x_tc_flower_handler_control_usage()
178 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ip_proto parse error"); in lan966x_tc_flower_handler_basic_usage()
186 NL_SET_ERR_MSG_MOD(st->fco->common.extack, in lan966x_tc_flower_handler_cvlan_usage()
265 NL_SET_ERR_MSG_MOD(fco->common.extack, "No actions"); in lan966x_tc_flower_action_check()
274 NL_SET_ERR_MSG_MOD(fco->common.extack, in lan966x_tc_flower_action_check()
289 NL_SET_ERR_MSG_MOD(fco->common.extack, in lan966x_tc_flower_action_check()
295 NL_SET_ERR_MSG_MOD(fco->common.extack, in lan966x_tc_flower_action_check()
303 NL_SET_ERR_MSG_MOD(fco->common.extack, in lan966x_tc_flower_action_check()
383 NL_SET_ERR_MSG_MOD(f->common.extack, in lan966x_tc_add_rule_link()
[all …]
H A Dlan966x_goto.c18 NL_SET_ERR_MSG_MOD(extack, "Unsupported goto chain"); in lan966x_goto_port_add()
23 NL_SET_ERR_MSG_MOD(extack, "VCAP already enabled"); in lan966x_goto_port_add()
28 NL_SET_ERR_MSG_MOD(extack, "Could not enable VCAP lookups"); in lan966x_goto_port_add()
45 NL_SET_ERR_MSG_MOD(extack, "Could not disable VCAP lookups"); in lan966x_goto_port_del()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc.c149 NL_SET_ERR_MSG_MOD(extack, "Failed to store pedit MAC address in hw"); in efx_tc_flower_get_mac()
460 NL_SET_ERR_MSG_MOD(extack, "Matching on ct_label not supported"); in efx_tc_flower_parse_match()
513 NL_SET_ERR_MSG_MOD(extack, in efx_tc_flower_record_encap_match()
518 NL_SET_ERR_MSG_MOD(extack, in efx_tc_flower_record_encap_match()
525 NL_SET_ERR_MSG_MOD(extack, in efx_tc_flower_record_encap_match()
532 NL_SET_ERR_MSG_MOD(extack, in efx_tc_flower_record_encap_match()
537 NL_SET_ERR_MSG_MOD(extack, in efx_tc_flower_record_encap_match()
544 NL_SET_ERR_MSG_MOD(extack, "Egress encap match is not exact on dst UDP port"); in efx_tc_flower_record_encap_match()
551 NL_SET_ERR_MSG_MOD(extack, "Bad recursion in egress encap match handler"); in efx_tc_flower_record_encap_match()
568 NL_SET_ERR_MSG_MOD(extack, "Egress encap match on IP TTL not supported"); in efx_tc_flower_record_encap_match()
[all …]
/openbmc/linux/net/8021q/
H A Dvlan_netlink.c48 NL_SET_ERR_MSG_MOD(extack, "Invalid link address"); in vlan_validate()
52 NL_SET_ERR_MSG_MOD(extack, "Invalid link address"); in vlan_validate()
58 NL_SET_ERR_MSG_MOD(extack, "VLAN properties not specified"); in vlan_validate()
68 NL_SET_ERR_MSG_MOD(extack, "Invalid VLAN protocol"); in vlan_validate()
76 NL_SET_ERR_MSG_MOD(extack, "Invalid VLAN id"); in vlan_validate()
86 NL_SET_ERR_MSG_MOD(extack, "Invalid VLAN flags"); in vlan_validate()
93 NL_SET_ERR_MSG_MOD(extack, "Invalid ingress QOS map"); in vlan_validate()
98 NL_SET_ERR_MSG_MOD(extack, "Invalid egress QOS map"); in vlan_validate()
151 NL_SET_ERR_MSG_MOD(extack, "VLAN id not specified"); in vlan_newlink()
156 NL_SET_ERR_MSG_MOD(extack, "link not specified"); in vlan_newlink()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dgoto.c32 NL_SET_ERR_MSG_MOD(extack, "Goto action is not supported"); in validate_goto_chain()
38 NL_SET_ERR_MSG_MOD(extack, "Goto lower numbered chain isn't supported"); in validate_goto_chain()
43 NL_SET_ERR_MSG_MOD(extack, in validate_goto_chain()
51 NL_SET_ERR_MSG_MOD(extack, in validate_goto_chain()
107 NL_SET_ERR_MSG_MOD(extack, "Decap with goto isn't supported"); in tc_act_post_parse_goto()
113 NL_SET_ERR_MSG_MOD(extack, "Mirroring goto chain rules isn't supported"); in tc_act_post_parse_goto()
H A Dmirred.c47 NL_SET_ERR_MSG_MOD(extack, in verify_uplink_forwarding()
51 NL_SET_ERR_MSG_MOD(extack, in verify_uplink_forwarding()
68 NL_SET_ERR_MSG_MOD(extack, "can't duplicate output to same device"); in is_duplicated_output_device()
125 NL_SET_ERR_MSG_MOD(extack, "mpls is supported only through a bareudp device"); in tc_act_can_offload_mirred()
130 NL_SET_ERR_MSG_MOD(extack, "vlan pop eth is supported only with mpls push"); in tc_act_can_offload_mirred()
135 NL_SET_ERR_MSG_MOD(extack, "mpls pop is only supported with vlan eth push"); in tc_act_can_offload_mirred()
148 NL_SET_ERR_MSG_MOD(extack, in tc_act_can_offload_mirred()
170 NL_SET_ERR_MSG_MOD(extack, "devices are not on same switch HW, can't offload forwarding"); in tc_act_can_offload_mirred()
261 NL_SET_ERR_MSG_MOD(extack, in parse_mirred()
267 NL_SET_ERR_MSG_MOD(extack, "can't forward from a VF to itself"); in parse_mirred()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.c16 NL_SET_ERR_MSG_MOD(extack, in cxgb4_policer_validate()
23 NL_SET_ERR_MSG_MOD(extack, in cxgb4_policer_validate()
30 NL_SET_ERR_MSG_MOD(extack, in cxgb4_policer_validate()
37 NL_SET_ERR_MSG_MOD(extack, in cxgb4_policer_validate()
43 NL_SET_ERR_MSG_MOD(extack, in cxgb4_policer_validate()
65 NL_SET_ERR_MSG_MOD(extack, in cxgb4_matchall_egress_validate()
69 NL_SET_ERR_MSG_MOD(extack, in cxgb4_matchall_egress_validate()
73 NL_SET_ERR_MSG_MOD(extack, in cxgb4_matchall_egress_validate()
80 NL_SET_ERR_MSG_MOD(extack, in cxgb4_matchall_egress_validate()
97 NL_SET_ERR_MSG_MOD(extack, in cxgb4_matchall_egress_validate()
[all …]
/openbmc/linux/net/sched/
H A Dact_mpls.c138 NL_SET_ERR_MSG_MOD(extack, "Invalid MPLS label length"); in valid_label()
143 NL_SET_ERR_MSG_MOD(extack, "MPLS label out of range"); in valid_label()
178 NL_SET_ERR_MSG_MOD(extack, "Missing netlink attributes"); in tcf_mpls_init()
187 NL_SET_ERR_MSG_MOD(extack, "No MPLS params"); in tcf_mpls_init()
218 NL_SET_ERR_MSG_MOD(extack, "Protocol must be set for MPLS pop"); in tcf_mpls_init()
223 NL_SET_ERR_MSG_MOD(extack, "Invalid protocol type for MPLS pop"); in tcf_mpls_init()
229 NL_SET_ERR_MSG_MOD(extack, "Label, TTL, TC or BOS cannot be used with MPLS pop"); in tcf_mpls_init()
237 NL_SET_ERR_MSG_MOD(extack, "Label, TTL, TC, BOS or protocol cannot be used with MPLS dec_ttl"); in tcf_mpls_init()
245 NL_SET_ERR_MSG_MOD(extack, "Label is required for MPLS push"); in tcf_mpls_init()
251 NL_SET_ERR_MSG_MOD(extack, "Protocol must be an MPLS type for MPLS push"); in tcf_mpls_init()
[all …]

12345678910