Searched refs:ste_ldata (Results 1 – 2 of 2) sorted by relevance
1219 (void **)&sc->ste_ldata.ste_tx_list, in ste_dma_alloc()1229 sc->ste_cdata.ste_tx_list_map, sc->ste_ldata.ste_tx_list, in ste_dma_alloc()1236 sc->ste_ldata.ste_tx_list_paddr = ctx.ste_busaddr; in ste_dma_alloc()1240 (void **)&sc->ste_ldata.ste_rx_list, in ste_dma_alloc()1250 sc->ste_cdata.ste_rx_list_map, sc->ste_ldata.ste_rx_list, in ste_dma_alloc()1257 sc->ste_ldata.ste_rx_list_paddr = ctx.ste_busaddr; in ste_dma_alloc()1341 if (sc->ste_ldata.ste_tx_list_paddr != 0) in ste_dma_free()1344 if (sc->ste_ldata.ste_tx_list != NULL) in ste_dma_free()1346 sc->ste_ldata.ste_tx_list, in ste_dma_free()1348 sc->ste_ldata.ste_tx_list = NULL; in ste_dma_free()[all …]
586 struct ste_list_data ste_ldata; member