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.c579 bzero(sc->txs_base, AE_TXS_COUNT_DEFAULT * 4); in ae_init_locked()
1164 error = bus_dmamem_alloc(sc->dma_txs_tag, (void **)&sc->txs_base, in ae_alloc_rings()
1172 error = bus_dmamap_load(sc->dma_txs_tag, sc->dma_txs_map, sc->txs_base, in ae_alloc_rings()
1224 if (sc->txs_base != NULL) in ae_dma_free()
1225 bus_dmamem_free(sc->dma_txs_tag, sc->txs_base, in ae_dma_free()
1229 sc->txs_base = NULL; in ae_dma_free()
1478 sc->txs_base[sc->txs_cur].flags &= ~htole16(AE_TXS_UPDATE); in ae_encap()
1811 txs = sc->txs_base + sc->txs_ack; in ae_tx_intr()