Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dcore.c979 const char *bdf_ext; in ath10k_core_check_bdfext() local
1001 bdf_ext = (char *)hdr + hdr->length; in ath10k_core_check_bdfext()
1003 if (memcmp(bdf_ext, magic, strlen(magic)) != 0) { in ath10k_core_check_bdfext()
1009 for (i = 0; i < strlen(bdf_ext); i++) { in ath10k_core_check_bdfext()
1010 if (!isascii(bdf_ext[i]) || !isprint(bdf_ext[i])) { in ath10k_core_check_bdfext()
1018 if (strscpy(ar->id.bdf_ext, bdf_ext + strlen(magic), in ath10k_core_check_bdfext()
1019 sizeof(ar->id.bdf_ext)) < 0) { in ath10k_core_check_bdfext()
1022 bdf_ext); in ath10k_core_check_bdfext()
1028 ATH10K_SMBIOS_BDF_EXT_TYPE, bdf_ext); in ath10k_core_check_bdfext()
1033 ar->id.bdf_ext[0] = '\0'; in ath10k_core_check_smbios()
[all …]
Dcore.h1085 char bdf_ext[ATH10K_SMBIOS_BDF_EXT_STR_LENGTH]; member