Searched refs:pci_id (Results 1 - 17 of 17) sorted by last modified time

/freebsd-11-stable/sys/dev/uart/
H A Duart_bus_pci.c64 struct pci_id { struct
75 static const struct pci_id pci_ns8250_ids[] = {
166 const static struct pci_id *
167 uart_pci_match(device_t dev, const struct pci_id *id)
192 const struct pci_id *id;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dnvm_cfg.h370 u32 pci_id; /* 0x50 */ member in struct:nvm_cfg1_glob
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h5868 * pci_id is provided, then this function returns fid for that PCI function.
5904 /* This bit must be '1' for the pci_id field to be configured. */
5906 uint16_t pci_id; member in struct:hwrm_func_getfid_input
6624 uint16_t pci_id; member in struct:hwrm_func_qcfg_output
[all...]
/freebsd-11-stable/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-11-stable/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
88 pci_id.vid = pci_get_vendor(dev);
89 pci_id.did = pci_get_device(dev);
90 pci_id.rev = pci_get_revid(dev);
91 pci_id
[all...]
H A Dhim.h68 PCI_ID pci_id; member in struct:_HIM_ADAPTER_CONFIG
/freebsd-11-stable/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
85 pci_id.vid = pci_get_vendor(dev);
86 pci_id.did = pci_get_device(dev);
87 pci_id.rev = pci_get_revid(dev);
88 pci_id
[all...]
H A Dhim.h69 PCI_ID pci_id; member in struct:_HIM_ADAPTER_CONFIG
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.c283 uint32_t configsize = 0, pci_id = 0, size; local
286 pci_id = pci_get_device(device);
287 switch (pci_id) {
293 pci_id);
/freebsd-11-stable/sys/dev/ppc/
H A Dppc_pci.c78 struct pci_id { struct
84 static struct pci_id pci_ids[] = {
102 struct pci_id *id;
/freebsd-11-stable/sys/dev/chromebook_platform/
H A Dchromebook_platform.c49 uint32_t pci_id; member in struct:__anon6227
78 if (slaves[i].pci_id != pci_get_devid(controller))
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c462 common_bktr_attach( bktr_ptr_t bktr, int unit, u_long pci_id, u_int rev ) argument
573 if (PCI_VENDOR(pci_id) == PCI_VENDOR_BROOKTREE)
575 switch (PCI_PRODUCT(pci_id)) {
H A Dbktr_core.h76 u_long pci_id, u_int rev );
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb_pci.c217 cbb_chipset(uint32_t pci_id, const char **namep) argument
221 for (ycp = yc_chipsets; ycp->yc_id != 0 && pci_id != ycp->yc_id; ++ycp)
/freebsd-11-stable/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
1306 for (card = m3_card_types ; card->pci_id ; card++) {
1307 if (pci_get_devid(dev) == card->pci_id) {
1331 for (card = m3_card_types ; card->pci_id ; card++) {
1332 if (sc->type == card->pci_id) {
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h368 uint32_t pci_id; member in struct:port_hw_cfg

Completed in 520 milliseconds