tx_xcnt           475 drivers/net/ethernet/chelsio/cxgb3/common.h 	unsigned int tx_xcnt;
tx_xcnt           489 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 		mac->tx_xcnt = (G_TXSPI4SOPCNT(t3_read_reg(adap,
tx_xcnt           536 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 	unsigned int tx_tcnt, tx_xcnt;
tx_xcnt           541 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 	tx_xcnt = 1;		/* By default tx_xcnt is making progress */
tx_xcnt           544 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 		tx_xcnt = (G_TXSPI4SOPCNT(t3_read_reg(adap,
tx_xcnt           547 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 		if (tx_xcnt == 0) {
tx_xcnt           560 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 	if ((tx_tcnt != mac->tx_tcnt) && (mac->tx_xcnt == 0)) {
tx_xcnt           575 drivers/net/ethernet/chelsio/cxgb3/xgmac.c 	mac->tx_xcnt = tx_xcnt;