Lines Matching refs:pcir_header
10503 struct cxgb4_pcir_data *pcir_header; in modify_device_id() local
10512 pcir_header = (struct cxgb4_pcir_data *)(cur_header + in modify_device_id()
10522 if (pcir_header->code_type == CXGB4_HDR_CODE1) { in modify_device_id()
10529 pcir_header->device_id = cpu_to_le16(device_id); in modify_device_id()
10549 } else if (pcir_header->code_type == CXGB4_HDR_CODE2) { in modify_device_id()
10553 pcir_header->device_id = cpu_to_le16(device_id); in modify_device_id()
10560 } while (!(pcir_header->indicator & CXGB4_HDR_INDI)); in modify_device_id()
10580 struct cxgb4_pcir_data *pcir_header; in t4_load_boot() local
10598 pcir_header = (struct cxgb4_pcir_data *)&boot_data[pcir_offset]; in t4_load_boot()
10616 if (le32_to_cpu(pcir_header->signature) != PCIR_SIGNATURE) { in t4_load_boot()
10622 if (le16_to_cpu(pcir_header->vendor_id) != PCI_VENDOR_ID_CHELSIO) { in t4_load_boot()
10648 if (le16_to_cpu(pcir_header->device_id) != device_id) { in t4_load_boot()