Lines Matching defs:extack

122 				struct netlink_ext_ack *extack,
126 NL_SET_ERR_MSG_MOD(extack,
134 NL_SET_ERR_MSG_MOD(extack,
141 NL_SET_ERR_MSG_MOD(extack,
149 NL_SET_ERR_MSG_MOD(extack,
156 NL_SET_ERR_MSG_MOD(extack,
167 struct netlink_ext_ack *extack)
185 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on higher level port");
194 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on shared blocks");
199 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on non-VF ports");
205 NL_SET_ERR_MSG_MOD(extack,
211 NL_SET_ERR_MSG_MOD(extack,
218 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload requires highest priority");
225 NL_SET_ERR_MSG_MOD(extack,
230 err = nfp_policer_validate(&flow->rule->action, action, extack, true);
236 NL_SET_ERR_MSG_MOD(extack,
243 NL_SET_ERR_MSG_MOD(extack,
248 NL_SET_ERR_MSG_MOD(extack,
265 NL_SET_ERR_MSG_MOD(extack,
291 struct netlink_ext_ack *extack)
302 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on higher level port");
312 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: cannot remove qos entry that does not exist");
467 struct netlink_ext_ack *extack)
477 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on higher level port");
484 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: cannot find qos entry for stats update");
524 struct netlink_ext_ack *extack = flow->common.extack;
529 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: loaded firmware does not support qos rate limit offload");
536 ret = nfp_flower_install_rate_limiter(app, netdev, flow, extack);
539 ret = nfp_flower_remove_rate_limiter(app, netdev, flow, extack);
542 ret = nfp_flower_stats_rate_limiter(app, netdev, flow, extack);
695 struct netlink_ext_ack *extack)
713 NL_SET_ERR_MSG_MOD(extack,
718 err = nfp_policer_validate(&fl_act->action, action, extack, false);
729 NL_SET_ERR_MSG_MOD(extack,
753 struct netlink_ext_ack *extack)
763 NL_SET_ERR_MSG_MOD(extack,
771 NL_SET_ERR_MSG_MOD(extack,
829 struct netlink_ext_ack *extack)
837 NL_SET_ERR_MSG_MOD(extack,
871 struct netlink_ext_ack *extack = fl_act->extack;
879 return nfp_act_install_actions(app, fl_act, extack);
881 return nfp_act_remove_actions(app, fl_act, extack);
883 return nfp_act_stats_actions(app, fl_act, extack);