Home
last modified time | relevance | path

Searched refs:hdr_type (Results 1 – 41 of 41) sorted by relevance

/linux-4.1.27/drivers/pci/host/
Dpcie-iproc.c128 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/
Dpci_of_scan.c176 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()
Deeh.c1182 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()
Deeh_driver.c426 if (!dev || (dev->hdr_type & PCI_HEADER_TYPE_BRIDGE)) in eeh_rmv_device()
Dpci-common.c1692 (dev->hdr_type == PCI_HEADER_TYPE_NORMAL) && in fixup_hide_host_resource_fsl()
/linux-4.1.27/drivers/pci/hotplug/
Dibmphp_pci.c86 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 …]
Dshpchp_pci.c98 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in shpchp_unconfigure_device()
Drpadlpar_core.c195 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()
Dpciehp_pci.c101 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE && presence) { in pciehp_unconfigure_device()
Dcpcihp_generic.c159 if (!dev || dev->hdr_type != PCI_HEADER_TYPE_BRIDGE) { in cpcihp_generic_init()
Dsgi_hotplug.c393 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in enable_slot()
Dibmphp_res.c1942 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()
Dibmphp_core.c815 if (!(flag) && (func->dev->hdr_type == PCI_HEADER_TYPE_BRIDGE)) { in ibm_configure_device()
Dcpqphp_pci.c109 if (func->pci_dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_configure_device()
/linux-4.1.27/drivers/pci/pcie/aer/
Daerdrv_core.c221 !(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/
Dspear13xx_pcie_gadget.c164 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/
Dfsl_pci.c47 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()
Dmv64x60_pci.c113 dev->hdr_type = PCI_HEADER_TYPE_INVALID; in mv64x60_pci_fixup_early()
Dmpic.c564 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/
Dprobe.c770 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()
Dpci.c185 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()
Dproc.c41 else if (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) in proc_bus_pci_read()
Dquirks.c1552 pdev->hdr_type = hdr & 0x7f; in quirk_jmicron_ata()
3689 pdev->hdr_type == PCI_HEADER_TYPE_BRIDGE && in quirk_use_pcie_bridge_dma_alias()
Dpci-sysfs.c639 else if (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) in pci_read_config()
/linux-4.1.27/drivers/xen/xen-pciback/
Dconf_space_header.c415 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()
Dpciback_ops.c36 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()
Dpci_stub.c526 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/
Dpci.c336 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/
Dmthca_reset.c75 if (bridge->hdr_type == PCI_HEADER_TYPE_BRIDGE && in mthca_reset()
/linux-4.1.27/arch/powerpc/platforms/85xx/
Dmpc85xx_cds.c161 dev->hdr_type = 0x7f; in skip_fake_bridge()
/linux-4.1.27/arch/unicore32/kernel/
Dpci.c240 if (bus->self && bus->self->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in pcibios_fixup_bus()
/linux-4.1.27/arch/arm/kernel/
Dbios32.c357 if (bus->self && bus->self->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in pcibios_fixup_bus()
/linux-4.1.27/include/linux/
Dpci.h274 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/
Dbna_types.h670 enum bfi_enet_hds_type hdr_type; member
Dbna_tx_rx.c1887 cfg_req->rx_cfg.hds.type = rx->hds_cfg.hdr_type; in bna_bfi_rx_enet_start()
/linux-4.1.27/drivers/s390/net/
Dqeth_core.h334 __u8 hdr_type; member
Dqeth_l3_main.c2905 hdr->ext.hdr_type = 1; in qeth_tso_fill_header()
/linux-4.1.27/arch/x86/kvm/
Dassigned-dev.c727 if (dev->hdr_type != PCI_HEADER_TYPE_NORMAL) { in kvm_vm_ioctl_assign_device()
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci.c943 if (pdev->hdr_type != PCI_HEADER_TYPE_NORMAL) in vfio_pci_probe()
/linux-4.1.27/drivers/iommu/
Ddmar.c245 (info->dev->hdr_type == PCI_HEADER_TYPE_NORMAL)) { in dmar_insert_dev_scope()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpci-ioda.c859 if (dev->hdr_type != PCI_HEADER_TYPE_NORMAL) in pnv_ioda_dma_weight()