Home
last modified time | relevance | path

Searched refs:mlx_mem_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx/
H A Dmlx_pci.c158 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()
H A Dmlxvar.h118 int mlx_mem_type; member
H A Dmlx.c209 bus_release_resource(sc->mlx_dev, sc->mlx_mem_type, sc->mlx_mem_rid, sc->mlx_mem); in mlx_free()