Home
last modified time | relevance | path

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

/freebsd/sys/dev/mvs/
H A Dmvs.h530 struct mvs_channel { struct
531 device_t dev; /* Device handle */
532 int unit; /* Physical channel */
533 struct resource *r_mem; /* Memory of this channel */
534 struct resource *r_irq; /* Interrupt of this channel */
535 void *ih; /* Interrupt handle */
536 struct mvs_dma dma; /* DMA data */
537 struct cam_sim *sim;
538 struct cam_path *path;
539 int quirks;
[all …]