Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h130 TP_PARITY_INIT = (1 << 8), enumerator
H A Dcxgb_main.c1627 if (sc->params.rev >= T3_REV_C && !(sc->flags & TP_PARITY_INIT) && in cxgb_up()
1629 sc->flags |= TP_PARITY_INIT; in cxgb_up()
1631 if (sc->flags & TP_PARITY_INIT) { in cxgb_up()