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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c660 mac->tx_mcnt = s->tx_frames;
718 u64 tx_mcnt = s->tx_frames; local
721 tx_mcnt = t3_read_reg(adap, A_XGM_STAT_TX_FRAME_LOW);
725 tx_tcnt = mac->tx_tcnt; /* If tx_mcnt is progressing ignore tx_tcnt*/
726 if (tx_mcnt == mac->tx_mcnt && mac->rx_pause == s->rx_pause) {
764 mac->tx_mcnt = s->tx_frames;
H A Dcxgb_common.h484 u64 tx_mcnt; member in struct:cmac

Completed in 125 milliseconds