Home
last modified time | relevance | path

Searched refs:enc_ip_tos (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc.h111 u8 enc_ip_tos, enc_ip_ttl; member
124 !ipv6_addr_any(&mask->enc_dst_ip6) || mask->enc_ip_tos || in efx_tc_match_is_encap()
H A Dtc.c423 MAP_ENC_KEY_AND_MASK(IP, ip, enc_ip, tos, enc_ip_tos); in efx_tc_flower_parse_match()
547 if (match->mask.enc_sport || match->mask.enc_ip_tos) { in efx_tc_flower_record_encap_match()
554 pmatch.value.enc_ip_tos = 0; in efx_tc_flower_record_encap_match()
555 pmatch.mask.enc_ip_tos = 0; in efx_tc_flower_record_encap_match()
560 match->mask.enc_ip_tos, in efx_tc_flower_record_encap_match()
573 rc = efx_mae_check_encap_match_caps(efx, ipv6, match->mask.enc_ip_tos, in efx_tc_flower_record_encap_match()
591 encap->ip_tos = match->value.enc_ip_tos; in efx_tc_flower_record_encap_match()
592 encap->ip_tos_mask = match->mask.enc_ip_tos; in efx_tc_flower_record_encap_match()
H A Dmae.c1676 if (WARN_ON_ONCE(match->mask.enc_ip_tos)) in efx_mae_populate_lhs_match_criteria()
2163 WARN_ON_ONCE(match->mask.enc_ip_tos) || in efx_mae_populate_match_criteria()