Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1898 struct bmic_host_wellness_driver_version *host_wellness_driver_ver; in pqisrc_write_driver_version_to_host_wellness() local
1905 data_length = sizeof(*host_wellness_driver_ver); in pqisrc_write_driver_version_to_host_wellness()
1907 host_wellness_driver_ver = os_mem_alloc(softs, data_length); in pqisrc_write_driver_version_to_host_wellness()
1908 if (!host_wellness_driver_ver) { in pqisrc_write_driver_version_to_host_wellness()
1913 host_wellness_driver_ver->start_tag[0] = '<'; in pqisrc_write_driver_version_to_host_wellness()
1914 host_wellness_driver_ver->start_tag[1] = 'H'; in pqisrc_write_driver_version_to_host_wellness()
1915 host_wellness_driver_ver->start_tag[2] = 'W'; in pqisrc_write_driver_version_to_host_wellness()
1916 host_wellness_driver_ver->start_tag[3] = '>'; in pqisrc_write_driver_version_to_host_wellness()
1917 host_wellness_driver_ver->driver_version_tag[0] = 'D'; in pqisrc_write_driver_version_to_host_wellness()
1918 host_wellness_driver_ver->driver_version_tag[1] = 'V'; in pqisrc_write_driver_version_to_host_wellness()
[all …]