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

/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c888 u32 flags, file_chiprev, offs; qlcnic_validate_product_offs() local
897 file_chiprev = le32_to_cpu(temp); qlcnic_validate_product_offs()
901 if ((chiprev == file_chiprev) && qlcnic_validate_product_offs()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c723 __le32 flags, file_chiprev, offs; netxen_nic_validate_product_offs() local
730 file_chiprev = cpu_to_le32(*((int *)&unirom[offs] + netxen_nic_validate_product_offs()
735 if ((chiprev == file_chiprev) && netxen_nic_validate_product_offs()
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_nx.c1838 __le32 flags, file_chiprev, offset; qla82xx_set_product_offset() local
1856 file_chiprev = cpu_to_le32(*((int *)&unirom[offset] + qla82xx_set_product_offset()
1861 if ((chiprev == file_chiprev) && ((1ULL << flagbit) & flags)) { qla82xx_set_product_offset()

Completed in 157 milliseconds