Searched refs:hash_idx (Results 1 – 1 of 1) sorted by relevance
71 u8 hash_idx; in brcmf_flowring_lookup() local89 hash_idx = sta ? BRCMF_FLOWRING_HASH_STA(fifo, ifidx) : in brcmf_flowring_lookup()94 if ((sta || (memcmp(hash[hash_idx].mac, mac, ETH_ALEN) == 0)) && in brcmf_flowring_lookup()95 (hash[hash_idx].fifo == fifo) && in brcmf_flowring_lookup()96 (hash[hash_idx].ifidx == ifidx)) { in brcmf_flowring_lookup()100 hash_idx++; in brcmf_flowring_lookup()103 return hash[hash_idx].flowid; in brcmf_flowring_lookup()114 u8 hash_idx; in brcmf_flowring_create() local132 hash_idx = sta ? BRCMF_FLOWRING_HASH_STA(fifo, ifidx) : in brcmf_flowring_create()137 if ((hash[hash_idx].ifidx == BRCMF_FLOWRING_INVALID_IFIDX) && in brcmf_flowring_create()[all …]