Home
last modified time | relevance | path

Searched refs:txs_base (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ae/
H A Dif_aevar.h141 ae_txs_t *txs_base; /* Start of TxS ring. */ member
H A Dif_ae.c591 bzero(sc->txs_base, AE_TXS_COUNT_DEFAULT * 4); in ae_init_locked()
1180 error = bus_dmamem_alloc(sc->dma_txs_tag, (void **)&sc->txs_base, in ae_alloc_rings()
1188 error = bus_dmamap_load(sc->dma_txs_tag, sc->dma_txs_map, sc->txs_base, in ae_alloc_rings()
1240 if (sc->txs_base != NULL) in ae_dma_free()
1241 bus_dmamem_free(sc->dma_txs_tag, sc->txs_base, in ae_dma_free()
1245 sc->txs_base = NULL; in ae_dma_free()
1494 sc->txs_base[sc->txs_cur].flags &= ~htole16(AE_TXS_UPDATE); in ae_encap()
1827 txs = sc->txs_base + sc->txs_ack; in ae_tx_intr()