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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c672 mac->tx_tcnt = (G_TXDROPCNTCH0RCVD(t3_read_reg(adap,
726 unsigned int tx_tcnt, tx_xcnt; local
736 tx_tcnt = mac->tx_tcnt; /* If tx_mcnt is progressing ignore tx_tcnt*/
749 tx_tcnt = (G_TXDROPCNTCH0RCVD(t3_read_reg(adap,
759 if ((tx_tcnt != mac->tx_tcnt) && (mac->tx_xcnt == 0)) {
773 mac->tx_tcnt = tx_tcnt;
[all...]
H A Dcxgb_common.h482 unsigned int tx_tcnt; member in struct:cmac

Completed in 59 milliseconds