Searched refs:txd_base (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/ae/ |
| H A D | if_ae.c | 579 bzero(sc->txd_base, AE_TXD_BUFSIZE_DEFAULT); in ae_init_locked() 1149 error = bus_dmamem_alloc(sc->dma_txd_tag, (void **)&sc->txd_base, in ae_alloc_rings() 1157 error = bus_dmamap_load(sc->dma_txd_tag, sc->dma_txd_map, sc->txd_base, in ae_alloc_rings() 1218 if (sc->txd_base != NULL) in ae_dma_free() 1219 bus_dmamem_free(sc->dma_txd_tag, sc->txd_base, in ae_dma_free() 1223 sc->txd_base = NULL; in ae_dma_free() 1446 hdr = (ae_txd_t *)(sc->txd_base + sc->txd_cur); in ae_encap() 1453 m_copydata(m0, 0, len, (caddr_t)(sc->txd_base + sc->txd_cur)); in ae_encap() 1455 m_copydata(m0, 0, to_end, (caddr_t)(sc->txd_base + in ae_encap() 1457 m_copydata(m0, to_end, len - to_end, (caddr_t)sc->txd_base); in ae_encap() [all …]
|
| H A D | if_aevar.h | 140 char *txd_base; /* Start of TxD ring. */ member
|