Searched refs:pci_id (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/sys/dev/ppc/
H A Dppc_pci.c76 struct pci_id { struct
82 static struct pci_id pci_ids[] = {
100 struct pci_id *id;
/freebsd-current/sys/dev/chromebook_platform/
H A Dchromebook_platform.c46 uint32_t pci_id; member in struct:__anon391
75 if (slaves[i].pci_id != pci_get_devid(controller))
/freebsd-current/sys/dev/uart/
H A Duart_bus_pci.c66 struct pci_id { struct
85 static const struct pci_id pci_ns8250_ids[] = {
202 const static struct pci_id *
203 uart_pci_match(device_t dev, const struct pci_id *id)
266 const struct pci_id *id;
267 struct pci_id cid = {
316 const struct pci_id *id;
/freebsd-current/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c36 PCI_ID pci_id; local
41 for (i=0; him->get_supported_device_id(i, &pci_id); i++) {
43 him->get_controller_count(&pci_id,0,0);
44 if ((pci_get_vendor(dev) == pci_id.vid) &&
45 (pci_get_device(dev) == pci_id.did)){
73 PCI_ID pci_id; local
90 pci_id.vid = pci_get_vendor(dev);
91 pci_id.did = pci_get_device(dev);
92 pci_id.rev = pci_get_revid(dev);
93 pci_id
[all...]
H A Dhim.h69 PCI_ID pci_id; member in struct:_HIM_ADAPTER_CONFIG
/freebsd-current/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c44 PCI_ID pci_id; local
52 for (i=0; him->get_supported_device_id(i, &pci_id); i++) {
53 if ((pci_get_vendor(dev) == pci_id.vid) &&
54 (pci_get_device(dev) == pci_id.did)){
82 PCI_ID pci_id; local
95 pci_id.vid = pci_get_vendor(dev);
96 pci_id.did = pci_get_device(dev);
97 pci_id.rev = pci_get_revid(dev);
99 size = him->get_adapter_size(&pci_id);
108 if (!him->create_adapter(&pci_id, hb
[all...]
H A Dhim.h71 PCI_ID pci_id; member in struct:_HIM_ADAPTER_CONFIG
/freebsd-current/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c37 PCI_ID pci_id; local
42 for (i=0; him->get_supported_device_id(i, &pci_id); i++) {
44 him->get_controller_count(&pci_id,0,0);
45 if ((pci_get_vendor(dev) == pci_id.vid) &&
46 (pci_get_device(dev) == pci_id.did)){
75 PCI_ID pci_id; local
93 pci_id.vid = pci_get_vendor(dev);
94 pci_id.did = pci_get_device(dev);
95 pci_id.rev = pci_get_revid(dev);
96 pci_id
[all...]
H A Dhim.h68 PCI_ID pci_id; member in struct:_HIM_ADAPTER_CONFIG
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_device.c282 uint32_t configsize = 0, pci_id = 0, size; local
285 pci_id = pci_get_device(device);
286 switch (pci_id) {
292 pci_id);
/freebsd-current/sys/dev/sound/pci/
H A Dmaestro3.c87 u_int32_t pci_id; int which; int delay1; int delay2; char *name; member in struct:m3_card_type
1305 for (card = m3_card_types ; card->pci_id ; card++) {
1306 if (pci_get_devid(dev) == card->pci_id) {
1330 for (card = m3_card_types ; card->pci_id ; card++) {
1331 if (sc->type == card->pci_id) {
/freebsd-current/sys/dev/adlink/
H A Dadlink.c345 struct pci_id struct
/freebsd-current/sys/dev/pccbb/
H A Dpccbb_pci.c215 cbb_chipset(uint32_t pci_id, const char **namep) argument
219 for (ycp = yc_chipsets; ycp->yc_id != 0 && pci_id != ycp->yc_id; ++ycp)
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dnvm_cfg.h366 u32 pci_id; /* 0x50 */ member in struct:nvm_cfg1_glob
/freebsd-current/sys/dev/bxe/
H A Decore_hsi.h368 uint32_t pci_id; member in struct:port_hw_cfg
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h13964 * This bit must be '1' for the pci_id field to be
13974 uint16_t pci_id; member in struct:hwrm_func_getfid_input
15542 uint16_t pci_id; member in struct:hwrm_func_qcfg_output
[all...]

Completed in 776 milliseconds