Searched refs:no_link_check (Results 1 – 4 of 4) sorted by relevance
379 uint8_t no_link_check = 0; /* check by default */ variable2965 if (need_check_link_status == 1 && !no_link_check) in start_port()3088 if (need_check_link_status && !no_link_check) in stop_port()3404 no_link_check = 1; in pmd_test_exit()3520 int org_no_link_check = no_link_check; in rmv_port_callback()3531 no_link_check = 1; in rmv_port_callback()3533 no_link_check = org_no_link_check; in rmv_port_callback()
424 extern uint8_t no_link_check; /**<set by "--disable-link-check" parameter */
1372 no_link_check = 1; in launch_args_parse()
5537 no_link_check = (uint8_t)((strcmp(res->mode, "on") == 0) ? 0 : 1); in cmd_set_link_check_parsed()