OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 13 08:09:50 GMT 2025