Lines Matching refs:ste_ldata
1217 (void **)&sc->ste_ldata.ste_tx_list, in ste_dma_alloc()
1227 sc->ste_cdata.ste_tx_list_map, sc->ste_ldata.ste_tx_list, in ste_dma_alloc()
1234 sc->ste_ldata.ste_tx_list_paddr = ctx.ste_busaddr; in ste_dma_alloc()
1238 (void **)&sc->ste_ldata.ste_rx_list, in ste_dma_alloc()
1248 sc->ste_cdata.ste_rx_list_map, sc->ste_ldata.ste_rx_list, in ste_dma_alloc()
1255 sc->ste_ldata.ste_rx_list_paddr = ctx.ste_busaddr; in ste_dma_alloc()
1339 if (sc->ste_ldata.ste_tx_list_paddr != 0) in ste_dma_free()
1342 if (sc->ste_ldata.ste_tx_list != NULL) in ste_dma_free()
1344 sc->ste_ldata.ste_tx_list, in ste_dma_free()
1346 sc->ste_ldata.ste_tx_list = NULL; in ste_dma_free()
1347 sc->ste_ldata.ste_tx_list_paddr = 0; in ste_dma_free()
1353 if (sc->ste_ldata.ste_rx_list_paddr != 0) in ste_dma_free()
1356 if (sc->ste_ldata.ste_rx_list != NULL) in ste_dma_free()
1358 sc->ste_ldata.ste_rx_list, in ste_dma_free()
1360 sc->ste_ldata.ste_rx_list = NULL; in ste_dma_free()
1361 sc->ste_ldata.ste_rx_list_paddr = 0; in ste_dma_free()
1419 ld = &sc->ste_ldata; in ste_init_rx_list()
1455 ld = &sc->ste_ldata; in ste_init_tx_list()
1559 STE_ADDR_LO(sc->ste_ldata.ste_rx_list_paddr)); in ste_init_locked()
1919 STE_ADDR_LO(sc->ste_ldata.ste_tx_list_paddr)); in ste_start_locked()