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