Searched refs:mlx_mem_type (Results 1 – 3 of 3) sorted by relevance
158 sc->mlx_mem_type = SYS_RES_MEMORY; in mlx_pci_attach()160 sc->mlx_mem = bus_alloc_resource_any(dev, sc->mlx_mem_type, in mlx_pci_attach()163 sc->mlx_mem_type = SYS_RES_IOPORT; in mlx_pci_attach()165 sc->mlx_mem = bus_alloc_resource_any(dev, sc->mlx_mem_type, in mlx_pci_attach()171 sc->mlx_mem_type = SYS_RES_MEMORY; in mlx_pci_attach()173 sc->mlx_mem = bus_alloc_resource_any(dev, sc->mlx_mem_type, in mlx_pci_attach()
118 int mlx_mem_type; member
209 bus_release_resource(sc->mlx_dev, sc->mlx_mem_type, sc->mlx_mem_rid, sc->mlx_mem); in mlx_free()