Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Doffload.h168 u_long hftid_tid_mask; member
H A Dt4_filter.c123 t->hftid_hash_tid = hashinit_flags(n, M_CXGBE, &t->hftid_tid_mask, in alloc_hftid_hash()
150 for (i = 0; i <= t->hftid_tid_mask; i++) { in free_hftid_hash()
176 hashdestroy(t->hftid_hash_tid, M_CXGBE, t->hftid_tid_mask); in free_hftid_hash()
210 LIST_INSERT_HEAD(&head[hash & t->hftid_tid_mask], f, link_tid); in insert_hftid()
294 LIST_FOREACH(f, &head[hash & t->hftid_tid_mask], link_tid) { in lookup_hftid()