Lines Matching refs:extack

122 				struct netlink_ext_ack *extack,  in nfp_policer_validate()  argument
126 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()
167 struct netlink_ext_ack *extack) in nfp_flower_install_rate_limiter() argument
185 …NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on higher le… in nfp_flower_install_rate_limiter()
194 …NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on shared bl… in nfp_flower_install_rate_limiter()
199 …NL_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()
218 …NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload requires highest priority"… in nfp_flower_install_rate_limiter()
225 NL_SET_ERR_MSG_MOD(extack, in nfp_flower_install_rate_limiter()
230 err = nfp_policer_validate(&flow->rule->action, action, extack, true); in nfp_flower_install_rate_limiter()
236 NL_SET_ERR_MSG_MOD(extack, in nfp_flower_install_rate_limiter()
243 NL_SET_ERR_MSG_MOD(extack, in nfp_flower_install_rate_limiter()
248 NL_SET_ERR_MSG_MOD(extack, in nfp_flower_install_rate_limiter()
265 NL_SET_ERR_MSG_MOD(extack, in nfp_flower_install_rate_limiter()
291 struct netlink_ext_ack *extack) in nfp_flower_remove_rate_limiter() argument
302 …NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on higher le… in nfp_flower_remove_rate_limiter()
312 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: cannot remove qos entry that does not exist"); in nfp_flower_remove_rate_limiter()
467 struct netlink_ext_ack *extack) in nfp_flower_stats_rate_limiter() argument
477 …NL_SET_ERR_MSG_MOD(extack, "unsupported offload: qos rate limit offload not supported on higher le… in nfp_flower_stats_rate_limiter()
484 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: cannot find qos entry for stats update"); in nfp_flower_stats_rate_limiter()
524 struct netlink_ext_ack *extack = flow->common.extack; in nfp_flower_setup_qos_offload() local
528 …NL_SET_ERR_MSG_MOD(extack, "unsupported offload: loaded firmware does not support qos rate limit o… in nfp_flower_setup_qos_offload()
535 extack); in nfp_flower_setup_qos_offload()
538 extack); in nfp_flower_setup_qos_offload()
541 extack); in nfp_flower_setup_qos_offload()
689 struct netlink_ext_ack *extack) in nfp_act_install_actions() argument
707 NL_SET_ERR_MSG_MOD(extack, in nfp_act_install_actions()
712 err = nfp_policer_validate(&fl_act->action, action, extack, false); in nfp_act_install_actions()
723 NL_SET_ERR_MSG_MOD(extack, in nfp_act_install_actions()
747 struct netlink_ext_ack *extack) in nfp_act_remove_actions() argument
757 NL_SET_ERR_MSG_MOD(extack, in nfp_act_remove_actions()
765 NL_SET_ERR_MSG_MOD(extack, in nfp_act_remove_actions()
823 struct netlink_ext_ack *extack) in nfp_act_stats_actions() argument
831 NL_SET_ERR_MSG_MOD(extack, in nfp_act_stats_actions()
865 struct netlink_ext_ack *extack = fl_act->extack; in nfp_setup_tc_act_offload() local
873 return nfp_act_install_actions(app, fl_act, extack); in nfp_setup_tc_act_offload()
875 return nfp_act_remove_actions(app, fl_act, extack); in nfp_setup_tc_act_offload()
877 return nfp_act_stats_actions(app, fl_act, extack); in nfp_setup_tc_act_offload()