Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_mae.c1308 unsigned int ethertype_idx; in sfc_mae_rule_process_pattern_data() local
1328 for (ethertype_idx = 0; in sfc_mae_rule_process_pattern_data()
1329 ethertype_idx < pdata->nb_vlan_tags; ++ethertype_idx) { in sfc_mae_rule_process_pattern_data()
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()
1342 if (pdata->tci_masks[ethertype_idx] == RTE_BE16(0)) in sfc_mae_rule_process_pattern_data()
1343 enforce_tag_presence[ethertype_idx] = B_TRUE; in sfc_mae_rule_process_pattern_data()
1358 for (tpid_idx = pdata->nb_vlan_tags - ethertype_idx - 1; in sfc_mae_rule_process_pattern_data()
1375 struct sfc_mae_ethertype *et = &ethertypes[ethertype_idx]; in sfc_mae_rule_process_pattern_data()