Searched refs:ste_cdata (Results 1 – 2 of 2) sorted by relevance
602 sc->ste_cdata.ste_rx_list_map, in ste_rxeof()775 idx = sc->ste_cdata.ste_tx_cons; in ste_txeof()797 sc->ste_cdata.ste_tx_cnt--; in ste_txeof()801 sc->ste_cdata.ste_tx_cons = idx; in ste_txeof()1201 &sc->ste_cdata.ste_tx_tag); in ste_dma_alloc()1219 &sc->ste_cdata.ste_rx_tag); in ste_dma_alloc()1327 sc->ste_cdata.ste_tx_tag = NULL; in ste_dma_free()1428 cd = &sc->ste_cdata; in ste_init_rx_list()1464 cd = &sc->ste_cdata; in ste_init_tx_list()1871 sc->ste_cdata.ste_tx_cnt++; in ste_encap()[all …]
589 struct ste_chain_data ste_cdata; member