Home
last modified time | relevance | path

Searched refs:header_type (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp_pci.c301 u8 header_type; in cpqhp_save_config() local
359 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, 0), PCI_HEADER_TYPE, &header_type); in cpqhp_save_config()
364 if (header_type & 0x80) in cpqhp_save_config()
373 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_save_config()
442 …ci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_HEADER_TYPE, &header_type); in cpqhp_save_config()
468 u8 header_type; in cpqhp_save_slot_config() local
486 …bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config()
488 if (header_type & 0x80) /* Multi-function device */ in cpqhp_save_slot_config()
494 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_save_slot_config()
529 …d_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config()
[all …]
Dcpqphp_ctrl.c2069 u8 device, class_code, header_type, BCR; in cpqhp_process_SS() local
2099 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in cpqhp_process_SS()
2104 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_process_SS()
/linux-4.19.296/drivers/edac/
Dedac_pci_sysfs.c511 u8 header_type; in edac_pci_dev_parity_clear() local
516 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_clear()
518 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) in edac_pci_dev_parity_clear()
533 u8 header_type; in edac_pci_dev_parity_test() local
542 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_test()
578 header_type, dev_name(&dev->dev)); in edac_pci_dev_parity_test()
580 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in edac_pci_dev_parity_test()
/linux-4.19.296/drivers/pci/controller/dwc/
Dpci-layerscape.c59 u32 header_type; in ls_pcie_is_bridge() local
61 header_type = ioread8(pci->dbi_base + PCI_HEADER_TYPE); in ls_pcie_is_bridge()
62 header_type &= 0x7f; in ls_pcie_is_bridge()
64 return header_type == PCI_HEADER_TYPE_BRIDGE; in ls_pcie_is_bridge()
/linux-4.19.296/include/net/
Diw_handler.h375 __u8 header_type; /* NULL, iw_point or other */ member
/linux-4.19.296/drivers/pci/controller/
Dpci-mvebu.c95 u8 header_type; member
493 bridge->header_type = PCI_HEADER_TYPE_BRIDGE; in mvebu_sw_pci_bridge_init()
528 *value = bridge->bist << 24 | bridge->header_type << 16 | in mvebu_sw_pci_bridge_read()
/linux-4.19.296/include/linux/mlx5/
Dmlx5_ifc.h4814 u8 header_type[0x3]; member