Lines Matching refs:sgd_table
97 struct atiixp_dma_op *sgd_table; member
124 struct atiixp_dma_op *sgd_table; member
476 ch->sgd_table = &sc->sgd_table[num * ATI_IXP_DMA_CHSEGS_MAX]; in atiixp_chan_init()
597 ch->sgd_table[i].addr = htole32(addr + (i * blksz)); in atiixp_buildsgdt()
598 ch->sgd_table[i].status = htole16(0); in atiixp_buildsgdt()
599 ch->sgd_table[i].size = htole16(blksz >> 2); in atiixp_buildsgdt()
600 ch->sgd_table[i].next = htole32((uint32_t)ch->sgd_addr + in atiixp_buildsgdt()
1153 if (sc->sgd_table) { in atiixp_release_resource()
1154 bus_dmamem_free(sc->sgd_dmat, sc->sgd_table, sc->sgd_dmamap); in atiixp_release_resource()
1155 sc->sgd_table = NULL; in atiixp_release_resource()
1283 if (bus_dmamem_alloc(sc->sgd_dmat, (void **)&sc->sgd_table, in atiixp_pci_attach()
1287 if (bus_dmamap_load(sc->sgd_dmat, sc->sgd_dmamap, sc->sgd_table, in atiixp_pci_attach()