HomeSort by: relevance | last modified time | path
    Searched defs:mlx_pci_ident (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
mlx_pci.c 90 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 in typeref:struct:mlx_pci_ident const[]
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
    [all...]

Completed in 12 milliseconds