Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
H A Dql4_mbx.c1770 int found_index = 0; in qla4xxx_get_chap_index() local
1811 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()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7987 s32 found_index; in brcmf_translate_country_code() local
8012 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()