Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dflowring.c93 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_lookup()
96 for (i = 0; i < BRCMF_FLOWRING_HASHSIZE; i++) { in brcmf_flowring_lookup()
104 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_lookup()
138 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_create()
141 for (i = 0; i < BRCMF_FLOWRING_HASHSIZE; i++) { in brcmf_flowring_create()
148 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_create()
467 for (i = 0; i < BRCMF_FLOWRING_HASHSIZE; i++) { in brcmf_flowring_delete_peer()
Dflowring.h19 #define BRCMF_FLOWRING_HASHSIZE 512 /* has to be 2^x */ macro
50 struct brcmf_flowring_hash hash[BRCMF_FLOWRING_HASHSIZE];
Dmsgbuf.c1453 if (if_msgbuf->max_flowrings >= BRCMF_FLOWRING_HASHSIZE) { in brcmf_proto_msgbuf_attach()
1456 if_msgbuf->max_flowrings = BRCMF_FLOWRING_HASHSIZE - 1; in brcmf_proto_msgbuf_attach()