Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmfmac/
Dflowring.c71 u8 hash_idx; in brcmf_flowring_lookup() local
89 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() local
132 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 …]