Searched defs:hdr_type (Results 1 - 7 of 7) sorted by relevance

/drivers/pci/hotplug/
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);
313 err ("MAJOR PROBLEM!!!!, header type not supported? %x\n", hdr_type);
1082 u8 hdr_type; local
1118 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type);
1121 debug ("hdr_type behin
1448 u8 hdr_type; local
[all...]
H A Dibmphp_res.c1945 u8 sec_busno, device, function, hdr_type, start_io_address, end_io_address; local
1971 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type);
1973 switch (hdr_type) {
/drivers/misc/
H A Dspear13xx_pcie_gadget.c164 u8 hdr_type)
172 switch (hdr_type) {
204 u32 hdr_type; local
206 spear_dbi_read_reg(config, PCI_HEADER_TYPE, 1, &hdr_type);
208 pos = pci_find_own_cap_start(config, hdr_type);
163 pci_find_own_cap_start(struct spear_pcie_gadget_config *config, u8 hdr_type) argument
/drivers/pci/
H A Dprobe.c776 int is_cardbus = (dev->hdr_type == PCI_HEADER_TYPE_CARDBUS);
1110 u8 hdr_type; local
1116 if (pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type))
1122 dev->hdr_type = hdr_type & 0x7f;
1123 dev->multifunction = !!(hdr_type & 0x80);
1144 dev->vendor, dev->device, dev->hdr_type, dev->class);
1157 switch (dev->hdr_type) { /* header type */
1238 dev->hdr_type);
1243 dev->class, dev->hdr_type);
[all...]
H A Dpci.c179 unsigned int devfn, u8 hdr_type)
187 switch (hdr_type) {
223 pos = __pci_bus_find_cap_start(dev->bus, dev->devfn, dev->hdr_type);
247 u8 hdr_type; local
249 pci_bus_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type);
251 pos = __pci_bus_find_cap_start(bus, devfn, hdr_type & 0x7f);
392 pos = __pci_bus_find_cap_start(dev->bus, dev->devfn, dev->hdr_type);
1060 if (pdev->hdr_type == PCI_HEADER_TYPE_NORMAL) {
4349 if (dev->hdr_type == PCI_HEADER_TYPE_NORMAL &&
4381 if (dev->hdr_type
178 __pci_bus_find_cap_start(struct pci_bus *bus, unsigned int devfn, u8 hdr_type) argument
[all...]
/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h669 enum bfi_enet_hds_type hdr_type; member in struct:bna_hds_config
/drivers/s390/net/
H A Dqeth_core.h334 __u8 hdr_type; member in struct:qeth_hdr_ext_tso

Completed in 139 milliseconds