Home
last modified time | relevance | path

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

/freebsd/sys/dev/aacraid/
H A Daacraid_var.h324 struct aac_softc struct
327 device_t aac_dev;
328 struct resource *aac_regs_res0, *aac_regs_res1; /* reg. if. window */
329 int aac_regs_rid0, aac_regs_rid1; /* resource ID */
330 bus_space_handle_t aac_bhandle0, aac_bhandle1; /* bus space handle */
331 bus_space_tag_t aac_btag0, aac_btag1; /* bus space tag */
332 bus_dma_tag_t aac_parent_dmat; /* parent DMA tag */
333 bus_dma_tag_t aac_buffer_dmat; /* data buffer/command
335 struct resource *aac_irq[AAC_MAX_MSIX]; /* interrupt */
336 int aac_irq_rid[AAC_MAX_MSIX];
[all …]
/freebsd/sys/dev/aac/
H A Daacvar.h310 struct aac_softc struct
313 device_t aac_dev;
314 struct resource *aac_regs_res0, *aac_regs_res1; /* reg. if. window */
315 bus_space_handle_t aac_bhandle0, aac_bhandle1; /* bus space handle */
316 bus_space_tag_t aac_btag0, aac_btag1; /* bus space tag */
317 bus_dma_tag_t aac_parent_dmat; /* parent DMA tag */
318 bus_dma_tag_t aac_buffer_dmat; /* data buffer/command
320 struct resource *aac_irq; /* interrupt */
321 void *aac_intr; /* interrupt handle */
322 eventhandler_tag eh;
[all …]