Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/
H A Disci_controller.c192 bus_dmamap_load(isci_controller->buffer_dma_tag, in scif_cb_controller_allocate_memory()
482 &controller->buffer_dma_tag); in isci_controller_allocate_memory()
498 controller->buffer_dma_tag, physical_address); in isci_controller_allocate_memory()
H A Disci.h175 bus_dma_tag_t buffer_dma_tag; member