OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pci2id
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
hifn7751.c
830
static struct
pci2id
{
struct
834
} const
pci2id
[] = {
variable in typeref:struct:pci2id const[]
889
for (i = 0; i < __arraycount(
pci2id
); i++) {
890
if (
pci2id
[i].pci_vendor == PCI_VENDOR(pciid) &&
891
pci2id
[i].pci_prod == PCI_PRODUCT(pciid)) {
892
offtbl =
pci2id
[i].card_id;
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025