Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c357 uint8_t no_link_check = 0; /* check by default */ variable
2702 if (need_check_link_status == 1 && !no_link_check) in start_port()
2818 if (need_check_link_status && !no_link_check) in stop_port()
3106 no_link_check = 1; in pmd_test_exit()
3220 int org_no_link_check = no_link_check; in rmv_port_callback()
3230 no_link_check = 1; in rmv_port_callback()
3232 no_link_check = org_no_link_check; in rmv_port_callback()
H A Dtestpmd.h365 extern uint8_t no_link_check; /**<set by "--disable-link-check" parameter */
H A Dparameters.c1336 no_link_check = 1; in launch_args_parse()
H A Dcmdline.c5378 no_link_check = (uint8_t)((strcmp(res->mode, "on") == 0) ? 0 : 1); in cmd_set_link_check_parsed()