Home
last modified time | relevance | path

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

/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dinit.c182 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
191 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
231 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/server_node_efd/server/
H A Dinit.c247 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
256 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
295 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/vm_power_manager/
H A Dmain.c238 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
246 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
289 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c376 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
385 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
424 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/link_status_interrupt/
H A Dmain.c477 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
486 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
525 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/ipv4_multicast/
H A Dmain.c589 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
598 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
638 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/l2fwd-keepalive/
H A Dmain.c448 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
457 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
496 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/l2fwd-event/
H A Dmain.c399 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
408 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
451 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/l2fwd/
H A Dmain.c580 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
589 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
632 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/app/test/
H A Dtest_pmd_perf.c122 #define MAX_CHECK_TIME 30 /* 3s (30 * 100ms) in total */ in check_all_ports_link_status() macro
131 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
172 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) in check_all_ports_link_status()
/dpdk/examples/l3fwd-graph/
H A Dmain.c573 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
582 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
626 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c696 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
705 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
744 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/ip_fragmentation/
H A Dmain.c594 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
603 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
642 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/kni/
H A Dmain.c658 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
667 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
706 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/ip_reassembly/
H A Dmain.c708 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
717 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
756 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/l3fwd/
H A Dmain.c1035 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
1044 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
1087 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/bbdev_app/
H A Dmain.c315 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_port_link_status() macro
323 for (count = 0; count <= MAX_CHECK_TIME && in check_port_link_status()
/dpdk/examples/l3fwd-acl/
H A Dmain.c1906 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
1915 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
1954 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/l3fwd-power/
H A Dmain.c2175 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
2184 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
2223 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c1776 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
1785 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
1824 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/app/test-pmd/
H A Dtestpmd.c3460 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
3469 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
3507 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c1970 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
1979 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
2018 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c126 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in nicvf_dev_link_update() macro
135 for (i = 0; i < MAX_CHECK_TIME; i++) { in nicvf_dev_link_update()