Lines Matching defs:mlx_pci_ident
90 static const struct mlx_pci_ident *mlx_pci_findmpi(struct pci_attach_args *);
110 static struct mlx_pci_ident {
116 } const mlx_pci_ident[] = {
158 * Try to find a `mlx_pci_ident' entry corresponding to this board.
160 static const struct mlx_pci_ident *
163 const struct mlx_pci_ident *mpi, *maxmpi;
166 mpi = mlx_pci_ident;
167 maxmpi = mpi + sizeof(mlx_pci_ident) / sizeof(mlx_pci_ident[0]);
212 const struct mlx_pci_ident *mpi;