Home
last modified time | relevance | path

Searched refs:mlx_pci_ident (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 *);
110 static struct mlx_pci_ident { struct
116 } const mlx_pci_ident[] = { variable
160 static const struct mlx_pci_ident *
163 const struct mlx_pci_ident *mpi, *maxmpi; in mlx_pci_findmpi()
166 mpi = mlx_pci_ident; in mlx_pci_findmpi()
167 maxmpi = mpi + sizeof(mlx_pci_ident) / sizeof(mlx_pci_ident[0]); in mlx_pci_findmpi()
212 const struct mlx_pci_ident *mpi; in mlx_pci_attach()