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

/freebsd-12-stable/sys/dev/hptnr/
H A Dhptnr_config.c51 const char driver_ver[] = "v1.1.5"; variable
H A Dhptnr_config.h51 #define driver_ver hptnr_driver_ver macro
H A Dos_bsd.h123 extern const char driver_ver[];
H A Dhptnr_osm_bsd.c1528 os_printk("%s %s", driver_name_long, driver_ver);
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhpt27xx_config.c65 const char driver_ver[] = "v1.2.8"; variable
H A Dhpt27xx_config.h50 #define driver_ver hpt27xx_driver_ver macro
H A Dos_bsd.h121 extern const char driver_ver[];
H A Dhpt27xx_osm_bsd.c1346 os_printk("%s %s", driver_name_long, driver_ver);
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptrr_config.c70 char driver_ver[] = "v1.2"; variable
H A Dhptrr_config.h48 #define driver_ver hptrr_driver_ver macro
H A Dos_bsd.h124 extern char driver_ver[];
H A Dhptrr_osm_bsd.c1175 os_printk("%s %s", driver_name_long, driver_ver);
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_opregion.c64 u8 driver_ver[16]; member in struct:opregion_header
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_api.h137 u8 ver, u16 len, char *driver_ver);
H A Dixgbe_api.c1137 * @len: length of driver_ver string
1138 * @driver_ver: driver string
1141 u8 ver, u16 len, char *driver_ver)
1144 build, ver, len, driver_ver),
1140 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.c4592 * @len: length of driver_ver string
4593 * @driver_ver: driver string
4601 u8 build, u8 sub, u16 len, const char *driver_ver)
4609 if ((len == 0) || (driver_ver == NULL) ||
4622 memcpy(fw_cmd.driver_string, driver_ver, len);
4600 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.c4675 * @driver_ver: unused
4684 const char *driver_ver)
4691 UNREFERENCED_2PARAMETER(len, driver_ver);
4682 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
/freebsd-12-stable/sys/dev/ice/
H A Dice_adminq_cmd.h2655 struct ice_aqc_driver_ver driver_ver; member in union:ice_aq_desc::__anon13192
H A Dice_common.c1430 cmd = &desc.params.driver_ver;

Completed in 230 milliseconds