Lines Matching defs:txdb
726 struct gmac_txdb *txdb,
730 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb),
738 struct gmac_txdb *txdb,
742 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb),
1716 struct gmac_txdb *txdb;
1717 for (txdb = txq->txq_first; txdb < txq->txq_last - 1; txdb++) {
1718 txdb->txdb_flags = 0;
1724 txdb->txdb_flags = htole32(TXDB_FLAG_ET);