| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | init.c | 183 #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 D | init.c | 245 #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 D | main.c | 246 #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 D | main.c | 363 #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 D | main.c | 469 #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 D | main.c | 361 #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 D | main.c | 570 #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 D | main.c | 448 #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 D | main.c | 566 #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 D | test_pmd_perf.c | 124 #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 D | main.c | 591 #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 D | main.c | 594 #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 D | main.c | 684 #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 D | main.c | 707 #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 D | main.c | 659 #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 D | main.c | 805 #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 D | main.c | 322 #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 D | ff_dpdk_if.c | 180 #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 D | main.c | 1940 #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 D | main.c | 2137 #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 D | main.c | 1732 #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 D | ipsec-secgw.c | 1840 #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 D | testpmd.c | 3161 #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 D | main.c | 3433 #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 D | nicvf_ethdev.c | 126 #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()
|