Home
last modified time | relevance | path

Searched refs:pcir_header (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c10536 struct cxgb4_pcir_data *pcir_header; in modify_device_id() local
10545 pcir_header = (struct cxgb4_pcir_data *)(cur_header + in modify_device_id()
10555 if (pcir_header->code_type == CXGB4_HDR_CODE1) { in modify_device_id()
10562 pcir_header->device_id = cpu_to_le16(device_id); in modify_device_id()
10582 } else if (pcir_header->code_type == CXGB4_HDR_CODE2) { in modify_device_id()
10586 pcir_header->device_id = cpu_to_le16(device_id); in modify_device_id()
10593 } while (!(pcir_header->indicator & CXGB4_HDR_INDI)); in modify_device_id()
10613 struct cxgb4_pcir_data *pcir_header; in t4_load_boot() local
10631 pcir_header = (struct cxgb4_pcir_data *)&boot_data[pcir_offset]; in t4_load_boot()
10649 if (le32_to_cpu(pcir_header in t4_load_boot()
[all...]
H A Dcxgb4_ethtool.c1448 struct cxgb4_pcir_data *pcir_header; in cxgb4_validate_boot_image() local
1462 pcir_header = (struct cxgb4_pcir_data *)(cur_header + in cxgb4_validate_boot_image()
1467 } while (!(pcir_header->indicator & CXGB4_HDR_INDI)); in cxgb4_validate_boot_image()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c10505 struct cxgb4_pcir_data *pcir_header; in modify_device_id() local
10514 pcir_header = (struct cxgb4_pcir_data *)(cur_header + in modify_device_id()
10524 if (pcir_header->code_type == CXGB4_HDR_CODE1) { in modify_device_id()
10531 pcir_header->device_id = cpu_to_le16(device_id); in modify_device_id()
10551 } else if (pcir_header->code_type == CXGB4_HDR_CODE2) { in modify_device_id()
10555 pcir_header->device_id = cpu_to_le16(device_id); in modify_device_id()
10562 } while (!(pcir_header->indicator & CXGB4_HDR_INDI)); in modify_device_id()
10582 struct cxgb4_pcir_data *pcir_header; in t4_load_boot() local
10600 pcir_header = (struct cxgb4_pcir_data *)&boot_data[pcir_offset]; in t4_load_boot()
10618 if (le32_to_cpu(pcir_header in t4_load_boot()
[all...]
H A Dcxgb4_ethtool.c1456 struct cxgb4_pcir_data *pcir_header; in cxgb4_validate_boot_image() local
1470 pcir_header = (struct cxgb4_pcir_data *)(cur_header + in cxgb4_validate_boot_image()
1475 } while (!(pcir_header->indicator & CXGB4_HDR_INDI)); in cxgb4_validate_boot_image()

Completed in 30 milliseconds