Searched refs:bld (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/neterion/vxge/ |
D | vxge-version.h | 23 #define VXGE_FW_VER(maj, min, bld) (((maj) << 16) + ((min) << 8) + (bld)) argument
|
D | vxge-main.c | 4134 u32 maj, min, bld, cmaj, cmin, cbld; in vxge_fw_upgrade() local 4157 status = vxge_hw_upgrade_read_version(hldev, &maj, &min, &bld); in vxge_fw_upgrade() 4173 if (VXGE_FW_VER(maj, min, bld) == VXGE_FW_VER(cmaj, cmin, cbld) && in vxge_fw_upgrade() 4180 maj, min, bld); in vxge_fw_upgrade() 4202 u32 maj, min, bld; in vxge_probe_fw_update() local 4208 bld = vdev->config.device_hw_info.fw_version.build; in vxge_probe_fw_update() 4210 if (VXGE_FW_VER(maj, min, bld) == VXGE_CERT_FW_VER) in vxge_probe_fw_update() 4226 if (VXGE_FW_VER(maj, min, bld) <= VXGE_FW_DEAD_VER) { in vxge_probe_fw_update() 4228 "upgraded\n", VXGE_DRIVER_NAME, maj, min, bld); in vxge_probe_fw_update() 4233 if (VXGE_FW_VER(maj, min, bld) >= VXGE_EPROM_FW_VER) { in vxge_probe_fw_update() [all …]
|
/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_mcu.c | 154 u16 bld = le16_to_cpu(h->build_ver); in mt76x02_set_ethtool_fwver() local 160 (ver >> 12) & 0xf, (ver >> 8) & 0xf, ver & 0xf, bld); in mt76x02_set_ethtool_fwver()
|
/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 239 asd_ha->hw_prof.bios.bld = le32_to_cpu(bc_struct->bios_build); in asd_get_bios_chim() 243 asd_ha->hw_prof.bios.bld); in asd_get_bios_chim() 388 __le32 bld; member
|
D | aic94xx_hwi.h | 41 u32 bld; member
|
D | aic94xx_init.c | 271 return snprintf(buf, PAGE_SIZE, "%d\n", asd_ha->hw_prof.bios.bld); in asd_show_dev_bios_build() 781 asd_ha->hw_prof.bios.bld); in asd_pci_probe()
|