Searched refs:ethertypes (Results 1 – 3 of 3) sorted by relevance
1257 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() local1330 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 = ðertypes[ethertype_idx]; in sfc_mae_rule_process_pattern_data()1918 struct sfc_mae_ethertype *ethertypes = pdata->ethertypes; in sfc_mae_rule_parse_item_eth() local1930 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()
298 struct sfc_mae_ethertype ethertypes[SFC_MAE_L2_MAX_NITEMS]; member
364 * The network definitions of PPPoE ethertypes have been prefixed by ``RTE_``.