mlx_pci_ident
} const mlx_pci_ident[] = {
static const struct mlx_pci_ident *
const struct mlx_pci_ident *mpi, *maxmpi;
mpi = mlx_pci_ident;
maxmpi = mpi + sizeof(mlx_pci_ident) / sizeof(mlx_pci_ident[0]);
const struct mlx_pci_ident *mpi;
static const struct mlx_pci_ident *mlx_pci_findmpi(struct pci_attach_args *);