Searched refs:header_type (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/atari/
H A Dhades-pci.c119 unsigned char header_type; local
138 &header_type)) != PCIBIOS_SUCCESSFUL)
142 ((header_type != PCI_HEADER_TYPE_BRIDGE) && ((where >= PCI_BASE_ADDRESS_2) &&
217 unsigned char header_type; local
229 &header_type)) != PCIBIOS_SUCCESSFUL)
233 ((header_type != PCI_HEADER_TYPE_BRIDGE) && ((where >= PCI_BASE_ADDRESS_2) &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dcpqphp_pci.c508 u8 header_type; local
547 rc = pci_read_config_byte_nodev (ctrl->pci_ops, busnumber, device, 0, PCI_HEADER_TYPE, &header_type);
552 if (header_type & 0x80)
562 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { // P-P Bridge
625 rc = pci_read_config_byte_nodev (ctrl->pci_ops, busnumber, device, function, PCI_HEADER_TYPE, &header_type);
668 u8 header_type; local
684 pci_read_config_byte_nodev (ctrl->pci_ops, new_slot->bus, new_slot->device, 0, PCI_HEADER_TYPE, &header_type);
686 if (header_type & 0x80) // Multi-function device
694 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { // PCI-PCI Bridge
729 pci_read_config_byte_nodev (ctrl->pci_ops, new_slot->bus, new_slot->device, function, PCI_HEADER_TYPE, &header_type);
756 u8 header_type; local
882 u8 header_type; local
1133 u8 header_type; local
1206 u8 header_type; local
[all...]
H A Dcpqphp_ctrl.c1925 u8 device, class_code, header_type, BCR; local
1951 rc = pci_read_config_byte_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_HEADER_TYPE, &header_type);
1956 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Diw_handler.h340 __u8 header_type; /* NULL, iw_point or other */ member in struct:iw_ioctl_description
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Diw_handler.h340 __u8 header_type; /* NULL, iw_point or other */ member in struct:iw_ioctl_description
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dpci_auto.c385 unsigned char header_type; local
411 &header_type))
415 found_multi = header_type & 0x80;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dpci_auto.c288 unsigned char header_type; local
310 PCI_HEADER_TYPE, &header_type);
313 found_multi = header_type & 0x80;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/simple/
H A Dmisc-spruce.c189 unsigned char header_type; local
263 PCI_HEADER_TYPE, &header_type);
266 found_multi = header_type & 0x80;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dwireless.c483 printk(KERN_DEBUG "%s (WE) : Header type : %d, Token type : %d, size : %d, token : %d\n", dev->name, descr->header_type, descr->token_type, descr->token_size, descr->max_tokens);
491 if(descr->header_type != IW_HEADER_TYPE_POINT) {
935 printk(KERN_DEBUG "%s (WE) : Header type : %d, Token type : %d, size : %d, token : %d\n", dev->name, descr->header_type, descr->token_type, descr->token_size, descr->max_tokens);
939 if(descr->header_type == IW_HEADER_TYPE_POINT) {
958 hdr_len = event_type_size[descr->header_type];
/asus-wl-520gu-7.0.1.45/src/include/
H A Dpcicfg.h115 unsigned char header_type; member in struct:_pci_config_regs
358 unsigned char header_type; member in struct:_ppb_config_regs
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dhndpci.c770 cfg->header_type = header;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dqla1280.h447 uint8_t header_type; /* 0xe */ member in struct:__anon2539

Completed in 102 milliseconds