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