Searched refs:ti_tx_ring (Results 1 – 2 of 2) sorted by relevance
1222 &sc->ti_cdata.ti_tx_ring_tag, (uint8_t **)&sc->ti_rdata.ti_tx_ring, in ti_dma_alloc()1362 (void *)&sc->ti_rdata.ti_tx_ring, sc->ti_cdata.ti_tx_ring_map, in ti_dma_free()1840 if (sc->ti_rdata.ti_tx_ring == NULL) in ti_free_tx_ring()1854 bzero(sc->ti_rdata.ti_tx_ring, TI_TX_RING_SZ); in ti_free_tx_ring()2291 if (sc->ti_rdata.ti_tx_ring != NULL) in ti_gibinit()2292 bzero(sc->ti_rdata.ti_tx_ring, TI_TX_RING_SZ); in ti_gibinit()2320 if (sc->ti_rdata.ti_tx_ring != NULL) in ti_gibinit()2919 if (sc->ti_rdata.ti_tx_ring != NULL) in ti_txeof()2933 cur_tx = &sc->ti_rdata.ti_tx_ring[idx]; in ti_txeof()3091 f = &sc->ti_rdata.ti_tx_ring[frag]; in ti_encap()[all …]
955 struct ti_tx_desc *ti_tx_ring; member