Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/mlx/
H A Dmlxvar.h107 struct mlx_softc struct
110 device_t mlx_dev;
111 struct resource *mlx_mem; /* mailbox interface window */
112 int mlx_mem_rid;
113 int mlx_mem_type;
114 bus_space_handle_t mlx_bhandle; /* bus space handle */
115 bus_space_tag_t mlx_btag; /* bus space tag */
116 bus_dma_tag_t mlx_parent_dmat;/* parent DMA tag */
117 bus_dma_tag_t mlx_buffer_dmat;/* data buffer DMA tag */
118 struct resource *mlx_irq; /* interrupt */
[all …]