Searched refs:extack (Results 101 - 125 of 792) sorted by relevance

1234567891011>>

/linux-master/net/sched/
H A Dsch_api.c414 struct netlink_ext_ack *extack)
421 NL_SET_ERR_MSG(extack, "Invalid rate table parameters for searching");
443 NL_SET_ERR_MSG(extack, "Failed to allocate new qdisc rate table");
476 struct netlink_ext_ack *extack)
486 extack);
490 NL_SET_ERR_MSG(extack, "Size table base attribute is missing");
498 NL_SET_ERR_MSG(extack, "Size table data attribute is missing");
506 NL_SET_ERR_MSG(extack, "Invalid size of size table");
522 NL_SET_ERR_MSG(extack, "Invalid logarithmic size of size table");
854 struct netlink_ext_ack *extack)
412 qdisc_get_rtab(struct tc_ratespec *r, struct nlattr *tab, struct netlink_ext_ack *extack) argument
475 qdisc_get_stab(struct nlattr *opt, struct netlink_ext_ack *extack) argument
851 qdisc_offload_graft_helper(struct net_device *dev, struct Qdisc *sch, struct Qdisc *new, struct Qdisc *old, enum tc_setup_type type, void *type_data, struct netlink_ext_ack *extack) argument
897 qdisc_offload_graft_root(struct net_device *dev, struct Qdisc *new, struct Qdisc *old, struct netlink_ext_ack *extack) argument
912 tc_fill_qdisc(struct sk_buff *skb, struct Qdisc *q, u32 clid, u32 portid, u32 seq, u16 flags, int event, struct netlink_ext_ack *extack) argument
1006 qdisc_get_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, u32 clid, struct Qdisc *q, struct netlink_ext_ack *extack) argument
1032 qdisc_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, u32 clid, struct Qdisc *old, struct Qdisc *new, struct netlink_ext_ack *extack) argument
1067 notify_and_destroy(struct net *net, struct sk_buff *skb, struct nlmsghdr *n, u32 clid, struct Qdisc *old, struct Qdisc *new, struct netlink_ext_ack *extack) argument
1101 qdisc_graft(struct net_device *dev, struct Qdisc *parent, struct sk_buff *skb, struct nlmsghdr *n, u32 classid, struct Qdisc *new, struct Qdisc *old, struct netlink_ext_ack *extack) argument
1212 qdisc_block_indexes_set(struct Qdisc *sch, struct nlattr **tca, struct netlink_ext_ack *extack) argument
1252 qdisc_create(struct net_device *dev, struct netdev_queue *dev_queue, u32 parent, u32 handle, struct nlattr **tca, int *errp, struct netlink_ext_ack *extack) argument
1402 qdisc_change(struct Qdisc *sch, struct nlattr **tca, struct netlink_ext_ack *extack) argument
1503 tc_get_qdisc(struct sk_buff *skb, struct nlmsghdr *n, struct netlink_ext_ack *extack) argument
1602 tc_modify_qdisc(struct sk_buff *skb, struct nlmsghdr *n, struct netlink_ext_ack *extack) argument
1911 tc_fill_tclass(struct sk_buff *skb, struct Qdisc *q, unsigned long cl, u32 portid, u32 seq, u16 flags, int event, struct netlink_ext_ack *extack) argument
1962 tclass_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, struct Qdisc *q, unsigned long cl, int event, struct netlink_ext_ack *extack) argument
1985 tclass_get_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, struct Qdisc *q, unsigned long cl, struct netlink_ext_ack *extack) argument
2006 tclass_del_notify(struct net *net, const struct Qdisc_class_ops *cops, struct sk_buff *oskb, struct nlmsghdr *n, struct Qdisc *q, unsigned long cl, struct netlink_ext_ack *extack) argument
2129 tc_ctl_tclass(struct sk_buff *skb, struct nlmsghdr *n, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/crypto/
H A Dipsec.c270 struct netlink_ext_ack *extack)
291 NL_SET_ERR_MSG_MOD(extack, "Unsupported mode for xfrm offload");
303 NL_SET_ERR_MSG_MOD(extack, "Unsupported protocol for xfrm offload");
308 NL_SET_ERR_MSG_MOD(extack, "Unsupported XFRM_REPLAY_MODE_ESN for xfrm offload");
313 NL_SET_ERR_MSG_MOD(extack, "Unsupported xfrm offload type");
330 NL_SET_ERR_MSG_MOD(extack, "Unsupported authentication algorithm");
340 NL_SET_ERR_MSG_MOD(extack, "Unsupported authentication algorithm");
358 NL_SET_ERR_MSG_MOD(extack, "Unsupported authentication algorithm");
363 NL_SET_ERR_MSG_MOD(extack, "Unsupported authentication algorithm trunc length");
370 NL_SET_ERR_MSG_MOD(extack, "Insufficien
269 nfp_net_xfrm_add_state(struct xfrm_state *x, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/net/bridge/
H A Dbr_sysfs_br.c34 struct netlink_ext_ack *extack))
37 struct netlink_ext_ack extack = {0}; local
51 err = (*set)(br, val, &extack);
54 if (extack._msg) {
56 br_err(br, "%s\n", extack._msg);
58 br_warn(br, "%s\n", extack._msg);
74 struct netlink_ext_ack *extack)
95 struct netlink_ext_ack *extack)
116 struct netlink_ext_ack *extack)
136 struct netlink_ext_ack *extack)
31 store_bridge_parm(struct device *d, const char *buf, size_t len, int (*set)(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack)) argument
73 set_forward_delay(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
94 set_hello_time(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
115 set_max_age(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
135 set_ageing_time(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
157 set_stp_state(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
179 set_group_fwd_mask(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
207 set_priority(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
344 set_flush(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
371 set_no_linklocal_learn(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
393 set_multicast_router(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
432 set_query_use_ifaddr(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
456 set_multicast_querier(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
476 set_elasticity(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
500 set_hash_max(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
523 set_multicast_igmp_version(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
545 set_last_member_count(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
567 set_startup_query_count(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
590 set_last_member_interval(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
613 set_membership_interval(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
637 set_querier_interval(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
661 set_query_interval(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
685 set_query_response_interval(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
709 set_startup_query_interval(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
734 set_stats_enabled(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
760 set_multicast_mld_version(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
783 set_nf_call_iptables(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
805 set_nf_call_ip6tables(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
827 set_nf_call_arptables(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
899 set_vlan_stats_enabled(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
921 set_vlan_stats_per_port(struct net_bridge *br, unsigned long val, struct netlink_ext_ack *extack) argument
[all...]
H A Dbr_cfm.c500 struct netlink_ext_ack *extack)
508 NL_SET_ERR_MSG_MOD(extack,
513 NL_SET_ERR_MSG_MOD(extack,
518 NL_SET_ERR_MSG_MOD(extack,
523 NL_SET_ERR_MSG_MOD(extack,
529 NL_SET_ERR_MSG_MOD(extack,
535 NL_SET_ERR_MSG_MOD(extack,
544 NL_SET_ERR_MSG_MOD(extack,
596 struct netlink_ext_ack *extack)
604 NL_SET_ERR_MSG_MOD(extack,
497 br_cfm_mep_create(struct net_bridge *br, const u32 instance, struct br_cfm_mep_create *const create, struct netlink_ext_ack *extack) argument
594 br_cfm_mep_delete(struct net_bridge *br, const u32 instance, struct netlink_ext_ack *extack) argument
614 br_cfm_mep_config_set(struct net_bridge *br, const u32 instance, const struct br_cfm_mep_config *const config, struct netlink_ext_ack *extack) argument
635 br_cfm_cc_config_set(struct net_bridge *br, const u32 instance, const struct br_cfm_cc_config *const config, struct netlink_ext_ack *extack) argument
673 br_cfm_cc_peer_mep_add(struct net_bridge *br, const u32 instance, u32 mepid, struct netlink_ext_ack *extack) argument
712 br_cfm_cc_peer_mep_remove(struct net_bridge *br, const u32 instance, u32 mepid, struct netlink_ext_ack *extack) argument
743 br_cfm_cc_rdi_set(struct net_bridge *br, const u32 instance, const bool rdi, struct netlink_ext_ack *extack) argument
762 br_cfm_cc_ccm_tx(struct net_bridge *br, const u32 instance, const struct br_cfm_cc_ccm_tx_info *const tx_info, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/lib/
H A Dnlattr.c63 struct netlink_ext_ack *extack,
91 struct netlink_ext_ack *extack,
104 NL_SET_ERR_MSG_ATTR_POL(extack, entry, policy,
110 maxtype, policy, validate, extack,
172 struct netlink_ext_ack *extack,
217 NL_SET_ERR_MSG_ATTR_POL(extack, nla, pt,
230 NL_SET_ERR_MSG_ATTR_POL(extack, nla, pt,
233 NL_SET_ERR_MSG_ATTR_POL(extack, nla, pt,
289 struct netlink_ext_ack *extack)
317 NL_SET_ERR_MSG_ATTR_POL(extack, nl
89 nla_validate_array(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack, unsigned int validate, unsigned int depth) argument
170 nla_validate_range_unsigned(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack, unsigned int validate) argument
287 nla_validate_int_range_signed(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack) argument
325 nla_validate_int_range(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack, unsigned int validate) argument
353 nla_validate_mask(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack) argument
393 validate_nla(const struct nlattr *nla, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, unsigned int depth) argument
604 __nla_validate_parse(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, struct nlattr **tb, unsigned int depth) argument
673 __nla_validate(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) argument
727 __nla_parse(struct nlattr **tb, int maxtype, const struct nlattr *head, int len, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.h112 struct netlink_ext_ack *extack);
118 struct netlink_ext_ack *extack);
155 struct netlink_ext_ack *extack)
162 NL_SET_ERR_MSG_MOD(extack, "mlx5 tc ct offload isn't enabled.");
176 struct netlink_ext_ack *extack)
178 NL_SET_ERR_MSG_MOD(extack, "mlx5 tc ct offload isn't enabled.");
151 mlx5_tc_ct_match_add(struct mlx5_tc_ct_priv *priv, struct mlx5_flow_spec *spec, struct flow_cls_offload *f, struct mlx5_ct_attr *ct_attr, struct netlink_ext_ack *extack) argument
173 mlx5_tc_ct_parse_action(struct mlx5_tc_ct_priv *priv, struct mlx5_flow_attr *attr, const struct flow_action_entry *act, struct netlink_ext_ack *extack) argument
/linux-master/net/ethtool/
H A Dmodule.c29 struct netlink_ext_ack *extack)
36 return ops->get_module_power_mode(dev, &data->power, extack);
51 ret = module_get_power_mode(dev, data, info->extack);
113 NL_SET_ERR_MSG_ATTR(info->extack,
135 ret = ops->get_module_power_mode(dev, &power, info->extack);
142 ret = ops->set_module_power_mode(dev, &power_new, info->extack);
27 module_get_power_mode(struct net_device *dev, struct module_reply_data *data, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.h50 struct netlink_ext_ack *extack);
53 struct netlink_ext_ack *extack);
57 struct netlink_ext_ack *extack);
61 struct netlink_ext_ack *extack);
85 struct netlink_ext_ack *extack);
92 struct netlink_ext_ack *extack);
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Ddevlink.c41 struct netlink_ext_ack *extack)
68 struct netlink_ext_ack *extack)
85 struct netlink_ext_ack *extack)
89 return pdsc_firmware_update(pdsc, params->fw, extack);
99 struct netlink_ext_ack *extack)
158 struct netlink_ext_ack *extack)
39 pdsc_dl_enable_set(struct devlink *dl, u32 id, struct devlink_param_gset_ctx *ctx, struct netlink_ext_ack *extack) argument
66 pdsc_dl_enable_validate(struct devlink *dl, u32 id, union devlink_param_value val, struct netlink_ext_ack *extack) argument
83 pdsc_dl_flash_update(struct devlink *dl, struct devlink_flash_update_params *params, struct netlink_ext_ack *extack) argument
98 pdsc_dl_info_get(struct devlink *dl, struct devlink_info_req *req, struct netlink_ext_ack *extack) argument
156 pdsc_fw_reporter_diagnose(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_devlink.c14 struct netlink_ext_ack *extack)
18 return ionic_firmware_update(ionic->lif, params->fw, extack);
22 struct netlink_ext_ack *extack)
12 ionic_dl_flash_update(struct devlink *dl, struct devlink_flash_update_params *params, struct netlink_ext_ack *extack) argument
21 ionic_dl_info_get(struct devlink *dl, struct devlink_info_req *req, struct netlink_ext_ack *extack) argument
H A Dionic_fw.c63 struct netlink_ext_ack *extack)
85 NL_SET_ERR_MSG_MOD(extack, "Firmware wait timed out");
88 NL_SET_ERR_MSG_MOD(extack, "Firmware wait failed");
95 struct netlink_ext_ack *extack)
145 NL_SET_ERR_MSG_MOD(extack, "Segment download failed");
163 NL_SET_ERR_MSG_MOD(extack, "Failed to start firmware install");
170 extack);
182 NL_SET_ERR_MSG_MOD(extack, "Failed to start firmware select");
189 extack);
59 ionic_fw_status_long_wait(struct ionic *ionic, const char *label, unsigned long timeout, u8 fw_cmd, struct netlink_ext_ack *extack) argument
94 ionic_firmware_update(struct ionic_lif *lif, const struct firmware *fw, struct netlink_ext_ack *extack) argument
/linux-master/net/ipv4/
H A Dxfrm4_tunnel.c25 static int ipip_init_state(struct xfrm_state *x, struct netlink_ext_ack *extack) argument
28 NL_SET_ERR_MSG(extack, "IPv4 tunnel can only be used with tunnel mode");
33 NL_SET_ERR_MSG(extack, "IPv4 tunnel is not compatible with encapsulation");
/linux-master/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink_port.c115 * @extack: extended netdev ack structure
122 struct netlink_ext_ack *extack)
131 NL_SET_ERR_MSG_MOD(extack, "Port split request failed");
139 NL_SET_ERR_MSG_MOD(extack, "Failed to acquire NVM semaphore");
147 NL_SET_ERR_MSG_MOD(extack, "Port split request failed to save data");
154 NL_SET_ERR_MSG_MOD(extack, "Reboot required to finish port split");
163 * @extack: extended netdev ack structure
178 unsigned int count, struct netlink_ext_ack *extack)
194 NL_SET_ERR_MSG_MOD(extack, "Failed to get available port split options");
216 NL_SET_ERR_MSG_MOD(extack, "Requeste
121 ice_devlink_aq_set_port_option(struct ice_pf *pf, u8 option_idx, struct netlink_ext_ack *extack) argument
177 ice_devlink_port_split(struct devlink *devlink, struct devlink_port *port, unsigned int count, struct netlink_ext_ack *extack) argument
250 ice_devlink_port_unsplit(struct devlink *devlink, struct devlink_port *port, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c36 * @extack: error reporting
38 * If reset is in progress, fill extack with error.
44 static bool ice_dpll_is_reset(struct ice_pf *pf, struct netlink_ext_ack *extack) argument
47 NL_SET_ERR_MSG(extack, "PF reset in progress");
59 * @extack: error reporting
71 struct netlink_ext_ack *extack)
91 NL_SET_ERR_MSG_FMT(extack,
110 * @extack: error reporting
124 struct netlink_ext_ack *extack,
132 if (ice_dpll_is_reset(pf, extack))
69 ice_dpll_pin_freq_set(struct ice_pf *pf, struct ice_dpll_pin *pin, enum ice_dpll_pin_type pin_type, const u32 freq, struct netlink_ext_ack *extack) argument
121 ice_dpll_frequency_set(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, const u32 frequency, struct netlink_ext_ack *extack, enum ice_dpll_pin_type pin_type) argument
159 ice_dpll_input_frequency_set(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, u64 frequency, struct netlink_ext_ack *extack) argument
184 ice_dpll_output_frequency_set(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, u64 frequency, struct netlink_ext_ack *extack) argument
210 ice_dpll_frequency_get(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, u64 *frequency, struct netlink_ext_ack *extack, enum ice_dpll_pin_type pin_type) argument
243 ice_dpll_input_frequency_get(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, u64 *frequency, struct netlink_ext_ack *extack) argument
268 ice_dpll_output_frequency_get(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, u64 *frequency, struct netlink_ext_ack *extack) argument
292 ice_dpll_pin_enable(struct ice_hw *hw, struct ice_dpll_pin *pin, u8 dpll_idx, enum ice_dpll_pin_type pin_type, struct netlink_ext_ack *extack) argument
341 ice_dpll_pin_disable(struct ice_hw *hw, struct ice_dpll_pin *pin, enum ice_dpll_pin_type pin_type, struct netlink_ext_ack *extack) argument
388 ice_dpll_pin_state_update(struct ice_pf *pf, struct ice_dpll_pin *pin, enum ice_dpll_pin_type pin_type, struct netlink_ext_ack *extack) argument
505 ice_dpll_hw_input_prio_set(struct ice_pf *pf, struct ice_dpll *dpll, struct ice_dpll_pin *pin, const u32 prio, struct netlink_ext_ack *extack) argument
541 ice_dpll_lock_status_get(const struct dpll_device *dpll, void *dpll_priv, enum dpll_lock_status *status, enum dpll_lock_status_error *status_error, struct netlink_ext_ack *extack) argument
570 ice_dpll_mode_get(const struct dpll_device *dpll, void *dpll_priv, enum dpll_mode *mode, struct netlink_ext_ack *extack) argument
602 ice_dpll_pin_state_set(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, bool enable, struct netlink_ext_ack *extack, enum ice_dpll_pin_type pin_type) argument
645 ice_dpll_output_state_set(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, enum dpll_pin_state state, struct netlink_ext_ack *extack) argument
678 ice_dpll_input_state_set(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, enum dpll_pin_state state, struct netlink_ext_ack *extack) argument
707 ice_dpll_pin_state_get(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, enum dpll_pin_state *state, struct netlink_ext_ack *extack, enum ice_dpll_pin_type pin_type) argument
752 ice_dpll_output_state_get(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, enum dpll_pin_state *state, struct netlink_ext_ack *extack) argument
778 ice_dpll_input_state_get(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, enum dpll_pin_state *state, struct netlink_ext_ack *extack) argument
804 ice_dpll_input_prio_get(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, u32 *prio, struct netlink_ext_ack *extack) argument
836 ice_dpll_input_prio_set(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, u32 prio, struct netlink_ext_ack *extack) argument
870 ice_dpll_input_direction(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, enum dpll_pin_direction *direction, struct netlink_ext_ack *extack) argument
895 ice_dpll_output_direction(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, enum dpll_pin_direction *direction, struct netlink_ext_ack *extack) argument
922 ice_dpll_pin_phase_adjust_get(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, s32 *phase_adjust, struct netlink_ext_ack *extack) argument
956 ice_dpll_pin_phase_adjust_set(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, s32 phase_adjust, struct netlink_ext_ack *extack, enum ice_dpll_pin_type type) argument
1025 ice_dpll_input_phase_adjust_set(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, s32 phase_adjust, struct netlink_ext_ack *extack) argument
1053 ice_dpll_output_phase_adjust_set(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, s32 phase_adjust, struct netlink_ext_ack *extack) argument
1084 ice_dpll_phase_offset_get(const struct dpll_pin *pin, void *pin_priv, const struct dpll_device *dpll, void *dpll_priv, s64 *phase_offset, struct netlink_ext_ack *extack) argument
1118 ice_dpll_rclk_state_on_pin_set(const struct dpll_pin *pin, void *pin_priv, const struct dpll_pin *parent_pin, void *parent_pin_priv, enum dpll_pin_state state, struct netlink_ext_ack *extack) argument
1176 ice_dpll_rclk_state_on_pin_get(const struct dpll_pin *pin, void *pin_priv, const struct dpll_pin *parent_pin, void *parent_pin_priv, enum dpll_pin_state *state, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c156 struct netlink_ext_ack *extack)
160 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: geneve options exceed maximum length");
178 struct netlink_ext_ack *extack)
197 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: encap options not supported on vxlan tunnels");
203 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: loaded firmware does not support geneve offload");
221 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: loaded firmware does not support geneve option offload");
225 ipv6, extack);
230 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: tunnel type unknown");
243 struct netlink_ext_ack *extack)
254 NL_SET_ERR_MSG_MOD(extack, "unsupporte
154 nfp_flower_calc_opt_layer(struct flow_dissector_key_enc_opts *enc_opts, u32 *key_layer_two, int *key_size, bool ipv6, struct netlink_ext_ack *extack) argument
173 nfp_flower_calc_udp_tun_layer(struct flow_dissector_key_ports *enc_ports, struct flow_dissector_key_enc_opts *enc_op, u32 *key_layer_two, u8 *key_layer, int *key_size, struct nfp_flower_priv *priv, enum nfp_flower_tun_type *tun_type, bool ipv6, struct netlink_ext_ack *extack) argument
238 nfp_flower_calculate_key_layers(struct nfp_app *app, struct net_device *netdev, struct nfp_fl_key_ls *ret_key_ls, struct flow_rule *rule, enum nfp_flower_tun_type *tun_type, struct netlink_ext_ack *extack) argument
1123 nfp_flower_validate_pre_tun_rule(struct nfp_app *app, struct nfp_fl_payload *flow, struct nfp_fl_key_ls *key_ls, struct netlink_ext_ack *extack) argument
1334 struct netlink_ext_ack *extack = NULL; local
1552 struct netlink_ext_ack *extack = NULL; local
1689 struct netlink_ext_ack *extack = NULL; local
[all...]
/linux-master/net/hsr/
H A Dhsr_slave.h18 enum hsr_port_type pt, struct netlink_ext_ack *extack);
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Ddevlink.h22 struct netlink_ext_ack *extack);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_police.h39 struct netlink_ext_ack *extack);
/linux-master/drivers/net/can/c_can/
H A Dc_can_ethtool.c17 struct netlink_ext_ack *extack)
14 c_can_get_ringparam(struct net_device *netdev, struct ethtool_ringparam *ring, struct kernel_ethtool_ringparam *kernel_ring, struct netlink_ext_ack *extack) argument
/linux-master/include/net/
H A Dipcomp.h25 int ipcomp_init_state(struct xfrm_state *x, struct netlink_ext_ack *extack);
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.h15 struct netlink_ext_ack *extack);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dtun.c15 NL_SET_ERR_MSG_MOD(parse_state->extack,
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_devlink.c12 struct netlink_ext_ack *extack)
19 NL_SET_ERR_MSG_MOD(extack,
26 NL_SET_ERR_MSG_MOD(extack,
36 struct netlink_ext_ack *extack)
10 otx2_dl_mcam_count_validate(struct devlink *devlink, u32 id, union devlink_param_value val, struct netlink_ext_ack *extack) argument
34 otx2_dl_mcam_count_set(struct devlink *devlink, u32 id, struct devlink_param_gset_ctx *ctx, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c402 struct netlink_ext_ack *extack)
405 NL_SET_ERR_MSG_MOD(extack, "Cannot offload authenticated xfrm states");
409 NL_SET_ERR_MSG_MOD(extack, "Only AES-GCM-ICV16 xfrm state may be offloaded");
413 NL_SET_ERR_MSG_MOD(extack, "Cannot offload compressed xfrm states");
418 NL_SET_ERR_MSG_MOD(extack, "Cannot offload ESN xfrm states");
423 NL_SET_ERR_MSG_MOD(extack, "Only IPv4/6 xfrm states may be offloaded");
427 NL_SET_ERR_MSG_MOD(extack, "Only ESP xfrm state may be offloaded");
432 NL_SET_ERR_MSG_MOD(extack, "Encapsulation is not supported");
437 NL_SET_ERR_MSG_MOD(extack, "Encapsulation other than UDP is not supported");
442 NL_SET_ERR_MSG_MOD(extack, "Encapsulatio
400 mlx5e_xfrm_validate_state(struct mlx5_core_dev *mdev, struct xfrm_state *x, struct netlink_ext_ack *extack) argument
683 mlx5e_xfrm_add_state(struct xfrm_state *x, struct netlink_ext_ack *extack) argument
1024 mlx5e_xfrm_validate_policy(struct mlx5_core_dev *mdev, struct xfrm_policy *x, struct netlink_ext_ack *extack) argument
1111 mlx5e_xfrm_add_policy(struct xfrm_policy *x, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c37 struct netlink_ext_ack *extack)
43 NL_SET_ERR_MSG_MOD(extack,
49 rc = bnxt_flash_package_from_fw_obj(bp->dev, params->fw, 0, extack);
102 struct netlink_ext_ack *extack)
163 struct netlink_ext_ack *extack)
196 struct netlink_ext_ack *extack)
300 struct netlink_ext_ack *extack);
303 bnxt_dl_livepatch_report_err(struct bnxt *bp, struct netlink_ext_ack *extack, argument
311 NL_SET_ERR_MSG_MOD(extack, "Invalid opcode");
314 NL_SET_ERR_MSG_MOD(extack, "Liv
35 bnxt_dl_flash_update(struct devlink *dl, struct devlink_flash_update_params *params, struct netlink_ext_ack *extack) argument
100 bnxt_fw_diagnose(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, struct netlink_ext_ack *extack) argument
161 bnxt_fw_dump(struct devlink_health_reporter *reporter, struct devlink_fmsg *fmsg, void *priv_ctx, struct netlink_ext_ack *extack) argument
194 bnxt_fw_recover(struct devlink_health_reporter *reporter, void *priv_ctx, struct netlink_ext_ack *extack) argument
353 bnxt_dl_livepatch_activate(struct bnxt *bp, struct netlink_ext_ack *extack) argument
430 bnxt_dl_reload_down(struct devlink *dl, bool netns_change, enum devlink_reload_action action, enum devlink_reload_limit limit, struct netlink_ext_ack *extack) argument
507 bnxt_dl_reload_up(struct devlink *dl, enum devlink_reload_action action, enum devlink_reload_limit limit, u32 *actions_performed, struct netlink_ext_ack *extack) argument
579 bnxt_nvm_test(struct bnxt *bp, struct netlink_ext_ack *extack) argument
617 bnxt_dl_selftest_check(struct devlink *dl, unsigned int id, struct netlink_ext_ack *extack) argument
623 bnxt_dl_selftest_run(struct devlink *dl, unsigned int id, struct netlink_ext_ack *extack) argument
847 bnxt_dl_info_get(struct devlink *dl, struct devlink_info_req *req, struct netlink_ext_ack *extack) argument
1101 bnxt_dl_nvm_param_set(struct devlink *dl, u32 id, struct devlink_param_gset_ctx *ctx, struct netlink_ext_ack *extack) argument
1119 bnxt_dl_msix_validate(struct devlink *dl, u32 id, union devlink_param_value val, struct netlink_ext_ack *extack) argument
1151 bnxt_remote_dev_reset_set(struct devlink *dl, u32 id, struct devlink_param_gset_ctx *ctx, struct netlink_ext_ack *extack) argument
[all...]

Completed in 241 milliseconds

1234567891011>>