/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 4206 maj = vdev->config.device_hw_info.fw_version.major; in vxge_probe_fw_update() 4210 if (VXGE_FW_VER(maj, min, bld) == VXGE_CERT_FW_VER) in vxge_probe_fw_update() 4216 if (VXGE_FW_VER(maj, min, 0) > 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() [all …]
|
/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 237 asd_ha->hw_prof.bios.maj = bc_struct->bios_major; in asd_get_bios_chim() 241 asd_ha->hw_prof.bios.maj, in asd_get_bios_chim() 401 u8 maj; /* 0 */ member 428 u8 maj; /* 0 */ member 512 u8 maj; /* 0 */ member 672 if (ms->maj != 0) { in asd_validate_ms() 674 ms->maj); in asd_validate_ms() 767 dflt_phy_param.maj = 0; in asd_ms_get_phy_params() 784 if (phy_param->maj != 0) { in asd_ms_get_phy_params() 786 phy_param->maj); in asd_ms_get_phy_params() [all …]
|
D | aic94xx_hwi.h | 39 u8 maj; member
|
/drivers/crypto/caam/ |
D | dpseci_cmd.h | 14 #define DPSECI_VER(maj, min) (((maj) << 16) | (min)) argument
|
/drivers/block/aoe/ |
D | aoedev.c | 440 aoedev_by_aoeaddr(ulong maj, int min, int do_alloc) in aoedev_by_aoeaddr() argument 450 if (d->aoemajor == maj && d->aoeminor == min) { in aoedev_by_aoeaddr() 461 if (d || !do_alloc || minor_get(&sysminor, maj, min) < 0) in aoedev_by_aoeaddr() 487 d->aoemajor = maj; in aoedev_by_aoeaddr()
|
D | aoe.h | 236 struct aoedev *aoedev_by_aoeaddr(ulong maj, int min, int do_alloc);
|
/drivers/xen/ |
D | sys-hypervisor.c | 433 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_store() 449 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_show() 477 xp.version.maj = XENPMU_VER_MAJ; in pmu_features_store() 491 xp.version.maj = XENPMU_VER_MAJ; in pmu_features_show()
|
/drivers/gpu/drm/ |
D | drm_internal.h | 29 #define DRM_IF_VERSION(maj, min) (maj << 16 | min) argument
|
D | drm_edid.c | 47 #define version_greater(edid, maj, min) \ argument 48 (((edid)->version > (maj)) || \ 49 ((edid)->version == (maj) && (edid)->revision > (min)))
|
/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_device.h | 293 u8 maj; member 299 #define OCT_FW_VER(maj, min, rev) \ argument 300 (((u32)(maj) << 16) | ((u32)(min) << 8) | ((u32)(rev)))
|
D | lio_main.c | 3485 octeon_dev->fw_info.ver.maj = LIQUIDIO_BASE_MAJOR_VERSION; in setup_nic_devices() 3734 cur_ver = OCT_FW_VER(octeon_dev->fw_info.ver.maj, in setup_nic_devices()
|
D | lio_ethtool.c | 839 cur_ver = OCT_FW_VER(oct->fw_info.ver.maj, in lio_set_phys_id()
|
/drivers/soc/qcom/ |
D | socinfo.c | 24 #define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) argument
|
/drivers/gpu/drm/savage/ |
D | savage_drv.h | 451 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \ argument 452 (((maj) & 0x1FFF) | \
|
/drivers/crypto/qat/qat_common/ |
D | qat_uclo.c | 127 int maj = hdr->maj_ver & 0xff; in qat_uclo_check_uof_format() local 134 if (min != ICP_QAT_UOF_MINVER || maj != ICP_QAT_UOF_MAJVER) { in qat_uclo_check_uof_format() 136 maj, min); in qat_uclo_check_uof_format() 144 int maj = suof_hdr->maj_ver & 0xff; in qat_uclo_check_suof_format() local 159 if (maj != ICP_QAT_SUOF_MAJVER || min != ICP_QAT_SUOF_MINVER) { in qat_uclo_check_suof_format() 161 maj, min); in qat_uclo_check_suof_format()
|
/drivers/crypto/ccp/ |
D | psp-dev.c | 46 static inline bool sev_version_greater_or_equal(u8 maj, u8 min) in sev_version_greater_or_equal() argument 48 if (psp_master->api_major > maj) in sev_version_greater_or_equal() 50 if (psp_master->api_major == maj && psp_master->api_minor >= min) in sev_version_greater_or_equal()
|
/drivers/input/touchscreen/ |
D | stmfts.c | 177 u8 maj = event[4]; in stmfts_report_contact_event() local 187 input_report_abs(sdata->input, ABS_MT_TOUCH_MAJOR, maj); in stmfts_report_contact_event()
|
/drivers/infiniband/hw/i40iw/ |
D | i40iw_hw.c | 822 u16 *maj, in i40iw_set_flush_info() argument 826 *maj = CQE_MAJOR_DRV; in i40iw_set_flush_info()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.h | 88 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
|
D | ixgbe_common.c | 3755 s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min, in ixgbe_set_fw_drv_ver_generic() argument 3767 fw_cmd.ver_maj = maj; in ixgbe_set_fw_drv_ver_generic()
|
D | ixgbe_x550.c | 2769 static s32 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min, in ixgbe_set_fw_drv_ver_x550() argument 2784 fw_cmd.ver_maj = maj; in ixgbe_set_fw_drv_ver_x550()
|
/drivers/net/ethernet/sfc/ |
D | ptp.c | 474 u32 maj = (u32)ts.tv_sec; in efx_ptp_ns_to_s27() local 483 maj++; in efx_ptp_ns_to_s27() 486 *nic_major = maj; in efx_ptp_ns_to_s27()
|
/drivers/iommu/ |
D | exynos-iommu.c | 150 #define MAKE_MMU_VER(maj, min) ((((maj) & 0xF) << 7) | ((min) & 0x7F)) argument
|
/drivers/net/ethernet/broadcom/ |
D | tg3.h | 2472 #define APE_HOST_DRIVER_ID_MAGIC(maj, min) \ argument 2473 (APE_HOST_DRIVER_ID_LINUX | (maj & 0xff) << 16 | (min & 0xff) << 8)
|