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

/freebsd-current/sys/dev/cxgbe/
H A Dt4_l2t.h38 enum { L2T_SIZE = 4096 }; /* # of L2T entries */ enumerator in enum:__anon2220
H A Dt4_l2t.c374 unsigned int idx = tid % L2T_SIZE;
H A Dt4_main.c5276 KASSERT(sc->vres.l2t.size <= L2T_SIZE,
5278 __func__, sc->vres.l2t.size, L2T_SIZE));
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c322 unsigned int idx = tid % L2T_SIZE;

Completed in 84 milliseconds