Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c1094 const char *bdf_ext; in ath10k_core_check_bdfext() local
1116 bdf_ext = (char *)hdr + hdr->length; in ath10k_core_check_bdfext()
1118 if (memcmp(bdf_ext, magic, strlen(magic)) != 0) { in ath10k_core_check_bdfext()
1124 for (i = 0; i < strlen(bdf_ext); i++) { in ath10k_core_check_bdfext()
1125 if (!isascii(bdf_ext[i]) || !isprint(bdf_ext[i])) { in ath10k_core_check_bdfext()
1133 if (strscpy(ar->id.bdf_ext, bdf_ext + strlen(magic), in ath10k_core_check_bdfext()
1134 sizeof(ar->id.bdf_ext)) < 0) { in ath10k_core_check_bdfext()
1137 bdf_ext); in ath10k_core_check_bdfext()
1143 ATH10K_SMBIOS_BDF_EXT_TYPE, bdf_ext); in ath10k_core_check_bdfext()
1148 ar->id.bdf_ext[0] = '\0'; in ath10k_core_check_smbios()
[all …]
H A Dcore.h1105 char bdf_ext[ATH10K_SMBIOS_BDF_EXT_STR_LENGTH]; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dqmi.h118 char bdf_ext[ATH11K_QMI_BDF_EXT_STR_LENGTH]; member