Searched refs:L2T_STATE_UNUSED (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_l2t.c311 if (e->state != L2T_STATE_UNUSED) {
320 e->state = L2T_STATE_UNUSED;
398 KASSERT(e->state != L2T_STATE_UNUSED,
422 d->l2tab[i].state = L2T_STATE_UNUSED;
H A Dcxgb_l2t.h46 L2T_STATE_UNUSED /* entry not in use */ enumerator in enum:__anon9640
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c444 KASSERT(e->state != L2T_STATE_UNUSED,
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_l2t.c105 e->state = L2T_STATE_UNUSED;
142 e->state = L2T_STATE_UNUSED;
251 e->state = L2T_STATE_UNUSED;
336 if (e->state == L2T_STATE_UNUSED)
H A Dt4_l2t.h49 L2T_STATE_UNUSED /* entry not in use */ enumerator in enum:__anon4491

Completed in 126 milliseconds