Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dcore.c145 int ret, board_ie_id; in ath12k_core_parse_bd_ie_board() local
154 board_ie_id = le32_to_cpu(hdr->id); in ath12k_core_parse_bd_ie_board()
168 switch (board_ie_id) { in ath12k_core_parse_bd_ie_board()
200 board_ie_id); in ath12k_core_parse_bd_ie_board()
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dcore.c1088 int ret, board_ie_id; in ath11k_core_parse_bd_ie_board() local
1097 board_ie_id = le32_to_cpu(hdr->id); in ath11k_core_parse_bd_ie_board()
1112 if (board_ie_id == name_id) { in ath11k_core_parse_bd_ie_board()
1128 } else if (board_ie_id == data_id) { in ath11k_core_parse_bd_ie_board()
1146 board_ie_id); in ath11k_core_parse_bd_ie_board()
/linux-6.6.21/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()