Searched refs:hash_idx (Results 1 – 1 of 1) sorted by relevance
73 u16 hash_idx; in brcmf_flowring_lookup() local91 hash_idx = sta ? BRCMF_FLOWRING_HASH_STA(fifo, ifidx) : in brcmf_flowring_lookup()93 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_lookup()97 if ((sta || (memcmp(hash[hash_idx].mac, mac, ETH_ALEN) == 0)) && in brcmf_flowring_lookup()98 (hash[hash_idx].fifo == fifo) && in brcmf_flowring_lookup()99 (hash[hash_idx].ifidx == ifidx)) { in brcmf_flowring_lookup()103 hash_idx++; in brcmf_flowring_lookup()104 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_lookup()107 return hash[hash_idx].flowid; in brcmf_flowring_lookup()118 u16 hash_idx; in brcmf_flowring_create() local[all …]