Searched defs:hdr_type (Results 1 - 8 of 8) 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);
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 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) {
/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/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/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...]
/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h699 enum bfi_enet_hds_type hdr_type; member in struct:bna_hds_config
/drivers/s390/net/
H A Dqeth_core.h319 __u8 hdr_type; member in struct:qeth_hdr_ext_tso

Completed in 995 milliseconds