Searched refs:ethertypes (Results 1 – 3 of 3) sorted by relevance
419 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() local494 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 = ðertypes[ethertype_idx]; in sfc_mae_rule_process_pattern_data()905 struct sfc_mae_ethertype *ethertypes = pdata->ethertypes; in sfc_mae_rule_parse_item_eth() local912 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 …]
129 struct sfc_mae_ethertype ethertypes[SFC_MAE_L2_MAX_NITEMS]; member
432 * The network definitions of PPPoE ethertypes have been prefixed by ``RTE_``.