Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c1345 const struct ath10k_fw_ie *hdr; in ath10k_core_parse_bd_ie_board()
1354 while (buf_len > sizeof(struct ath10k_fw_ie)) { in ath10k_core_parse_bd_ie_board()
1436 struct ath10k_fw_ie *hdr; in ath10k_core_search_bd()
1439 while (len > sizeof(struct ath10k_fw_ie)) { in ath10k_core_search_bd()
1440 hdr = (struct ath10k_fw_ie *)data; in ath10k_core_search_bd()
2016 struct ath10k_fw_ie *hdr; in ath10k_core_fetch_firmware_api_n()
2052 while (len > sizeof(struct ath10k_fw_ie)) { in ath10k_core_fetch_firmware_api_n()
2053 hdr = (struct ath10k_fw_ie *)data; in ath10k_core_fetch_firmware_api_n()
H A Dhw.h158 struct ath10k_fw_ie { struct
164 dataath10k_fw_ie global() argument