Home
last modified time | relevance | path

Searched refs:pcir_header (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.c282 pcir_header_t *pcir_header = NULL; in hunt_rom() local
290 pcir_header = (pcir_header_t*)( ( void * ) undi.rom + in hunt_rom()
292 if ( pcir_header->signature != PCIR_SIGNATURE ) { in hunt_rom()
296 DBG ( "PCI:%hx:%hx...", pcir_header->vendor_id, in hunt_rom()
297 pcir_header->device_id ); in hunt_rom()
298 if ( ( pcir_header->vendor_id != undi.pci.vendor ) || in hunt_rom()
299 ( pcir_header->device_id != undi.pci.dev_id ) ) { in hunt_rom()
H A Dundi.h128 typedef struct pcir_header { struct
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c11491 pcir_data_t *pcir_header; in modify_device_id() local
11499 pcir_header = (pcir_data_t *) &boot_data[cur_header + in modify_device_id()
11509 if (pcir_header->code_type == 0x00) { in modify_device_id()
11516 *(u16*) pcir_header->device_id = device_id; in modify_device_id()
11536 } else if (pcir_header->code_type == 0x03) { in modify_device_id()
11541 *(u16*) pcir_header->device_id = device_id; in modify_device_id()
11550 if (pcir_header->indicator & 0x80) in modify_device_id()
11601 pcir_data_t *pcir_header; in t4_load_boot() local
11637 pcir_header = (pcir_data_t *) &boot_data[pcir_offset]; in t4_load_boot()
11669 if (le16_to_cpu(*(u16*)pcir_header->vendor_id) != VENDOR_ID) { in t4_load_boot()
[all …]