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

/drivers/net/ethernet/chelsio/cxgb3/
H A Dxgmac.c486 mac->tx_mcnt = s->tx_frames;
537 u64 tx_mcnt = s->tx_frames; local
542 tx_tcnt = mac->tx_tcnt; /* If tx_mcnt is progressing ignore tx_tcnt */
543 if (tx_mcnt == mac->tx_mcnt && mac->rx_pause == s->rx_pause) {
576 mac->tx_mcnt = s->tx_frames;
H A Dcommon.h476 u64 tx_mcnt; member in struct:cmac

Completed in 50 milliseconds