Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_l2t.c106 e->state = L2T_STATE_UNUSED; in t4_alloc_l2e()
143 e->state = L2T_STATE_UNUSED; in find_or_alloc_l2e()
349 e->state = L2T_STATE_UNUSED; in t4_init_l2t()
465 if (e->state == L2T_STATE_UNUSED) in sysctl_l2t()
H A Dt4_l2t.h48 L2T_STATE_UNUSED /* entry not in use */ enumerator
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c463 KASSERT(e->state != L2T_STATE_UNUSED, in t4_l2_update()