Searched refs:BRCMF_FLOWRING_HASHSIZE (Results 1 – 3 of 3) sorted by relevance
83 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()
9 #define BRCMF_FLOWRING_HASHSIZE 512 /* has to be 2^x */ macro40 struct brcmf_flowring_hash hash[BRCMF_FLOWRING_HASHSIZE];
1536 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()