Home
last modified time | relevance | path

Searched refs:ste_busaddr (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ste/
HDif_ste.c1105 bus_addr_t ste_busaddr; member
1119 ctx->ste_busaddr = segs[0].ds_addr; in ste_dmamap_cb()
1233 ctx.ste_busaddr = 0; in ste_dma_alloc()
1237 if (error != 0 || ctx.ste_busaddr == 0) { in ste_dma_alloc()
1242 sc->ste_ldata.ste_tx_list_paddr = ctx.ste_busaddr; in ste_dma_alloc()
1254 ctx.ste_busaddr = 0; in ste_dma_alloc()
1258 if (error != 0 || ctx.ste_busaddr == 0) { in ste_dma_alloc()
1263 sc->ste_ldata.ste_rx_list_paddr = ctx.ste_busaddr; in ste_dma_alloc()