Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_mae.c1257 et = &pdata->ethertypes[pdata->nb_vlan_tags]; in sfc_mae_set_ethertypes()
1274 et = &pdata->ethertypes[i]; in sfc_mae_set_ethertypes()
1295 struct sfc_mae_ethertype *ethertypes = pdata->ethertypes; in sfc_mae_rule_process_pattern_data() local
1330 rte_be16_t tpid_v = ethertypes[ethertype_idx].value; in sfc_mae_rule_process_pattern_data()
1331 rte_be16_t tpid_m = ethertypes[ethertype_idx].mask; in sfc_mae_rule_process_pattern_data()
1375 struct sfc_mae_ethertype *et = &ethertypes[ethertype_idx]; in sfc_mae_rule_process_pattern_data()
1918 struct sfc_mae_ethertype *ethertypes = pdata->ethertypes; in sfc_mae_rule_parse_item_eth() local
1930 ethertypes[0].value = item_spec->type; in sfc_mae_rule_parse_item_eth()
1931 ethertypes[0].mask = item_mask->type; in sfc_mae_rule_parse_item_eth()
2047 struct sfc_mae_ethertype *et = pdata->ethertypes; in sfc_mae_rule_parse_item_vlan()
H A Dsfc_mae.h298 struct sfc_mae_ethertype ethertypes[SFC_MAE_L2_MAX_NITEMS]; member
/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst364 * The network definitions of PPPoE ethertypes have been prefixed by ``RTE_``.