Searched refs:no_link_check (Results 1 – 4 of 4) sorted by relevance
357 uint8_t no_link_check = 0; /* check by default */ variable2702 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()
365 extern uint8_t no_link_check; /**<set by "--disable-link-check" parameter */
1336 no_link_check = 1; in launch_args_parse()
5378 no_link_check = (uint8_t)((strcmp(res->mode, "on") == 0) ? 0 : 1); in cmd_set_link_check_parsed()