Searched refs:hw_war_version (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_pci.c142 const char *hw_war_version; local
222 "hw_war_version", &hw_war_version)) {
223 device_printf(ocs->dev, "hw_war_version = %s\n", hw_war_version);
224 ocs->hw_war_version = strdup(hw_war_version, M_OCS);
554 free(ocs->hw_war_version, M_OCS);
651 free(ocs->hw_war_version, M_OCS);
H A Docs_drv_fc.h73 char *hw_war_version; member in struct:ocs_s
H A Docs.h163 char *hw_war_version; member in struct:ocs_softc
H A Docs_xport.c210 rc = ocs_hw_set_ptr(&ocs->hw, OCS_HW_WAR_VERSION, ocs->hw_war_version);
H A Docs_hw.h1057 char *hw_war_version; member in struct:ocs_hw_s
H A Docs_hw.c344 * Call for each setup, to allow for hw_war_version
2039 hw->hw_war_version = value;
12447 /* If hw_war_version is non-null, then its a value that was set by a module parameter
12451 if (hw->hw_war_version) {
12452 hw->workaround.fwrev = parse_fw_version(hw->hw_war_version);

Completed in 148 milliseconds