Searched refs:fco (Results 1 – 6 of 6) sorted by relevance
/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() 48 struct netlink_ext_ack *extack = st->fco->common.extack; in lan966x_tc_flower_handler_control_usage() 184 NL_SET_ERR_MSG_MOD(st->fco->common.extack, "ip_proto parse error"); in lan966x_tc_flower_handler_basic_usage() 192 NL_SET_ERR_MSG_MOD(st->fco->common.extack, in lan966x_tc_flower_handler_cvlan_usage() 235 .fco = f, in lan966x_tc_flower_use_dissectors() 261 struct flow_cls_offload *fco, in lan966x_tc_flower_action_check() argument 264 struct flow_rule *rule = flow_cls_offload_flow_rule(fco); in lan966x_tc_flower_action_check() 271 NL_SET_ERR_MSG_MOD(fco->common.extack, "No actions"); in lan966x_tc_flower_action_check() 275 if (!flow_action_basic_hw_stats_check(act, fco->common.extack)) in lan966x_tc_flower_action_check() 280 NL_SET_ERR_MSG_MOD(fco->common.extack, in lan966x_tc_flower_action_check() [all …]
|
/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 | 242 void vcap_set_tc_exterr(struct flow_cls_offload *fco, struct vcap_rule *vrule);
|
H A D | vcap_api.c | 2947 void vcap_set_tc_exterr(struct flow_cls_offload *fco, struct vcap_rule *vrule) in vcap_set_tc_exterr() argument 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() 2961 NL_SET_ERR_MSG_MOD(fco->common.extack, in vcap_set_tc_exterr() 2965 NL_SET_ERR_MSG_MOD(fco->common.extack, in vcap_set_tc_exterr() 2969 NL_SET_ERR_MSG_MOD(fco->common.extack, in vcap_set_tc_exterr()
|
/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_tc.h | 105 int sparx5_tc_flower(struct net_device *ndev, struct flow_cls_offload *fco,
|