Lines Matching full:txs
1116 * Create DMA tag for TxS. in ae_alloc_rings()
1124 device_printf(sc->dev, "could not creare TxS DMA tag.\n"); in ae_alloc_rings()
1137 device_printf(sc->dev, "could not creare TxS DMA tag.\n"); in ae_alloc_rings()
1162 * Allocate TxS DMA memory. in ae_alloc_rings()
1169 "could not allocate DMA memory for TxS ring.\n"); in ae_alloc_rings()
1176 "could not load DMA map for TxS ring.\n"); in ae_alloc_rings()
1476 * Update TxS position and check if there are empty TxS available. in ae_encap()
1791 ae_txs_t *txs; in ae_tx_intr() local
1811 txs = sc->txs_base + sc->txs_ack; in ae_tx_intr()
1812 flags = le16toh(txs->flags); in ae_tx_intr()
1815 txs->flags = htole16(flags & ~AE_TXS_UPDATE); in ae_tx_intr()
1820 * Update TxS position. in ae_tx_intr()
1826 if (txs->len != txd->len) in ae_tx_intr()
1827 device_printf(sc->dev, "Size mismatch: TxS:%d TxD:%d\n", in ae_tx_intr()
1828 le16toh(txs->len), le16toh(txd->len)); in ae_tx_intr()