Searched defs:efx_tc_match_fields (Results 1 – 1 of 1) sorted by relevance
89 struct efx_tc_match_fields { struct91 u32 ingress_port;92 u8 recirc_id; /* mapped from (u32) TC chain_index to smaller space */94 __be16 eth_proto;95 __be16 vlan_tci[2], vlan_proto[2];96 u8 eth_saddr[ETH_ALEN], eth_daddr[ETH_ALEN];98 u8 ip_proto, ip_tos, ip_ttl;122 static inline bool efx_tc_match_is_encap(const struct efx_tc_match_fields *mask) in efx_tc_match_is_encap() argument