Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c116 MPASS(t->hftid_hash_4t == NULL); in alloc_hftid_hash()
120 t->hftid_hash_4t = hashinit_flags(n, M_CXGBE, &t->hftid_4t_mask, flags); in alloc_hftid_hash()
121 if (t->hftid_hash_4t == NULL) in alloc_hftid_hash()
126 hashdestroy(t->hftid_hash_4t, M_CXGBE, t->hftid_4t_mask); in alloc_hftid_hash()
127 t->hftid_hash_4t = NULL; in alloc_hftid_hash()
157 head = t->hftid_hash_4t; in free_hftid_hash()
171 if (t->hftid_hash_4t) { in free_hftid_hash()
172 hashdestroy(t->hftid_hash_4t, M_CXGBE, t->hftid_4t_mask); in free_hftid_hash()
173 t->hftid_hash_4t = NULL; in free_hftid_hash()
189 LIST_HEAD(, filter_entry) *head = t->hftid_hash_4t; in insert_hf()
[all …]
H A Doffload.h165 void *hftid_hash_4t; /* LIST_HEAD(, filter_entry) *hftid_hash_4t; */ member