Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mae.c419 et = &pdata->ethertypes[pdata->nb_vlan_tags]; in sfc_mae_set_ethertypes()
436 et = &pdata->ethertypes[i]; in sfc_mae_set_ethertypes()
457 struct sfc_mae_ethertype *ethertypes = pdata->ethertypes; in sfc_mae_rule_process_pattern_data() local
494 if (ethertypes[ethertype_idx].mask != RTE_BE16(0xffff)) { in sfc_mae_rule_process_pattern_data()
501 if (ethertypes[ethertype_idx].value == in sfc_mae_rule_process_pattern_data()
515 struct sfc_mae_ethertype *et = &ethertypes[ethertype_idx]; in sfc_mae_rule_process_pattern_data()
905 struct sfc_mae_ethertype *ethertypes = pdata->ethertypes; in sfc_mae_rule_parse_item_eth() local
912 ethertypes[0].value = item_spec->type; in sfc_mae_rule_parse_item_eth()
913 ethertypes[0].mask = item_mask->type; in sfc_mae_rule_parse_item_eth()
1002 struct sfc_mae_ethertype *ethertypes = pdata->ethertypes; in sfc_mae_rule_parse_item_vlan() local
[all …]
H A Dsfc_mae.h129 struct sfc_mae_ethertype ethertypes[SFC_MAE_L2_MAX_NITEMS]; member
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_11.rst432 * The network definitions of PPPoE ethertypes have been prefixed by ``RTE_``.