Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c2497 unsigned enabled_portcount = 0; in initialize_ports() local
2612 if (enabled_portcount % 2) { in initialize_ports()
2620 enabled_portcount++; in initialize_ports()
2623 if (enabled_portcount == 1) { in initialize_ports()
2625 } else if (enabled_portcount % 2) { in initialize_ports()
2632 return enabled_portcount; in initialize_ports()
2671 int ret, enabled_cdevcount, enabled_portcount; in main() local
2707 enabled_portcount = initialize_ports(&options); in main()
2708 if (enabled_portcount < 1) in main()
2753 if (enabled_cdevcount < enabled_portcount) in main()
[all …]