Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dmlx_pci.c90 static const struct mlx_pci_ident *mlx_pci_findmpi(struct pci_attach_args *);
161 mlx_pci_findmpi(struct pci_attach_args *pa) in mlx_pci_findmpi() function
194 return (mlx_pci_findmpi(aux) != NULL); in mlx_pci_match()
218 mpi = mlx_pci_findmpi(aux); in mlx_pci_attach()