Home
last modified time | relevance | path

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

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