Home
last modified time | relevance | path

Searched refs:DRIVER_VERSION (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_core.h36 #ifndef DRIVER_VERSION
37 #define DRIVER_VERSION "3.7.1" macro
H A Dmlx5_main.c65 DRIVER_VERSION " (" DRIVER_RELDATE ")";
223 snprintf(string, driver_ver_sz, "FreeBSD,mlx5_core,%u.%u.%u," DRIVER_VERSION, in mlx5_set_driver_version()
/freebsd/sys/dev/gve/
H A Dgve_register.h43 #define DRIVER_VERSION 31 macro
H A Dgve_main.c883 bus_write_multi_1(priv->reg_bar, DRIVER_VERSION, GVE_DRIVER_VERSION, in gve_attach()
/freebsd/sys/dev/hptmv/
H A Dhptproc.c52 extern char DRIVER_VERSION[];
619 hpt_copy_info(req, "%s Version %s\n", DRIVER_NAME, DRIVER_VERSION); in hpt_status()
H A Dentry.c157 char DRIVER_VERSION[] = "v1.16"; variable
1981 device_printf(dev, "%s Version %s \n", DRIVER_NAME, DRIVER_VERSION); in hpt_attach()