Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c131 struct l2t_entry l2tab[]; member
160 for (e = d->l2tab; atomic_read(&e->refcnt); ++e) in alloc_l2e()
239 d->rover = d->l2tab; in t4_init_l2t()
245 d->l2tab[i].idx = i; in t4_init_l2t()
246 d->l2tab[i].state = L2T_STATE_UNUSED; in t4_init_l2t()
248 (void) atomic_swap_uint(&d->l2tab[i].refcnt, 0); in t4_init_l2t()
264 mutex_destroy(&d->l2tab[i].lock); in t4_free_l2t()
421 d = __containerof(e, struct l2t_data, l2tab[e->idx]); in t4_l2e_free()
476 for (e = d->l2tab[hash].first; e; e = e->next) { in t4_l2t_get()
501 e->next = d->l2tab[hash].first; in t4_l2t_get()
[all …]