Searched refs:ste_cdata (Results 1 – 2 of 2) sorted by relevance
599 bus_dmamap_sync(sc->ste_cdata.ste_rx_list_tag, in ste_rxeof()600 sc->ste_cdata.ste_rx_list_map, in ste_rxeof()603 cur_rx = sc->ste_cdata.ste_rx_head; in ste_rxeof()657 sc->ste_cdata.ste_rx_head = cur_rx; in ste_rxeof()658 bus_dmamap_sync(sc->ste_cdata.ste_rx_list_tag, in ste_rxeof()659 sc->ste_cdata.ste_rx_list_map, in ste_rxeof()773 idx = sc->ste_cdata.ste_tx_cons; in ste_txeof()774 if (idx == sc->ste_cdata.ste_tx_prod) in ste_txeof()777 bus_dmamap_sync(sc->ste_cdata.ste_tx_list_tag, in ste_txeof()778 sc->ste_cdata.ste_tx_list_map, in ste_txeof()[all …]
587 struct ste_chain_data ste_cdata; member