Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dtestpmd.c2722 int diag, need_check_link_status = -1; in start_port() local
2748 need_check_link_status = 0; in start_port()
2960 need_check_link_status = 1; in start_port()
2965 if (need_check_link_status == 1 && !no_link_check) in start_port()
2967 else if (need_check_link_status == 0) in start_port()
3025 int need_check_link_status = 0; in stop_port() local
3086 need_check_link_status = 1; in stop_port()
3088 if (need_check_link_status && !no_link_check) in stop_port()