Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_smt.c84 if (e->state == SMT_STATE_SWITCHING) { in t4_find_or_alloc_sme()
216 e->state = SMT_STATE_SWITCHING; in t4_smt_set_switching()
294 case SMT_STATE_SWITCHING: return 'X'; in smt_state()
H A Dt4_smt.h43 SMT_STATE_SWITCHING, /* entry is being used by a switching filter */ enumerator