Searched refs:ste_cdata (Results 1 – 2 of 2) sorted by relevance
600 sc->ste_cdata.ste_rx_list_map, in ste_rxeof()773 idx = sc->ste_cdata.ste_tx_cons; in ste_txeof()795 sc->ste_cdata.ste_tx_cnt--; in ste_txeof()799 sc->ste_cdata.ste_tx_cons = idx; in ste_txeof()1193 &sc->ste_cdata.ste_tx_tag); in ste_dma_alloc()1211 &sc->ste_cdata.ste_rx_tag); in ste_dma_alloc()1319 sc->ste_cdata.ste_tx_tag = NULL; in ste_dma_free()1420 cd = &sc->ste_cdata; in ste_init_rx_list()1456 cd = &sc->ste_cdata; in ste_init_tx_list()1863 sc->ste_cdata.ste_tx_cnt++; in ste_encap()[all …]
587 struct ste_chain_data ste_cdata; member