Home
last modified time | relevance | path

Searched refs:pcir_offset (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1459 u16 pcir_offset; in cxgb4_validate_boot_image() local
1469 pcir_offset = le16_to_cpu(header->pcir_offset); in cxgb4_validate_boot_image()
1471 pcir_offset); in cxgb4_validate_boot_image()
H A Dt4_hw.c10509 u16 pcir_offset; in modify_device_id() local
10514 pcir_offset = le16_to_cpu(header->pcir_offset); in modify_device_id()
10516 pcir_offset); in modify_device_id()
10584 int pcir_offset; in t4_load_boot() local
10599 pcir_offset = le16_to_cpu(header->pcir_offset); in t4_load_boot()
10601 pcir_header = (struct cxgb4_pcir_data *)&boot_data[pcir_offset]; in t4_load_boot()