Searched refs:hw_version (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_ver_dbg.c | 35 char hw_version[ADF_CFG_MAX_VAL_LEN_IN_BYTES]; in adf_sysctl_read_hw_versions() local 41 snprintf(hw_version, in adf_sysctl_read_hw_versions() 46 snprintf(hw_version, ADF_CFG_MAX_VAL_LEN_IN_BYTES, ""); in adf_sysctl_read_hw_versions() 49 hw_version, in adf_sysctl_read_hw_versions() 50 strnlen(hw_version, ADF_CFG_MAX_VAL_LEN_IN_BYTES)); in adf_sysctl_read_hw_versions()
|
H A D | adf_init.c | 76 char hw_version[ADF_CFG_MAX_VAL_LEN_IN_BYTES]; in adf_cfg_add_device_params() local 119 snprintf(hw_version, in adf_cfg_add_device_params() 124 accel_dev, ADF_GENERAL_SEC, key, (void *)hw_version, ADF_STR)) in adf_cfg_add_device_params()
|
/freebsd/sys/dev/qcom_qup/ |
H A D | qcom_spi_var.h | 53 qcom_spi_hw_version_t hw_version; member 111 ((sc)->hw_version == QCOM_SPI_HW_QPI_V1_1)
|
H A D | qcom_spi.c | 295 sc->hw_version = in qcom_spi_attach()
|
/freebsd/sys/dev/qcom_tcsr/ |
H A D | qcom_tcsr_var.h | 39 uint32_t hw_version; member
|
H A D | qcom_tcsr.c | 101 sc->hw_version = in qcom_tcsr_attach()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_mcu.h | 83 char hw_version[4]; member
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp.h | 149 uint8_t hw_version; member
|
H A D | ccp.c | 725 db_printf(" hw_version: %d\n", (int)sc->hw_version); in db_show_ccp_sc()
|
H A D | ccp_hardware.c | 786 sc->hw_version = version & VERSION_NUM_MASK; in ccp_hw_attach()
|
/freebsd/sys/dev/enic/ |
H A D | vnic_devcmd.h | 722 char hw_version[32]; member
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | core.c | 3391 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw() 3403 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw() 3413 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 1249 int features, hw_version; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mac80211.c | 624 hw->wiphy->hw_version = mvm->trans->hw_id; in iwl_mvm_mac_setup_register()
|