Home
last modified time | relevance | path

Searched defs:efx_tc_match_fields (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc.h87 struct efx_tc_match_fields { struct
89 u32 ingress_port;
90 u8 recirc_id; /* mapped from (u32) TC chain_index to smaller space */
92 __be16 eth_proto;
93 __be16 vlan_tci[2], vlan_proto[2];
94 u8 eth_saddr[ETH_ALEN], eth_daddr[ETH_ALEN];
96 u8 ip_proto, ip_tos, ip_ttl;
120 static inline bool efx_tc_match_is_encap(const struct efx_tc_match_fields *mask) in efx_tc_match_is_encap() argument