Searched refs:l2t_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/cxgbe/
H A Dt4_l2t.c81 for (e = d->rover, end = &d->l2tab[d->l2t_size]; e != end; ++e)
115 for (e = &d->l2tab[0], end = &d->l2tab[d->l2t_size]; e != end; ++e) {
225 for (i = 0; i < d->l2t_size; i++) {
323 int i, l2t_size; local
326 l2t_size = sc->vres.l2t.size;
327 if (l2t_size < 2) /* At least 1 bucket for IP and 1 for IPv6 */
330 d = malloc(sizeof(*d) + l2t_size * sizeof (struct l2t_entry), M_CXGBE,
335 d->l2t_size = l2t_size;
337 atomic_store_rel_int(&d->nfree, l2t_size);
[all...]
H A Dt4_l2t.h83 u_int l2t_size; member in struct:l2t_data
H A Dt4_main.c2192 COMPARE_PARAM(vres.l2t.size, l2t_size);
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c74 u_int hash, half = d->l2t_size / 2, start = 0;

Completed in 93 milliseconds