Searched refs:phy_id_req (Results 1 – 1 of 1) sorted by relevance
223 uint8_t phy_id_req, pi_idx, pi_end; in smp_handle_report_route_info() local235 phy_id_req = strtol(argv[4], NULL, 0); in smp_handle_report_route_info()237 if (((int16_t)rt_idx_req == -1) && ((int8_t)phy_id_req == -1)) { in smp_handle_report_route_info()243 ((int8_t)phy_id_req < 0) || (phy_id_req >= num_phys)) { in smp_handle_report_route_info()246 rt_idx_req, phy_id_req); in smp_handle_report_route_info()249 pi_end = pi_idx = phy_id_req; in smp_handle_report_route_info()