tx_fetch_confirm 1822 drivers/net/wireless/ath/ath10k/htt.h 		struct htt_tx_fetch_confirm tx_fetch_confirm;
tx_fetch_confirm 3181 drivers/net/wireless/ath/ath10k/htt_rx.c 	len = sizeof(resp->hdr) + sizeof(resp->tx_fetch_confirm);
tx_fetch_confirm 3187 drivers/net/wireless/ath/ath10k/htt_rx.c 	num_resp_ids = le16_to_cpu(resp->tx_fetch_confirm.num_resp_ids);
tx_fetch_confirm 3188 drivers/net/wireless/ath/ath10k/htt_rx.c 	len += sizeof(resp->tx_fetch_confirm.resp_ids[0]) * num_resp_ids;
tx_fetch_confirm 3196 drivers/net/wireless/ath/ath10k/htt_rx.c 					       resp->tx_fetch_confirm.resp_ids,