Searched refs:hdr_type (Results 1 - 25 of 30) sorted by relevance

12

/drivers/pcmcia/
H A Dcardbus.c79 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE ||
80 dev->hdr_type == PCI_HEADER_TYPE_CARDBUS)
/drivers/pci/hotplug/
H A Dpciehp_pci.c87 if ((dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) ||
88 (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS)) {
133 if (temp->hdr_type == PCI_HEADER_TYPE_BRIDGE && presence) {
H A Dshpchp_pci.c63 if ((dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) ||
64 (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS)) {
116 if (temp->hdr_type == PCI_HEADER_TYPE_BRIDGE) {
H A Drpadlpar_core.c160 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE ||
161 dev->hdr_type == PCI_HEADER_TYPE_CARDBUS)
196 if (dev->hdr_type != PCI_HEADER_TYPE_BRIDGE) {
198 __func__, dev->hdr_type, drc_name);
H A Dpcihp_slot.c168 if (!(dev->hdr_type == PCI_HEADER_TYPE_NORMAL ||
169 (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE &&
H A Dcpci_hotplug_pci.c291 if ((dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) ||
292 (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS)) {
H A Dibmphp_pci.c86 u8 hdr_type, device, sec_number; local
129 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type);
133 debug ("hrd_type = %x, class = %x, class_code %x\n", hdr_type, class, class_code);
144 switch (hdr_type) {
146 debug ("single device case.... vendor id = %x, hdr_type = %x, class = %x\n", vendor_id, hdr_type, class);
311 err ("MAJOR PROBLEM!!!!, header type not supported? %x\n", hdr_type);
1080 u8 hdr_type; local
1116 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type);
1119 debug ("hdr_type behin
1448 u8 hdr_type; local
[all...]
H A Dcpcihp_generic.c163 if(!dev || dev->hdr_type != PCI_HEADER_TYPE_BRIDGE) {
H A Dacpiphp_glue.c815 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE ||
816 dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) {
852 if (dev->hdr_type != PCI_HEADER_TYPE_BRIDGE &&
853 dev->hdr_type != PCI_HEADER_TYPE_CARDBUS) {
H A Dibmphp_res.c1929 u8 sec_busno, device, function, hdr_type, start_io_address, end_io_address; local
1955 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type);
1957 switch (hdr_type) {
H A Dsgi_hotplug.c399 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) {
H A Dibmphp_core.c807 if (!(flag) && (func->dev->hdr_type == PCI_HEADER_TYPE_BRIDGE)) {
/drivers/pci/
H A Dprobe.c731 int is_cardbus = (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS);
991 u8 hdr_type; local
997 if (pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type))
1003 dev->hdr_type = hdr_type & 0x7f;
1004 dev->multifunction = !!(hdr_type & 0x80);
1025 dev->vendor, dev->device, dev->hdr_type, dev->class);
1038 switch (dev->hdr_type) { /* header type */
1111 "ignoring device\n", dev->hdr_type);
1116 "type %02x)\n", dev->class, dev->hdr_type);
[all...]
H A Dpci.c201 unsigned int devfn, u8 hdr_type)
209 switch (hdr_type) {
245 pos = __pci_bus_find_cap_start(dev->bus, dev->devfn, dev->hdr_type);
268 u8 hdr_type; local
270 pci_bus_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type);
272 pos = __pci_bus_find_cap_start(bus, devfn, hdr_type & 0x7f);
435 pos = __pci_bus_find_cap_start(dev->bus, dev->devfn, dev->hdr_type);
1007 if (pdev->hdr_type == PCI_HEADER_TYPE_NORMAL) {
3744 if (dev->hdr_type == PCI_HEADER_TYPE_NORMAL &&
3776 if (dev->hdr_type
200 __pci_bus_find_cap_start(struct pci_bus *bus, unsigned int devfn, u8 hdr_type) argument
[all...]
H A Dproc.c63 else if (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS)
H A Dsetup-bus.c1512 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE ||
1513 dev->hdr_type == PCI_HEADER_TYPE_CARDBUS)
/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c75 if (bridge->hdr_type == PCI_HEADER_TYPE_BRIDGE &&
/drivers/pci/pcie/aer/
H A Daerdrv_core.c253 !(dev->hdr_type & PCI_HEADER_TYPE_BRIDGE)) {
351 if (dev->hdr_type & PCI_HEADER_TYPE_BRIDGE) {
455 if (dev->hdr_type & PCI_HEADER_TYPE_BRIDGE) {
674 } else if (dev->hdr_type & PCI_HEADER_TYPE_BRIDGE ||
/drivers/xen/xen-pciback/
H A Dconf_space_header.c367 switch (dev->hdr_type) {
379 pci_name(dev), dev->hdr_type);
H A Dpciback_ops.c33 if (dev->hdr_type != PCI_HEADER_TYPE_NORMAL)
107 if (dev->hdr_type == PCI_HEADER_TYPE_NORMAL) {
H A Dpci_stub.c472 if (dev->hdr_type != PCI_HEADER_TYPE_NORMAL
473 && dev->hdr_type != PCI_HEADER_TYPE_BRIDGE) {
/drivers/misc/
H A Dspear13xx_pcie_gadget.c163 u8 hdr_type)
171 switch (hdr_type) {
203 u32 hdr_type; local
205 spear_dbi_read_reg(config, PCI_HEADER_TYPE, 1, &hdr_type);
207 pos = pci_find_own_cap_start(config, hdr_type);
162 pci_find_own_cap_start(struct spear_pcie_gadget_config *config, u8 hdr_type) argument
/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h699 enum bfi_enet_hds_type hdr_type; member in struct:bna_hds_config
/drivers/net/wireless/iwmc3200wifi/
H A Drx.c1056 u32 hdr_type = le32_to_cpu(hdr->type); local
1059 hdr_type, hdr_len, hdr_offset);
1064 switch (hdr_type) {
/drivers/s390/net/
H A Dqeth_core.h319 __u8 hdr_type; member in struct:qeth_hdr_ext_tso

Completed in 341 milliseconds

12