Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c2509 int diag, need_check_link_status = -1; in start_port() local
2531 need_check_link_status = 0; in start_port()
2697 need_check_link_status = 1; in start_port()
2702 if (need_check_link_status == 1 && !no_link_check) in start_port()
2704 else if (need_check_link_status == 0) in start_port()
2760 int need_check_link_status = 0; in stop_port() local
2816 need_check_link_status = 1; in stop_port()
2818 if (need_check_link_status && !no_link_check) in stop_port()