Searched refs:driver_ver (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/sys/dev/hptnr/
H A Dhptnr_config.c49 const char driver_ver[] = "v1.1.5"; variable
H A Dhptnr_config.h49 #define driver_ver hptnr_driver_ver macro
H A Dos_bsd.h121 extern const char driver_ver[];
H A Dhptnr_osm_bsd.c1526 os_printk("%s %s", driver_name_long, driver_ver);
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dhpt27xx_config.c63 const char driver_ver[] = "v1.2.8"; variable
H A Dhpt27xx_config.h48 #define driver_ver hpt27xx_driver_ver macro
H A Dos_bsd.h119 extern const char driver_ver[];
H A Dhpt27xx_osm_bsd.c1344 os_printk("%s %s", driver_name_long, driver_ver);
/freebsd-10-stable/sys/dev/hptrr/
H A Dhptrr_config.c68 char driver_ver[] = "v1.2"; variable
H A Dhptrr_config.h46 #define driver_ver hptrr_driver_ver macro
H A Dos_bsd.h122 extern char driver_ver[];
H A Dhptrr_osm_bsd.c1173 os_printk("%s %s", driver_name_long, driver_ver);
/freebsd-10-stable/sys/dev/drm2/i915/
H A Dintel_opregion.c61 u8 driver_ver[16]; member in struct:opregion_header
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe_api.h136 u8 ver, u16 len, char *driver_ver);
H A Dixgbe_api.c1122 * @len: length of driver_ver string
1123 * @driver_ver: driver string
1126 u8 ver, u16 len, char *driver_ver)
1129 build, ver, len, driver_ver),
1125 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build, u8 ver, u16 len, char *driver_ver) argument
H A Dixgbe_x550.c4609 * @len: length of driver_ver string
4610 * @driver_ver: driver string
4618 u8 build, u8 sub, u16 len, const char *driver_ver)
4626 if ((len == 0) || (driver_ver == NULL) ||
4639 memcpy(fw_cmd.driver_string, driver_ver, len);
4617 ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build, u8 sub, u16 len, const char *driver_ver) argument
H A Dixgbe_common.c4655 const char *driver_ver)
4662 UNREFERENCED_2PARAMETER(len, driver_ver);
4653 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build, u8 sub, u16 len, const char *driver_ver) argument

Completed in 262 milliseconds