Home
last modified time | relevance | path

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

/freebsd/sys/dev/ips/
H A Dips.c174 command->data_dmatag = sc->sg_dmatag; in ips_cmdqueue_init()
369 &sc->sg_dmatag) != 0) { in ips_adapter_init()
491 if(sc->sg_dmatag) in ips_adapter_free()
492 bus_dma_tag_destroy(sc->sg_dmatag); in ips_adapter_free()
H A Dips.h127 bus_dma_tag_t sg_dmatag; member
H A Dips_disk.c209 command->data_dmatag = sc->sg_dmatag; in ipsd_dump()