Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c798 temp = *((__le32 *)&unirom[adapter->file_prd_off] + in qlcnic_validate_bootld()
833 temp = *((__le32 *)&unirom[adapter->file_prd_off] + in qlcnic_validate_fw()
897 adapter->file_prd_off = offs; in qlcnic_validate_product_offs()
947 temp = *((__le32 *)&unirom[adapter->file_prd_off] + idx_offset); in qlcnic_get_data_desc()
1040 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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c617 __le32 idx = cpu_to_le32(*((int *)&unirom[adapter->file_prd_off] + in netxen_nic_validate_bootld()
652 __le32 idx = cpu_to_le32(*((int *)&unirom[adapter->file_prd_off] + in netxen_nic_validate_fw()
721 adapter->file_prd_off = offs; in netxen_nic_validate_product_offs()
768 int idx = cpu_to_le32(*((int *)&unirom[adapter->file_prd_off] + in nx_get_data_desc()
859 __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
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_nx.c1540 int idx = get_unaligned_le32((u32 *)&unirom[ha->file_prd_off] + in qla82xx_get_data_desc()
1831 ha->file_prd_off = offset; in qla82xx_set_product_offset()
H A Dqla_def.h4526 uint32_t file_prd_off; /* File firmware product offset */ member