Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dflowring.c83 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_lookup()
86 for (i = 0; i < BRCMF_FLOWRING_HASHSIZE; i++) { in brcmf_flowring_lookup()
94 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_lookup()
128 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_create()
131 for (i = 0; i < BRCMF_FLOWRING_HASHSIZE; i++) { in brcmf_flowring_create()
138 hash_idx &= (BRCMF_FLOWRING_HASHSIZE - 1); in brcmf_flowring_create()
456 for (i = 0; i < BRCMF_FLOWRING_HASHSIZE; i++) { in brcmf_flowring_delete_peer()
A Dflowring.h9 #define BRCMF_FLOWRING_HASHSIZE 512 /* has to be 2^x */ macro
40 struct brcmf_flowring_hash hash[BRCMF_FLOWRING_HASHSIZE];
A Dmsgbuf.c1536 if (if_msgbuf->max_flowrings >= BRCMF_FLOWRING_HASHSIZE) { in brcmf_proto_msgbuf_attach()
1539 if_msgbuf->max_flowrings = BRCMF_FLOWRING_HASHSIZE - 1; in brcmf_proto_msgbuf_attach()

Completed in 10 milliseconds