Searched refs:extack (Results 26 - 50 of 792) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.h27 struct netlink_ext_ack *extack);
30 u64 rate, u64 ceil, struct netlink_ext_ack *extack);
32 struct netlink_ext_ack *extack);
35 struct netlink_ext_ack *extack);
38 struct netlink_ext_ack *extack);
H A Dtc_tun_encap.h19 struct netlink_ext_ack *extack,
24 struct netlink_ext_ack *extack);
36 struct netlink_ext_ack *extack,
/linux-master/drivers/dpll/
H A Ddpll_netlink.c93 struct netlink_ext_ack *extack)
99 ret = ops->mode_get(dpll, dpll_priv(dpll), &mode, extack);
110 struct netlink_ext_ack *extack)
120 ret = ops->mode_get(dpll, dpll_priv(dpll), &mode, extack);
131 struct netlink_ext_ack *extack)
139 &status_error, extack);
155 struct netlink_ext_ack *extack)
163 ret = ops->temp_get(dpll, dpll_priv(dpll), &temp, extack);
175 struct netlink_ext_ack *extack)
185 dpll_priv(dpll), &prio, extack);
92 dpll_msg_add_mode(struct sk_buff *msg, struct dpll_device *dpll, struct netlink_ext_ack *extack) argument
109 dpll_msg_add_mode_supported(struct sk_buff *msg, struct dpll_device *dpll, struct netlink_ext_ack *extack) argument
130 dpll_msg_add_lock_status(struct sk_buff *msg, struct dpll_device *dpll, struct netlink_ext_ack *extack) argument
154 dpll_msg_add_temp(struct sk_buff *msg, struct dpll_device *dpll, struct netlink_ext_ack *extack) argument
173 dpll_msg_add_pin_prio(struct sk_buff *msg, struct dpll_pin *pin, struct dpll_pin_ref *ref, struct netlink_ext_ack *extack) argument
195 dpll_msg_add_pin_on_dpll_state(struct sk_buff *msg, struct dpll_pin *pin, struct dpll_pin_ref *ref, struct netlink_ext_ack *extack) argument
217 dpll_msg_add_pin_direction(struct sk_buff *msg, struct dpll_pin *pin, struct dpll_pin_ref *ref, struct netlink_ext_ack *extack) argument
237 dpll_msg_add_pin_phase_adjust(struct sk_buff *msg, struct dpll_pin *pin, struct dpll_pin_ref *ref, struct netlink_ext_ack *extack) argument
260 dpll_msg_add_phase_offset(struct sk_buff *msg, struct dpll_pin *pin, struct dpll_pin_ref *ref, struct netlink_ext_ack *extack) argument
283 dpll_msg_add_ffo(struct sk_buff *msg, struct dpll_pin *pin, struct dpll_pin_ref *ref, struct netlink_ext_ack *extack) argument
305 dpll_msg_add_pin_freq(struct sk_buff *msg, struct dpll_pin *pin, struct dpll_pin_ref *ref, struct netlink_ext_ack *extack) argument
357 dpll_msg_add_pin_parents(struct sk_buff *msg, struct dpll_pin *pin, struct dpll_pin_ref *dpll_ref, struct netlink_ext_ack *extack) argument
400 dpll_msg_add_pin_dplls(struct sk_buff *msg, struct dpll_pin *pin, struct netlink_ext_ack *extack) argument
438 dpll_cmd_pin_get_one(struct sk_buff *msg, struct dpll_pin *pin, struct netlink_ext_ack *extack) argument
495 dpll_device_get_one(struct dpll_device *dpll, struct sk_buff *msg, struct netlink_ext_ack *extack) argument
678 dpll_pin_freq_set(struct dpll_pin *pin, struct nlattr *a, struct netlink_ext_ack *extack) argument
742 dpll_pin_on_pin_state_set(struct dpll_pin *pin, u32 parent_idx, enum dpll_pin_state state, struct netlink_ext_ack *extack) argument
782 dpll_pin_state_set(struct dpll_device *dpll, struct dpll_pin *pin, enum dpll_pin_state state, struct netlink_ext_ack *extack) argument
810 dpll_pin_prio_set(struct dpll_device *dpll, struct dpll_pin *pin, u32 prio, struct netlink_ext_ack *extack) argument
837 dpll_pin_direction_set(struct dpll_pin *pin, struct dpll_device *dpll, enum dpll_pin_direction direction, struct netlink_ext_ack *extack) argument
865 dpll_pin_phase_adj_set(struct dpll_pin *pin, struct nlattr *phase_adj_attr, struct netlink_ext_ack *extack) argument
937 dpll_pin_parent_device_set(struct dpll_pin *pin, struct nlattr *parent_nest, struct netlink_ext_ack *extack) argument
987 dpll_pin_parent_pin_set(struct dpll_pin *pin, struct nlattr *parent_nest, struct netlink_ext_ack *extack) argument
1049 dpll_pin_find(u64 clock_id, struct nlattr *mod_name_attr, enum dpll_pin_type type, struct nlattr *board_label, struct nlattr *panel_label, struct nlattr *package_label, struct netlink_ext_ack *extack) argument
1256 dpll_device_find(u64 clock_id, struct nlattr *mod_name_attr, enum dpll_type type, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/net/ethtool/
H A Dbitset.h25 struct netlink_ext_ack *extack, bool *mod);
28 struct netlink_ext_ack *extack, bool *mod);
32 struct netlink_ext_ack *extack);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmirred_nic.c13 struct netlink_ext_ack *extack = parse_state->extack; local
23 NL_SET_ERR_MSG_MOD(extack,
H A Dmirred.c26 struct netlink_ext_ack *extack)
47 NL_SET_ERR_MSG_MOD(extack,
51 NL_SET_ERR_MSG_MOD(extack,
62 struct netlink_ext_ack *extack)
68 NL_SET_ERR_MSG_MOD(extack, "can't duplicate output to same device");
106 struct netlink_ext_ack *extack = parse_state->extack; local
125 NL_SET_ERR_MSG_MOD(extack, "mpls is supported only through a bareudp device");
130 NL_SET_ERR_MSG_MOD(extack, "vlan pop eth is supported only with mpls push");
135 NL_SET_ERR_MSG_MOD(extack, "mpl
23 verify_uplink_forwarding(struct mlx5e_priv *priv, struct mlx5_flow_attr *attr, struct net_device *out_dev, struct netlink_ext_ack *extack) argument
59 is_duplicated_output_device(struct net_device *dev, struct net_device *out_dev, int *ifindexes, int if_count, struct netlink_ext_ack *extack) argument
213 struct netlink_ext_ack *extack = parse_state->extack; local
[all...]
H A Dpedit.h28 struct netlink_ext_ack *extack);
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_matchall.c57 NL_SET_ERR_MSG_MOD(tmo->common.extack,
81 NL_SET_ERR_MSG_MOD(tmo->common.extack,
85 NL_SET_ERR_MSG_MOD(tmo->common.extack,
89 NL_SET_ERR_MSG_MOD(tmo->common.extack,
93 NL_SET_ERR_MSG_MOD(tmo->common.extack,
108 NL_SET_ERR_MSG_MOD(tmo->common.extack,
113 NL_SET_ERR_MSG_MOD(tmo->common.extack,
118 NL_SET_ERR_MSG_MOD(tmo->common.extack,
123 NL_SET_ERR_MSG_MOD(tmo->common.extack,
129 NL_SET_ERR_MSG_MOD(tmo->common.extack, "Unsupporte
[all...]
/linux-master/net/ipv4/
H A Dnetlink.c11 struct netlink_ext_ack *extack)
30 NL_SET_ERR_MSG(extack, "Unsupported ip proto");
10 rtm_getroute_parse_ip_proto(struct nlattr *attr, u8 *ip_proto, u8 family, struct netlink_ext_ack *extack) argument
/linux-master/net/bridge/
H A Dbr_private_cfm.h18 struct netlink_ext_ack *extack);
22 struct netlink_ext_ack *extack);
33 struct netlink_ext_ack *extack);
53 struct netlink_ext_ack *extack);
57 struct netlink_ext_ack *extack);
60 struct netlink_ext_ack *extack);
67 const bool rdi, struct netlink_ext_ack *extack);
90 struct netlink_ext_ack *extack);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.h11 struct netlink_ext_ack *extack);
16 struct netlink_ext_ack *extack);
/linux-master/net/sched/
H A Dsch_mqprio_lib.c22 struct netlink_ext_ack *extack)
30 NL_SET_ERR_MSG_FMT_MOD(extack, "No queues for TC %d",
40 NL_SET_ERR_MSG_FMT_MOD(extack,
56 NL_SET_ERR_MSG_FMT_MOD(extack,
71 struct netlink_ext_ack *extack)
77 NL_SET_ERR_MSG(extack,
85 NL_SET_ERR_MSG(extack,
94 extack);
19 mqprio_validate_queue_counts(struct net_device *dev, const struct tc_mqprio_qopt *qopt, bool allow_overlapping_txqs, struct netlink_ext_ack *extack) argument
68 mqprio_validate_qopt(struct net_device *dev, struct tc_mqprio_qopt *qopt, bool validate_queue_counts, bool allow_overlapping_txqs, struct netlink_ext_ack *extack) argument
H A Dsch_mqprio_lib.h14 struct netlink_ext_ack *extack);
/linux-master/net/dsa/
H A Dport.h24 struct netlink_ext_ack *extack);
30 struct netlink_ext_ack *extack);
37 struct netlink_ext_ack *extack);
41 struct netlink_ext_ack *extack);
45 struct netlink_ext_ack *extack);
80 struct netlink_ext_ack *extack);
83 struct netlink_ext_ack *extack);
86 struct netlink_ext_ack *extack);
91 struct netlink_ext_ack *extack);
107 struct netlink_ext_ack *extack);
[all...]
/linux-master/net/hsr/
H A Dhsr_slave.c85 struct netlink_ext_ack *extack)
90 NL_SET_ERR_MSG_MOD(extack, "Cannot use loopback or non-ethernet device as HSR slave.");
96 NL_SET_ERR_MSG_MOD(extack,
102 NL_SET_ERR_MSG_MOD(extack,
108 NL_SET_ERR_MSG_MOD(extack, "HSR on top of VLAN is not yet supported in this driver.");
113 NL_SET_ERR_MSG_MOD(extack,
128 struct netlink_ext_ack *extack)
147 res = netdev_upper_dev_link(dev, hsr_dev, extack);
168 enum hsr_port_type type, struct netlink_ext_ack *extack)
174 res = hsr_check_dev_ok(dev, extack);
84 hsr_check_dev_ok(struct net_device *dev, struct netlink_ext_ack *extack) argument
126 hsr_portdev_setup(struct hsr_priv *hsr, struct net_device *dev, struct hsr_port *port, struct netlink_ext_ack *extack) argument
167 hsr_add_port(struct hsr_priv *hsr, struct net_device *dev, enum hsr_port_type type, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/include/linux/
H A Ddpll.h21 enum dpll_mode *mode, struct netlink_ext_ack *extack);
25 struct netlink_ext_ack *extack);
27 s32 *temp, struct netlink_ext_ack *extack);
34 struct netlink_ext_ack *extack);
37 u64 *frequency, struct netlink_ext_ack *extack);
41 struct netlink_ext_ack *extack);
45 struct netlink_ext_ack *extack);
50 struct netlink_ext_ack *extack);
54 struct netlink_ext_ack *extack);
59 struct netlink_ext_ack *extack);
[all...]
/linux-master/drivers/net/dsa/microchip/
H A Dksz9477_tc_flower.c16 * @extack: Pointer to the netlink_ext_ack.
28 struct netlink_ext_ack *extack,
47 NL_SET_ERR_MSG_MOD(extack,
80 NL_SET_ERR_MSG_MOD(extack, "ACL entry limit reached");
90 NL_SET_ERR_MSG_MOD(extack, "MAC address mask must be a full mask");
99 * @extack: The netlink extended ACK for reporting errors.
111 struct netlink_ext_ack *extack,
122 NL_SET_ERR_MSG_MOD(extack,
127 if (flow_rule_match_has_control_flags(rule, extack))
132 ret = ksz9477_flower_parse_key_l2(dev, port, extack, rul
27 ksz9477_flower_parse_key_l2(struct ksz_device *dev, int port, struct netlink_ext_ack *extack, struct flow_rule *rule, unsigned long cookie, u32 prio) argument
110 ksz9477_flower_parse_key(struct ksz_device *dev, int port, struct netlink_ext_ack *extack, struct flow_rule *rule, unsigned long cookie, u32 prio) argument
157 ksz9477_flower_parse_action(struct ksz_device *dev, int port, struct netlink_ext_ack *extack, struct flow_cls_offload *cls, int entry_idx) argument
219 struct netlink_ext_ack *extack = cls->common.extack; local
[all...]
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_flower.c175 struct netlink_ext_ack *extack)
180 NL_SET_ERR_MSG_MOD(extack,
186 NL_SET_ERR_MSG_MOD(extack,
203 struct netlink_ext_ack *extack)
215 NL_SET_ERR_MSG_MOD(extack,
236 struct netlink_ext_ack *extack = f->common.extack; local
246 f->common.extack))
252 NL_SET_ERR_MSG_MOD(extack, "Cannot offload to this chain");
267 NL_SET_ERR_MSG_MOD(extack,
172 ocelot_flower_parse_ingress_vlan_modify(struct ocelot *ocelot, int port, struct ocelot_vcap_filter *filter, const struct flow_action_entry *a, struct netlink_ext_ack *extack) argument
201 ocelot_flower_parse_egress_vlan_modify(struct ocelot_vcap_filter *filter, const struct flow_action_entry *a, struct netlink_ext_ack *extack) argument
527 struct netlink_ext_ack *extack = f->common.extack; local
578 struct netlink_ext_ack *extack = f->common.extack; local
846 ocelot_flower_patch_es0_vlan_modify(struct ocelot_vcap_filter *filter, struct netlink_ext_ack *extack) argument
868 struct netlink_ext_ack *extack = f->common.extack; local
[all...]
/linux-master/net/devlink/
H A Dport.c64 struct netlink_ext_ack *extack)
73 extack);
86 struct netlink_ext_ack *extack)
96 &is_enable, extack);
109 struct netlink_ext_ack *extack)
118 err = devlink_port->ops->port_fn_ipsec_crypto_get(devlink_port, &is_enable, extack);
131 struct netlink_ext_ack *extack)
140 err = devlink_port->ops->port_fn_ipsec_packet_get(devlink_port, &is_enable, extack);
153 struct netlink_ext_ack *extack,
159 err = devlink_port_fn_roce_fill(devlink_port, &caps, extack);
62 devlink_port_fn_roce_fill(struct devlink_port *devlink_port, struct nla_bitfield32 *caps, struct netlink_ext_ack *extack) argument
84 devlink_port_fn_migratable_fill(struct devlink_port *devlink_port, struct nla_bitfield32 *caps, struct netlink_ext_ack *extack) argument
107 devlink_port_fn_ipsec_crypto_fill(struct devlink_port *devlink_port, struct nla_bitfield32 *caps, struct netlink_ext_ack *extack) argument
129 devlink_port_fn_ipsec_packet_fill(struct devlink_port *devlink_port, struct nla_bitfield32 *caps, struct netlink_ext_ack *extack) argument
151 devlink_port_fn_caps_fill(struct devlink_port *devlink_port, struct sk_buff *msg, struct netlink_ext_ack *extack, bool *msg_updated) argument
186 devlink_port_fn_max_io_eqs_fill(struct devlink_port *port, struct sk_buff *msg, struct netlink_ext_ack *extack, bool *msg_updated) argument
291 devlink_port_fn_hw_addr_fill(struct devlink_port *port, struct sk_buff *msg, struct netlink_ext_ack *extack, bool *msg_updated) argument
331 devlink_port_fn_state_fill(struct devlink_port *port, struct sk_buff *msg, struct netlink_ext_ack *extack, bool *msg_updated) argument
367 devlink_port_fn_mig_set(struct devlink_port *devlink_port, bool enable, struct netlink_ext_ack *extack) argument
375 devlink_port_fn_roce_set(struct devlink_port *devlink_port, bool enable, struct netlink_ext_ack *extack) argument
383 devlink_port_fn_ipsec_crypto_set(struct devlink_port *devlink_port, bool enable, struct netlink_ext_ack *extack) argument
390 devlink_port_fn_ipsec_packet_set(struct devlink_port *devlink_port, bool enable, struct netlink_ext_ack *extack) argument
396 devlink_port_fn_caps_set(struct devlink_port *devlink_port, const struct nlattr *attr, struct netlink_ext_ack *extack) argument
438 devlink_port_fn_max_io_eqs_set(struct devlink_port *devlink_port, const struct nlattr *attr, struct netlink_ext_ack *extack) argument
450 devlink_nl_port_function_attrs_put(struct sk_buff *msg, struct devlink_port *port, struct netlink_ext_ack *extack) argument
486 devlink_nl_port_fill(struct sk_buff *msg, struct devlink_port *devlink_port, enum devlink_command cmd, u32 portid, u32 seq, int flags, struct netlink_ext_ack *extack) argument
665 devlink_port_function_hw_addr_set(struct devlink_port *port, const struct nlattr *attr, struct netlink_ext_ack *extack) argument
693 devlink_port_fn_state_set(struct devlink_port *port, const struct nlattr *attr, struct netlink_ext_ack *extack) argument
703 devlink_port_function_validate(struct devlink_port *devlink_port, struct nlattr **tb, struct netlink_ext_ack *extack) argument
778 devlink_port_function_set(struct devlink_port *port, const struct nlattr *attr, struct netlink_ext_ack *extack) argument
846 struct netlink_ext_ack *extack = info->extack; local
899 struct netlink_ext_ack *extack = info->extack; local
964 struct netlink_ext_ack *extack = info->extack; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_matchall.c28 struct netlink_ext_ack *extack)
37 NL_SET_ERR_MSG(extack, "Could not find requested device");
45 NL_SET_ERR_MSG(extack, "Failed to get SPAN agent");
52 NL_SET_ERR_MSG(extack, "Failed to get analyzed port");
63 NL_SET_ERR_MSG(extack, "Failed to bind SPAN agent");
105 struct netlink_ext_ack *extack)
118 extack);
123 mall_entry, extack);
153 struct netlink_ext_ack *extack)
158 extack);
26 mlxsw_sp_mall_port_mirror_add(struct mlxsw_sp_port *mlxsw_sp_port, struct mlxsw_sp_mall_entry *mall_entry, struct netlink_ext_ack *extack) argument
103 mlxsw_sp_mall_port_sample_add(struct mlxsw_sp_port *mlxsw_sp_port, struct mlxsw_sp_mall_entry *mall_entry, struct netlink_ext_ack *extack) argument
151 mlxsw_sp_mall_port_rule_add(struct mlxsw_sp_port *mlxsw_sp_port, struct mlxsw_sp_mall_entry *mall_entry, struct netlink_ext_ack *extack) argument
334 mlxsw_sp_mall_port_bind(struct mlxsw_sp_flow_block *block, struct mlxsw_sp_port *mlxsw_sp_port, struct netlink_ext_ack *extack) argument
379 mlxsw_sp1_mall_sample_add(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_port *mlxsw_sp_port, struct mlxsw_sp_mall_entry *mall_entry, struct netlink_ext_ack *extack) argument
411 mlxsw_sp2_mall_sample_add(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_port *mlxsw_sp_port, struct mlxsw_sp_mall_entry *mall_entry, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dtc.c124 struct netlink_ext_ack *extack)
149 NL_SET_ERR_MSG_MOD(extack, "Failed to store pedit MAC address in hw");
241 struct netlink_ext_ack *extack)
278 fm.mask->flags, extack))
299 NL_SET_ERR_MSG_FMT_MOD(extack, "Unsupported flower keys %#llx",
315 NL_SET_ERR_MSG_FMT_MOD(extack,
366 NL_SET_ERR_MSG_FMT_MOD(extack,
391 NL_SET_ERR_MSG_FMT_MOD(extack, "Unsupported match on enc_control.flags %#x",
396 NL_SET_ERR_MSG_FMT_MOD(extack, "Unsupported enc addr_type mask %u (key %u)",
417 NL_SET_ERR_MSG_FMT_MOD(extack,
122 efx_tc_flower_get_mac(struct efx_nic *efx, unsigned char h_addr[ETH_ALEN], struct netlink_ext_ack *extack) argument
238 efx_tc_flower_parse_match(struct efx_nic *efx, struct flow_rule *rule, struct efx_tc_match *match, struct netlink_ext_ack *extack) argument
492 efx_tc_flower_record_encap_match(struct efx_nic *efx, struct efx_tc_match *match, enum efx_encap_type type, enum efx_tc_em_pseudo_type em_type, u8 child_ip_tos_mask, __be16 child_udp_sport_mask, struct netlink_ext_ack *extack) argument
977 struct netlink_ext_ack *extack = tc->common.extack; local
1121 efx_tc_complete_mac_mangle(struct efx_nic *efx, struct efx_tc_action_set *act, struct efx_tc_mangler_state *mung, struct netlink_ext_ack *extack) argument
1161 efx_tc_pedit_add(struct efx_nic *efx, struct efx_tc_action_set *act, const struct flow_action_entry *fa, struct netlink_ext_ack *extack) argument
1242 efx_tc_mangle(struct efx_nic *efx, struct efx_tc_action_set *act, const struct flow_action_entry *fa, struct efx_tc_mangler_state *mung, struct netlink_ext_ack *extack, struct efx_tc_match *match) argument
1441 efx_tc_incomplete_mangle(struct efx_tc_mangler_state *mung, struct netlink_ext_ack *extack) argument
1461 struct netlink_ext_ack *extack = tc->common.extack; local
1565 struct netlink_ext_ack *extack = tc->common.extack; local
1676 struct netlink_ext_ack *extack = tc->common.extack; local
2001 struct netlink_ext_ack *extack = tc->common.extack; local
2075 struct netlink_ext_ack *extack = tc->common.extack; local
2559 struct netlink_ext_ack *extack = tc->common.extack; local
2608 struct netlink_ext_ack *extack = tc->common.extack; local
[all...]
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_devlink.h10 struct netlink_ext_ack *extack);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_xdp.h13 struct netlink_ext_ack *extack);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_xdp.h8 struct netlink_ext_ack *extack);
/linux-master/include/linux/can/
H A Dbittiming.h119 const struct can_bittiming_const *btc, struct netlink_ext_ack *extack);
127 const struct can_bittiming_const *btc, struct netlink_ext_ack *extack)
144 const struct can_bittiming_const *btc, struct netlink_ext_ack *extack);
150 struct netlink_ext_ack *extack);
126 can_calc_bittiming(const struct net_device *dev, struct can_bittiming *bt, const struct can_bittiming_const *btc, struct netlink_ext_ack *extack) argument

Completed in 279 milliseconds

1234567891011>>