Searched refs:mlx_pci_ident (Results 1 – 1 of 1) sorted by relevance
90 static const struct mlx_pci_ident *mlx_pci_findmpi(struct pci_attach_args *);110 static struct mlx_pci_ident { struct116 } const mlx_pci_ident[] = { variable160 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()