Searched refs:drv_version (Results 1 – 3 of 3) sorted by relevance
1153 int drv_version; in apm_attach() local1206 drv_version = apm_version > 0x102 ? 0x102 : apm_version; in apm_attach()1207 for (; drv_version > 0x100; drv_version--) in apm_attach()1208 if (apm_driver_version(drv_version) == 0) in apm_attach()1210 sc->minorversion = ((drv_version & 0x00f0) >> 4) * 10 + in apm_attach()1211 ((drv_version & 0x000f) >> 0); in apm_attach()1212 sc->majorversion = ((drv_version & 0xf000) >> 12) * 10 + in apm_attach()
53 char drv_version[BXE_DRV_VERSION_LENGTH]; member
19450 snprintf(drv_infop->drv_version, BXE_DRV_VERSION_LENGTH, "v:%s", in bxe_eioctl()