Searched refs:tx_xcnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c663 mac->tx_xcnt = (G_TXSPI4SOPCNT(t3_read_reg(adap,
715 unsigned int tx_tcnt, tx_xcnt; local
724 tx_xcnt = 1; /* By default tx_xcnt is making progress*/
729 tx_xcnt = (G_TXSPI4SOPCNT(t3_read_reg(adap,
735 if (active && enforcepkt && (tx_xcnt == 0)) {
748 if ((tx_tcnt != mac->tx_tcnt) && (mac->tx_xcnt == 0)) {
763 mac->tx_xcnt = tx_xcnt;
H A Dcxgb_common.h483 unsigned int tx_xcnt; member in struct:cmac

Completed in 61 milliseconds