Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dcore.c960 int ret, board_ie_id; in ath11k_core_parse_bd_ie_board() local
969 board_ie_id = le32_to_cpu(hdr->id); in ath11k_core_parse_bd_ie_board()
984 if (board_ie_id == name_id) { in ath11k_core_parse_bd_ie_board()
1000 } else if (board_ie_id == data_id) { in ath11k_core_parse_bd_ie_board()
1018 board_ie_id); in ath11k_core_parse_bd_ie_board()
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dcore.c1323 int ret, board_ie_id; in ath10k_core_parse_bd_ie_board() local
1332 board_ie_id = le32_to_cpu(hdr->id); in ath10k_core_parse_bd_ie_board()
1346 switch (board_ie_id) { in ath10k_core_parse_bd_ie_board()
1388 board_ie_id); in ath10k_core_parse_bd_ie_board()