Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_mae.c1260 sizeof(et->value), in sfc_mae_set_ethertypes()
1262 sizeof(et->mask), in sfc_mae_set_ethertypes()
1274 et = &pdata->ethertypes[i]; in sfc_mae_set_ethertypes()
1278 sizeof(et->value), in sfc_mae_set_ethertypes()
1280 sizeof(et->mask), in sfc_mae_set_ethertypes()
1380 if (et->mask == 0) { in sfc_mae_rule_process_pattern_data()
1381 et->mask = RTE_BE16(0xffff); in sfc_mae_rule_process_pattern_data()
1382 et->value = enforced_et; in sfc_mae_rule_process_pattern_data()
1384 et->value != enforced_et) { in sfc_mae_rule_process_pattern_data()
1387 rte_be_to_cpu_16(et->value), in sfc_mae_rule_process_pattern_data()
[all …]
/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst426 "Scaling Up Clustered Network Appliances with ScaleBricks" Dong Zhou et al.
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst247 enum enumtype { ONE, TWO } et;