Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_init.c883 u32 flags, file_chiprev, offs; in qlcnic_validate_product_offs() local
892 file_chiprev = le32_to_cpu(temp); in qlcnic_validate_product_offs()
896 if ((chiprev == file_chiprev) && in qlcnic_validate_product_offs()
/Linux-v5.10/drivers/net/ethernet/qlogic/netxen/
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()
/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_nx.c1806 uint32_t flags, file_chiprev, offset; in qla82xx_set_product_offset() local
1824 file_chiprev = le32_to_cpu(*((__le32 *)&unirom[offset] + in qla82xx_set_product_offset()
1829 if ((chiprev == file_chiprev) && ((1ULL << flagbit) & flags)) { in qla82xx_set_product_offset()