Searched refs:txlast (Results 1 – 2 of 2) sorted by relevance
1377 uint32_t txlast; in gem_tint() local1417 txlast = GEM_READ_4(sc, GEM_TX_COMPLETION); in gem_tint()1421 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast); in gem_tint()1424 if ((txlast >= txs->txs_firstdesc) && in gem_tint()1425 (txlast <= txs->txs_lastdesc)) in gem_tint()1429 if ((txlast >= txs->txs_firstdesc) || in gem_tint()1430 (txlast <= txs->txs_lastdesc)) in gem_tint()
1495 uint32_t txlast; in cas_tint() local1535 txlast = CAS_READ_4(sc, CAS_TX_COMP3); in cas_tint()1539 __func__, txs->txs_firstdesc, txs->txs_lastdesc, txlast); in cas_tint()1542 if ((txlast >= txs->txs_firstdesc) && in cas_tint()1543 (txlast <= txs->txs_lastdesc)) in cas_tint()1547 if ((txlast >= txs->txs_firstdesc) || in cas_tint()1548 (txlast <= txs->txs_lastdesc)) in cas_tint()