Home
last modified time | relevance | path

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

/Linux-v4.19/net/dsa/
Ddsa2.c699 bool valid_name_found = false; in dsa_switch_parse_ports() local
718 valid_name_found = true; in dsa_switch_parse_ports()
721 if (!valid_name_found && i == DSA_MAX_PORTS) in dsa_switch_parse_ports()
Dlegacy.c102 bool valid_name_found = false; in dsa_switch_setup_one() local
134 valid_name_found = true; in dsa_switch_setup_one()
137 if (!valid_name_found && i == ds->num_ports) in dsa_switch_setup_one()