Searched refs:ste_cdata (Results 1 – 2 of 2) sorted by relevance
604 sc->ste_cdata.ste_rx_list_map, in ste_rxeof()777 idx = sc->ste_cdata.ste_tx_cons; in ste_txeof()799 sc->ste_cdata.ste_tx_cnt--; in ste_txeof()803 sc->ste_cdata.ste_tx_cons = idx; in ste_txeof()1203 &sc->ste_cdata.ste_tx_tag); in ste_dma_alloc()1221 &sc->ste_cdata.ste_rx_tag); in ste_dma_alloc()1329 sc->ste_cdata.ste_tx_tag = NULL; in ste_dma_free()1430 cd = &sc->ste_cdata; in ste_init_rx_list()1466 cd = &sc->ste_cdata; in ste_init_tx_list()1873 sc->ste_cdata.ste_tx_cnt++; in ste_encap()[all …]
589 struct ste_chain_data ste_cdata; member