Searched refs:rtwn_pci_ident_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_attach.h35 static const struct rtwn_pci_ident rtwn_pci_ident_table[] = { variable in typeref:struct:rtwn_pci_ident
H A Drtwn_pci_attach.c102 for (i = 0; i < nitems(rtwn_pci_ident_table); i++) {
103 if (vendor_id == rtwn_pci_ident_table[i].vendor &&
104 device_id == rtwn_pci_ident_table[i].device)
105 return (&rtwn_pci_ident_table[i]);
790 MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, rtwn, rtwn_pci_ident_table,
791 nitems(rtwn_pci_ident_table));

Completed in 59 milliseconds