Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ae/
H A Dif_aevar.h141 ae_txs_t *txs_base; /* Start of TxS ring. */ member
H A Dif_ae.c580 bzero(sc->txs_base, AE_TXS_COUNT_DEFAULT * 4); in ae_init_locked()
1169 error = bus_dmamem_alloc(sc->dma_txs_tag, (void **)&sc->txs_base, in ae_alloc_rings()
1177 error = bus_dmamap_load(sc->dma_txs_tag, sc->dma_txs_map, sc->txs_base, in ae_alloc_rings()
1229 if (sc->txs_base != NULL) in ae_dma_free()
1230 bus_dmamem_free(sc->dma_txs_tag, sc->txs_base, in ae_dma_free()
1234 sc->txs_base = NULL; in ae_dma_free()
1483 sc->txs_base[sc->txs_cur].flags &= ~htole16(AE_TXS_UPDATE); in ae_encap()
1816 txs = sc->txs_base + sc->txs_ack; in ae_tx_intr()