Home
last modified time | relevance | path

Searched refs:file_chiprev (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c882 u32 flags, file_chiprev, offs; in qlcnic_validate_product_offs() local
891 file_chiprev = le32_to_cpu(temp); in qlcnic_validate_product_offs()
895 if ((chiprev == file_chiprev) && in qlcnic_validate_product_offs()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c707 __le32 flags, file_chiprev, offs; in netxen_nic_validate_product_offs() local
714 file_chiprev = cpu_to_le32(*((int *)&unirom[offs] + in netxen_nic_validate_product_offs()
719 if ((chiprev == file_chiprev) && in netxen_nic_validate_product_offs()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_nx.c1807 uint32_t flags, file_chiprev, offset; in qla82xx_set_product_offset() local
1825 file_chiprev = le32_to_cpu(*((__le32 *)&unirom[offset] + in qla82xx_set_product_offset()
1830 if ((chiprev == file_chiprev) && ((1ULL << flagbit) & flags)) { in qla82xx_set_product_offset()