Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dflowring.c63 u16 hash_idx; in brcmf_flowring_lookup() local
81 hash_idx = sta ? BRCMF_FLOWRING_HASH_STA(fifo, ifidx) : in brcmf_flowring_lookup()
83 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_lookup()
87 if ((sta || (memcmp(hash[hash_idx].mac, mac, ETH_ALEN) == 0)) && in brcmf_flowring_lookup()
88 (hash[hash_idx].fifo == fifo) && in brcmf_flowring_lookup()
89 (hash[hash_idx].ifidx == ifidx)) { in brcmf_flowring_lookup()
93 hash_idx++; in brcmf_flowring_lookup()
94 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_lookup()
97 return hash[hash_idx].flowid; in brcmf_flowring_lookup()
108 u16 hash_idx; in brcmf_flowring_create() local
[all …]