| /dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | init.c | 182 #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 D | init.c | 247 #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 D | main.c | 238 #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 D | main.c | 376 #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 D | main.c | 477 #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 D | main.c | 589 #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 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()
|
| /dpdk/examples/l2fwd-event/ |
| H A D | main.c | 399 #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 D | main.c | 580 #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 D | test_pmd_perf.c | 122 #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 D | main.c | 573 #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 D | main.c | 696 #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 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() 642 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()
|
| /dpdk/examples/kni/ |
| H A D | main.c | 658 #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 D | main.c | 708 #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 D | main.c | 1035 #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 D | main.c | 315 #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 D | main.c | 1906 #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 D | main.c | 2175 #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 D | main.c | 1776 #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 D | testpmd.c | 3460 #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 D | ipsec-secgw.c | 1970 #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 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()
|