Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/aacraid/
Daacraid_var.h349 struct aac_softc struct
352 device_t aac_dev;
353 struct resource *aac_regs_res0, *aac_regs_res1; /* reg. if. window */
354 int aac_regs_rid0, aac_regs_rid1; /* resource ID */
355 bus_space_handle_t aac_bhandle0, aac_bhandle1; /* bus space handle */
356 bus_space_tag_t aac_btag0, aac_btag1; /* bus space tag */
357 bus_dma_tag_t aac_parent_dmat; /* parent DMA tag */
358 bus_dma_tag_t aac_buffer_dmat; /* data buffer/command
360 struct resource *aac_irq[AAC_MAX_MSIX]; /* interrupt */
361 int aac_irq_rid[AAC_MAX_MSIX];
[all …]
/freebsd-12-stable/sys/dev/aac/
Daacvar.h312 struct aac_softc struct
315 device_t aac_dev;
316 struct resource *aac_regs_res0, *aac_regs_res1; /* reg. if. window */
317 bus_space_handle_t aac_bhandle0, aac_bhandle1; /* bus space handle */
318 bus_space_tag_t aac_btag0, aac_btag1; /* bus space tag */
319 bus_dma_tag_t aac_parent_dmat; /* parent DMA tag */
320 bus_dma_tag_t aac_buffer_dmat; /* data buffer/command
322 struct resource *aac_irq; /* interrupt */
323 void *aac_intr; /* interrupt handle */
324 eventhandler_tag eh;
[all …]