Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Ddpdk_module.c483 #define MAX_CHECK_TIME 90 /* 9s (90 * 100ms) in total */ in check_all_ports_link_status() macro
490 for (count = 0; count <= MAX_CHECK_TIME; count++) { in check_all_ports_link_status()
527 if (all_ports_up == 1 || count == (MAX_CHECK_TIME - 1)) { in check_all_ports_link_status()