Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/ips/
H A Dips.c180 command->data_dmatag = sc->sg_dmatag; in ips_cmdqueue_init()
405 &sc->sg_dmatag) != 0) { in ips_adapter_init()
542 if (sc->sg_dmatag) in ips_adapter_free()
543 bus_dma_tag_destroy(sc->sg_dmatag); in ips_adapter_free()
H A Dips_disk.c242 command->data_dmatag = sc->sg_dmatag; in ipsd_dump()
H A Dips.h429 bus_dma_tag_t sg_dmatag; member