Home
last modified time | relevance | path

Searched defs:ocs_dma_s (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_os.h440 typedef struct ocs_dma_s { struct
444 void *virt; /**< virtual address of the memory used by the CPU */
445 void *alloc; /**< originally allocated virtual address used to restore virt if modified */
446 uintptr_t phys; /**< physical or bus address of the memory used by the hardware */
447 size_t size; /**< size in bytes of the memory */
451 size_t len; /**< application specific length */
452 bus_dma_tag_t tag;
453 bus_dmamap_t map;