Searched refs:found_index (Results 1 – 2 of 2) sorted by relevance
1770 int found_index = 0; in qla4xxx_get_chap_index() local1811 found_index = 1; in qla4xxx_get_chap_index()1819 if (!found_index && free_index != -1) { in qla4xxx_get_chap_index()1824 found_index = 1; in qla4xxx_get_chap_index()1830 if (found_index) in qla4xxx_get_chap_index()
7987 s32 found_index; in brcmf_translate_country_code() local8012 found_index = -1; in brcmf_translate_country_code()8015 if ((cc->iso3166[0] == '\0') && (found_index == -1)) in brcmf_translate_country_code()8016 found_index = i; in brcmf_translate_country_code()8019 found_index = i; in brcmf_translate_country_code()8023 if (found_index == -1) { in brcmf_translate_country_code()8028 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()8029 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()