/linux-4.1.27/drivers/pci/host/ |
D | pcie-iproc.c | 128 u8 hdr_type; in iproc_pcie_check_link() local 134 pci_bus_read_config_byte(bus, 0, PCI_HEADER_TYPE, &hdr_type); in iproc_pcie_check_link() 135 if ((hdr_type & 0x7f) != PCI_HEADER_TYPE_BRIDGE) { in iproc_pcie_check_link() 136 dev_err(pcie->dev, "in EP mode, hdr=%#02x\n", hdr_type); in iproc_pcie_check_link()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | pci_of_scan.c | 176 dev->hdr_type = PCI_HEADER_TYPE_BRIDGE; in of_create_pci_dev() 180 dev->hdr_type = PCI_HEADER_TYPE_CARDBUS; in of_create_pci_dev() 182 dev->hdr_type = PCI_HEADER_TYPE_NORMAL; in of_create_pci_dev() 341 pr_debug(" dev header type: %x\n", dev->hdr_type); in of_scan_pci_dev() 365 pr_debug(" dev header type: %x\n", dev->hdr_type); in __of_scan_bus()
|
D | eeh.c | 1182 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in eeh_add_device_tree_late() 1205 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in eeh_add_sysfs_files()
|
D | eeh_driver.c | 426 if (!dev || (dev->hdr_type & PCI_HEADER_TYPE_BRIDGE)) in eeh_rmv_device()
|
D | pci-common.c | 1692 (dev->hdr_type == PCI_HEADER_TYPE_NORMAL) && in fixup_hide_host_resource_fsl()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 86 u8 hdr_type, device, sec_number; in ibmphp_configure_card() local 129 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type); in ibmphp_configure_card() 133 debug ("hrd_type = %x, class = %x, class_code %x\n", hdr_type, class, class_code); in ibmphp_configure_card() 144 switch (hdr_type) { in ibmphp_configure_card() 146 …("single device case.... vendor id = %x, hdr_type = %x, class = %x\n", vendor_id, hdr_type, class); in ibmphp_configure_card() 313 err ("MAJOR PROBLEM!!!!, header type not supported? %x\n", hdr_type); in ibmphp_configure_card() 1082 u8 hdr_type; in scan_behind_bridge() local 1118 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type); in scan_behind_bridge() 1121 debug ("hdr_type behind the bridge is %x\n", hdr_type); in scan_behind_bridge() 1122 if (hdr_type & PCI_HEADER_TYPE_BRIDGE) { in scan_behind_bridge() [all …]
|
D | shpchp_pci.c | 98 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in shpchp_unconfigure_device()
|
D | rpadlpar_core.c | 195 if (dev->hdr_type != PCI_HEADER_TYPE_BRIDGE) { in dlpar_add_pci_slot() 197 __func__, dev->hdr_type, drc_name); in dlpar_add_pci_slot()
|
D | pciehp_pci.c | 101 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE && presence) { in pciehp_unconfigure_device()
|
D | cpcihp_generic.c | 159 if (!dev || dev->hdr_type != PCI_HEADER_TYPE_BRIDGE) { in cpcihp_generic_init()
|
D | sgi_hotplug.c | 393 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in enable_slot()
|
D | ibmphp_res.c | 1942 u8 sec_busno, device, function, hdr_type, start_io_address, end_io_address; in update_bridge_ranges() local 1968 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type); in update_bridge_ranges() 1970 switch (hdr_type) { in update_bridge_ranges()
|
D | ibmphp_core.c | 815 if (!(flag) && (func->dev->hdr_type == PCI_HEADER_TYPE_BRIDGE)) { in ibm_configure_device()
|
D | cpqphp_pci.c | 109 if (func->pci_dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_configure_device()
|
/linux-4.1.27/drivers/pci/pcie/aer/ |
D | aerdrv_core.c | 221 !(dev->hdr_type & PCI_HEADER_TYPE_BRIDGE)) { in report_error_detected() 244 if (!(dev->hdr_type & PCI_HEADER_TYPE_BRIDGE)) in report_error_detected() 344 if (dev->hdr_type & PCI_HEADER_TYPE_BRIDGE) { in broadcast_error_message() 415 if (dev->hdr_type & PCI_HEADER_TYPE_BRIDGE) { in reset_link() 636 } else if (dev->hdr_type & PCI_HEADER_TYPE_BRIDGE || in get_device_error_info()
|
/linux-4.1.27/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 164 u8 hdr_type) in pci_find_own_cap_start() argument 172 switch (hdr_type) { in pci_find_own_cap_start() 204 u32 hdr_type; in pci_find_own_capability() local 206 spear_dbi_read_reg(config, PCI_HEADER_TYPE, 1, &hdr_type); in pci_find_own_capability() 208 pos = pci_find_own_cap_start(config, hdr_type); in pci_find_own_capability()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | fsl_pci.c | 47 u8 hdr_type; in quirk_fsl_pcie_early() local 54 pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type); in quirk_fsl_pcie_early() 55 if ((hdr_type & 0x7f) != PCI_HEADER_TYPE_BRIDGE) in quirk_fsl_pcie_early() 474 u8 hdr_type, progif; in fsl_add_bridge() local 526 early_read_config_byte(hose, 0, 0, PCI_HEADER_TYPE, &hdr_type); in fsl_add_bridge() 527 if ((hdr_type & 0x7f) != PCI_HEADER_TYPE_BRIDGE) in fsl_add_bridge()
|
D | mv64x60_pci.c | 113 dev->hdr_type = PCI_HEADER_TYPE_INVALID; in mv64x60_pci_fixup_early()
|
D | mpic.c | 564 u8 hdr_type = readb(devbase + PCI_HEADER_TYPE); in mpic_scan_ht_pics() local 584 if (PCI_FUNC(devfn) == 0 && (hdr_type & 0x80) == 0) in mpic_scan_ht_pics()
|
/linux-4.1.27/drivers/pci/ |
D | probe.c | 770 int is_cardbus = (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS); in pci_scan_bridge() 1123 u8 hdr_type; in pci_setup_device() local 1129 if (pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type)) in pci_setup_device() 1135 dev->hdr_type = hdr_type & 0x7f; in pci_setup_device() 1136 dev->multifunction = !!(hdr_type & 0x80); in pci_setup_device() 1157 dev->vendor, dev->device, dev->hdr_type, dev->class); in pci_setup_device() 1180 switch (dev->hdr_type) { /* header type */ in pci_setup_device() 1261 dev->hdr_type); in pci_setup_device() 1266 dev->class, dev->hdr_type); in pci_setup_device()
|
D | pci.c | 185 unsigned int devfn, u8 hdr_type) in __pci_bus_find_cap_start() argument 193 switch (hdr_type) { in __pci_bus_find_cap_start() 229 pos = __pci_bus_find_cap_start(dev->bus, dev->devfn, dev->hdr_type); in pci_find_capability() 253 u8 hdr_type; in pci_bus_find_capability() local 255 pci_bus_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type); in pci_bus_find_capability() 257 pos = __pci_bus_find_cap_start(bus, devfn, hdr_type & 0x7f); in pci_bus_find_capability() 398 pos = __pci_bus_find_cap_start(dev->bus, dev->devfn, dev->hdr_type); in pci_find_ht_capability() 1067 if (pdev->hdr_type == PCI_HEADER_TYPE_NORMAL) { in pci_restore_config_space() 4417 if (dev->hdr_type == PCI_HEADER_TYPE_NORMAL && in pci_reassigndev_resource_alignment() 4449 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE && in pci_reassigndev_resource_alignment()
|
D | proc.c | 41 else if (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) in proc_bus_pci_read()
|
D | quirks.c | 1552 pdev->hdr_type = hdr & 0x7f; in quirk_jmicron_ata() 3689 pdev->hdr_type == PCI_HEADER_TYPE_BRIDGE && in quirk_use_pcie_bridge_dma_alias()
|
D | pci-sysfs.c | 639 else if (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) in pci_read_config()
|
/linux-4.1.27/drivers/xen/xen-pciback/ |
D | conf_space_header.c | 415 switch (dev->hdr_type) { in xen_pcibk_config_header_add_fields() 427 pci_name(dev), dev->hdr_type); in xen_pcibk_config_header_add_fields()
|
D | pciback_ops.c | 36 if (dev->hdr_type != PCI_HEADER_TYPE_NORMAL) in xen_pcibk_control_isr() 110 if (dev->hdr_type == PCI_HEADER_TYPE_NORMAL) { in xen_pcibk_reset_device()
|
D | pci_stub.c | 526 if (dev->hdr_type != PCI_HEADER_TYPE_NORMAL in pcistub_probe() 527 && dev->hdr_type != PCI_HEADER_TYPE_BRIDGE) { in pcistub_probe()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | pci.c | 336 dev->hdr_type = PCI_HEADER_TYPE_BRIDGE; in of_create_pci_dev() 339 dev->hdr_type = PCI_HEADER_TYPE_CARDBUS; in of_create_pci_dev() 341 dev->hdr_type = PCI_HEADER_TYPE_NORMAL; in of_create_pci_dev() 578 dev->hdr_type); in pci_of_scan_bus()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_reset.c | 75 if (bridge->hdr_type == PCI_HEADER_TYPE_BRIDGE && in mthca_reset()
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
D | mpc85xx_cds.c | 161 dev->hdr_type = 0x7f; in skip_fake_bridge()
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | pci.c | 240 if (bus->self && bus->self->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in pcibios_fixup_bus()
|
/linux-4.1.27/arch/arm/kernel/ |
D | bios32.c | 357 if (bus->self && bus->self->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in pcibios_fixup_bus()
|
/linux-4.1.27/include/linux/ |
D | pci.h | 274 u8 hdr_type; /* PCI header type (`multi' flag masked out) */ member 505 return dev->hdr_type == PCI_HEADER_TYPE_BRIDGE || in pci_is_bridge() 506 dev->hdr_type == PCI_HEADER_TYPE_CARDBUS; in pci_is_bridge()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bna_types.h | 670 enum bfi_enet_hds_type hdr_type; member
|
D | bna_tx_rx.c | 1887 cfg_req->rx_cfg.hds.type = rx->hds_cfg.hdr_type; in bna_bfi_rx_enet_start()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_core.h | 334 __u8 hdr_type; member
|
D | qeth_l3_main.c | 2905 hdr->ext.hdr_type = 1; in qeth_tso_fill_header()
|
/linux-4.1.27/arch/x86/kvm/ |
D | assigned-dev.c | 727 if (dev->hdr_type != PCI_HEADER_TYPE_NORMAL) { in kvm_vm_ioctl_assign_device()
|
/linux-4.1.27/drivers/vfio/pci/ |
D | vfio_pci.c | 943 if (pdev->hdr_type != PCI_HEADER_TYPE_NORMAL) in vfio_pci_probe()
|
/linux-4.1.27/drivers/iommu/ |
D | dmar.c | 245 (info->dev->hdr_type == PCI_HEADER_TYPE_NORMAL)) { in dmar_insert_dev_scope()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 859 if (dev->hdr_type != PCI_HEADER_TYPE_NORMAL) in pnv_ioda_dma_weight()
|