Home
last modified time | relevance | path

Searched refs:maj (Results 1 – 13 of 13) sorted by relevance

/drivers/net/ethernet/neterion/vxge/
Dvxge-version.h23 #define VXGE_FW_VER(maj, min, bld) (((maj) << 16) + ((min) << 8) + (bld)) argument
Dvxge-main.c4139 u32 maj, min, bld, cmaj, cmin, cbld; in vxge_fw_upgrade() local
4162 status = vxge_hw_upgrade_read_version(hldev, &maj, &min, &bld); in vxge_fw_upgrade()
4178 if (VXGE_FW_VER(maj, min, bld) == VXGE_FW_VER(cmaj, cmin, cbld) && in vxge_fw_upgrade()
4185 maj, min, bld); in vxge_fw_upgrade()
4207 u32 maj, min, bld; in vxge_probe_fw_update() local
4211 maj = vdev->config.device_hw_info.fw_version.major; in vxge_probe_fw_update()
4215 if (VXGE_FW_VER(maj, min, bld) == VXGE_CERT_FW_VER) in vxge_probe_fw_update()
4221 if (VXGE_FW_VER(maj, min, 0) > VXGE_CERT_FW_VER) { in vxge_probe_fw_update()
4231 if (VXGE_FW_VER(maj, min, bld) <= VXGE_FW_DEAD_VER) { in vxge_probe_fw_update()
4233 "upgraded\n", VXGE_DRIVER_NAME, maj, min, bld); in vxge_probe_fw_update()
[all …]
/drivers/scsi/aic94xx/
Daic94xx_sds.c255 asd_ha->hw_prof.bios.maj = bc_struct->bios_major; in asd_get_bios_chim()
259 asd_ha->hw_prof.bios.maj, in asd_get_bios_chim()
419 u8 maj; /* 0 */ member
446 u8 maj; /* 0 */ member
530 u8 maj; /* 0 */ member
690 if (ms->maj != 0) { in asd_validate_ms()
692 ms->maj); in asd_validate_ms()
785 dflt_phy_param.maj = 0; in asd_ms_get_phy_params()
802 if (phy_param->maj != 0) { in asd_ms_get_phy_params()
804 phy_param->maj); in asd_ms_get_phy_params()
[all …]
Daic94xx_hwi.h57 u8 maj; member
/drivers/block/aoe/
Daoedev.c435 aoedev_by_aoeaddr(ulong maj, int min, int do_alloc) in aoedev_by_aoeaddr() argument
445 if (d->aoemajor == maj && d->aoeminor == min) { in aoedev_by_aoeaddr()
456 if (d || !do_alloc || minor_get(&sysminor, maj, min) < 0) in aoedev_by_aoeaddr()
483 d->aoemajor = maj; in aoedev_by_aoeaddr()
Daoe.h231 struct aoedev *aoedev_by_aoeaddr(ulong maj, int min, int do_alloc);
/drivers/gpu/drm/savage/
Dsavage_drv.h448 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \ argument
449 (((maj) & 0x1FFF) | \
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.h106 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
Dixgbe_common.c3524 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min, in ixgbe_set_fw_drv_ver_generic() argument
3540 fw_cmd.ver_maj = maj; in ixgbe_set_fw_drv_ver_generic()
/drivers/gpu/drm/
Ddrm_edid.c38 #define version_greater(edid, maj, min) \ argument
39 (((edid)->version > (maj)) || \
40 ((edid)->version == (maj) && (edid)->revision > (min)))
/drivers/block/
Dcpqarray.c47 #define SMART2_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin)) argument
Dcciss.c59 #define CCISS_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin)) argument
/drivers/net/ethernet/broadcom/
Dtg3.h2434 #define APE_HOST_DRIVER_ID_MAGIC(maj, min) \ argument
2435 (APE_HOST_DRIVER_ID_LINUX | (maj & 0xff) << 16 | (min & 0xff) << 8)