Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dinit.c183 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
192 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
232 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/server_node_efd/server/
H A Dinit.c245 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
254 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
293 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/vm_power_manager/
H A Dmain.c246 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
254 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
297 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c363 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
372 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
411 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/link_status_interrupt/
H A Dmain.c469 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
478 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
517 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/l2fwd-event/
H A Dmain.c361 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
370 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
413 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/ipv4_multicast/
H A Dmain.c570 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
579 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
619 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/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()
/f-stack/dpdk/examples/l2fwd/
H A Dmain.c566 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
575 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
618 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/app/test/
H A Dtest_pmd_perf.c124 #define MAX_CHECK_TIME 30 /* 3s (30 * 100ms) in total */ in check_all_ports_link_status() macro
133 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
174 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) in check_all_ports_link_status()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c591 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
600 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
639 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/l3fwd-graph/
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()
647 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c684 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
693 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
732 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c707 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
716 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
755 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/kni/
H A Dmain.c659 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
668 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
707 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/l3fwd/
H A Dmain.c805 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
814 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
857 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/bbdev_app/
H A Dmain.c322 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_port_link_status() macro
330 for (count = 0; count <= MAX_CHECK_TIME && in check_port_link_status()
/f-stack/lib/
H A Dff_dpdk_if.c180 #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()
229 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c1940 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
1949 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
1988 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c2137 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
2146 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
2185 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c1732 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
1741 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
1780 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c1840 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
1849 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
1888 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c3161 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
3170 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
3207 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c3433 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
3442 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
3481 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
/f-stack/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()