HomeSort by: relevance | last modified time | path
    Searched defs:tx_tcnt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_xgmac.c 489 mac->tx_tcnt = (G_TXDROPCNTCH0RCVD(t3_read_reg(adap,
540 unsigned int tx_tcnt, tx_xcnt; local in function:t3b2_mac_watchdog_task
556 tx_tcnt = mac->tx_tcnt; /* If tx_mcnt is progressing ignore tx_tcnt*/
565 tx_tcnt = (G_TXDROPCNTCH0RCVD(t3_read_reg(adap,
575 if ((tx_tcnt != mac->tx_tcnt) && (mac->tx_xcnt == 0)) {
605 mac->tx_tcnt = tx_tcnt;
    [all...]
cxgb_common.h 470 unsigned int tx_tcnt; member in struct:cmac

Completed in 13 milliseconds