Home
last modified time | relevance | path

Searched refs:file_prd_off (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c796 temp = *((__le32 *)&unirom[adapter->file_prd_off] + in qlcnic_validate_bootld()
831 temp = *((__le32 *)&unirom[adapter->file_prd_off] + in qlcnic_validate_fw()
895 adapter->file_prd_off = offs; in qlcnic_validate_product_offs()
945 temp = *((__le32 *)&unirom[adapter->file_prd_off] + idx_offset); in qlcnic_get_data_desc()
1038 u32 bios_ver, prd_off = adapter->file_prd_off; in qlcnic_get_bios_version()
H A Dqlcnic.h1180 u32 file_prd_off; /*File fw product offset*/ member
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c615 __le32 idx = cpu_to_le32(*((int *)&unirom[adapter->file_prd_off] + in netxen_nic_validate_bootld()
650 __le32 idx = cpu_to_le32(*((int *)&unirom[adapter->file_prd_off] + in netxen_nic_validate_fw()
719 adapter->file_prd_off = offs; in netxen_nic_validate_product_offs()
766 int idx = cpu_to_le32(*((int *)&unirom[adapter->file_prd_off] + in nx_get_data_desc()
857 __le32 bios_ver, prd_off = adapter->file_prd_off; in nx_get_bios_version()
H A Dnetxen_nic.h1677 __le32 file_prd_off; /*File fw product offset*/ member
/linux/drivers/scsi/qla2xxx/
H A Dqla_nx.c1537 int idx = get_unaligned_le32((u32 *)&unirom[ha->file_prd_off] + in qla82xx_get_data_desc()
1828 ha->file_prd_off = offset; in qla82xx_set_product_offset()
H A Dqla_def.h4770 uint32_t file_prd_off; /* File firmware product offset */ member