Searched refs:pcir_header (Results 1 – 2 of 2) sorted by relevance
10523 struct cxgb4_pcir_data *pcir_header; in modify_device_id() local10532 pcir_header = (struct cxgb4_pcir_data *)(cur_header + in modify_device_id()10542 if (pcir_header->code_type == CXGB4_HDR_CODE1) { in modify_device_id()10549 pcir_header->device_id = cpu_to_le16(device_id); in modify_device_id()10569 } else if (pcir_header->code_type == CXGB4_HDR_CODE2) { in modify_device_id()10573 pcir_header->device_id = cpu_to_le16(device_id); in modify_device_id()10580 } while (!(pcir_header->indicator & CXGB4_HDR_INDI)); in modify_device_id()10600 struct cxgb4_pcir_data *pcir_header; in t4_load_boot() local10618 pcir_header = (struct cxgb4_pcir_data *)&boot_data[pcir_offset]; in t4_load_boot()10636 if (le32_to_cpu(pcir_header->signature) != PCIR_SIGNATURE) { in t4_load_boot()[all …]
1434 struct cxgb4_pcir_data *pcir_header; in cxgb4_validate_boot_image() local1448 pcir_header = (struct cxgb4_pcir_data *)(cur_header + in cxgb4_validate_boot_image()1453 } while (!(pcir_header->indicator & CXGB4_HDR_INDI)); in cxgb4_validate_boot_image()