Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Doffload.h166 u_long hftid_4t_mask; member
H A Dt4_filter.c120 t->hftid_hash_4t = hashinit_flags(n, M_CXGBE, &t->hftid_4t_mask, flags); in alloc_hftid_hash()
126 hashdestroy(t->hftid_hash_4t, M_CXGBE, t->hftid_4t_mask); in alloc_hftid_hash()
158 for (i = 0; i <= t->hftid_4t_mask; i++) { in free_hftid_hash()
172 hashdestroy(t->hftid_hash_4t, M_CXGBE, t->hftid_4t_mask); in free_hftid_hash()
194 LIST_INSERT_HEAD(&head[hash & t->hftid_4t_mask], f, link_4t); in insert_hf()
274 LIST_FOREACH(f, &head[hash & t->hftid_4t_mask], link_4t) { in lookup_hf()