Home
last modified time | relevance | path

Searched refs:innermost_ethertype_restriction (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mae.h139 struct sfc_mae_ethertype innermost_ethertype_restriction; member
H A Dsfc_mae.c474 if (pdata->innermost_ethertype_restriction.mask != 0 && in sfc_mae_rule_process_pattern_data()
514 if (pdata->innermost_ethertype_restriction.mask == RTE_BE16(0xffff)) { in sfc_mae_rule_process_pattern_data()
520 pdata->innermost_ethertype_restriction.value; in sfc_mae_rule_process_pattern_data()
523 pdata->innermost_ethertype_restriction.value) { in sfc_mae_rule_process_pattern_data()
1081 pdata->innermost_ethertype_restriction.value = ethertype_ipv4_be; in sfc_mae_rule_parse_item_ipv4()
1082 pdata->innermost_ethertype_restriction.mask = RTE_BE16(0xffff); in sfc_mae_rule_parse_item_ipv4()
1160 pdata->innermost_ethertype_restriction.value = ethertype_ipv6_be; in sfc_mae_rule_parse_item_ipv6()
1161 pdata->innermost_ethertype_restriction.mask = RTE_BE16(0xffff); in sfc_mae_rule_parse_item_ipv6()