Searched refs:fco (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_tc_flower.c | 77 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() 281 struct flow_cls_offload *fco, in sparx5_tc_flower_action_check() argument 284 struct flow_rule *rule = flow_cls_offload_flow_rule(fco); in sparx5_tc_flower_action_check() 291 NL_SET_ERR_MSG_MOD(fco->common.extack, "No actions"); in sparx5_tc_flower_action_check() 295 if (!flow_action_basic_hw_stats_check(act, fco->common.extack)) in sparx5_tc_flower_action_check() [all …]
|
H A D | sparx5_tc.h | 105 int sparx5_tc_flower(struct net_device *ndev, struct flow_cls_offload *fco,
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_tc_flower.c | 37 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() 229 .fco = f, in lan966x_tc_flower_use_dissectors() 255 struct flow_cls_offload *fco, in lan966x_tc_flower_action_check() argument 258 struct flow_rule *rule = flow_cls_offload_flow_rule(fco); in lan966x_tc_flower_action_check() 265 NL_SET_ERR_MSG_MOD(fco->common.extack, "No actions"); in lan966x_tc_flower_action_check() 269 if (!flow_action_basic_hw_stats_check(act, fco->common.extack)) in lan966x_tc_flower_action_check() 274 NL_SET_ERR_MSG_MOD(fco->common.extack, in lan966x_tc_flower_action_check() [all …]
|
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_tc.c | 58 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "eth_addr parse error"); in vcap_tc_flower_handler_ethaddr_usage() 94 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ipv4_addr parse error"); in vcap_tc_flower_handler_ipv4_usage() 130 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ipv6_addr parse error"); in vcap_tc_flower_handler_ipv6_usage() 166 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "port parse error"); in vcap_tc_flower_handler_portnum_usage() 208 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "cvlan parse error"); in vcap_tc_flower_handler_cvlan_usage() 245 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "vlan parse error"); in vcap_tc_flower_handler_vlan_usage() 321 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "tcp_flags parse error"); in vcap_tc_flower_handler_tcp_usage() 384 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "arp parse error"); in vcap_tc_flower_handler_arp_usage() 409 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ip_tos parse error"); in vcap_tc_flower_handler_ip_usage()
|
H A D | vcap_tc.h | 10 struct flow_cls_offload *fco; member
|
H A D | vcap_api_client.h | 240 void vcap_set_tc_exterr(struct flow_cls_offload *fco, struct vcap_rule *vrule);
|
H A D | vcap_api.c | 2935 void vcap_set_tc_exterr(struct flow_cls_offload *fco, struct vcap_rule *vrule) in vcap_set_tc_exterr() argument 2941 NL_SET_ERR_MSG_MOD(fco->common.extack, in vcap_set_tc_exterr() 2945 NL_SET_ERR_MSG_MOD(fco->common.extack, in vcap_set_tc_exterr() 2949 NL_SET_ERR_MSG_MOD(fco->common.extack, in vcap_set_tc_exterr() 2953 NL_SET_ERR_MSG_MOD(fco->common.extack, in vcap_set_tc_exterr() 2957 NL_SET_ERR_MSG_MOD(fco->common.extack, in vcap_set_tc_exterr()
|