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

  /src/sys/dev/pci/cxgb/
cxgb_xgmac.c 491 mac->tx_xcnt = (G_TXSPI4SOPCNT(t3_read_reg(adap,
540 unsigned int tx_tcnt, tx_xcnt; local in function:t3b2_mac_watchdog_task
555 tx_xcnt = 1; /* By default tx_xcnt is making progress*/
559 tx_xcnt = (G_TXSPI4SOPCNT(t3_read_reg(adap,
562 if (tx_xcnt == 0) {
575 if ((tx_tcnt != mac->tx_tcnt) && (mac->tx_xcnt == 0)) {
606 mac->tx_xcnt = tx_xcnt;
cxgb_common.h 471 unsigned int tx_xcnt; member in struct:cmac

Completed in 33 milliseconds