Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h87 TP_PARITY_INIT = (1 << 4), enumerator
Dcxgb3_main.c1289 if (adap->params.rev >= T3_REV_C && !(adap->flags & TP_PARITY_INIT) && in cxgb_up()
1291 adap->flags |= TP_PARITY_INIT; in cxgb_up()
1293 if (adap->flags & TP_PARITY_INIT) { in cxgb_up()