Searched defs:mvs_channel (Results 1 – 1 of 1) sorted by relevance
530 struct mvs_channel { struct531 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 …]