tx_fetch_ind 1821 drivers/net/wireless/ath/ath10k/htt.h struct htt_tx_fetch_ind tx_fetch_ind; tx_fetch_ind 3061 drivers/net/wireless/ath/ath10k/htt_rx.c len = sizeof(resp->hdr) + sizeof(resp->tx_fetch_ind); tx_fetch_ind 3067 drivers/net/wireless/ath/ath10k/htt_rx.c num_records = le16_to_cpu(resp->tx_fetch_ind.num_records); tx_fetch_ind 3068 drivers/net/wireless/ath/ath10k/htt_rx.c num_resp_ids = le16_to_cpu(resp->tx_fetch_ind.num_resp_ids); tx_fetch_ind 3070 drivers/net/wireless/ath/ath10k/htt_rx.c len += sizeof(resp->tx_fetch_ind.records[0]) * num_records; tx_fetch_ind 3071 drivers/net/wireless/ath/ath10k/htt_rx.c len += sizeof(resp->tx_fetch_ind.resp_ids[0]) * num_resp_ids; tx_fetch_ind 3080 drivers/net/wireless/ath/ath10k/htt_rx.c le16_to_cpu(resp->tx_fetch_ind.fetch_seq_num)); tx_fetch_ind 3095 drivers/net/wireless/ath/ath10k/htt_rx.c record = &resp->tx_fetch_ind.records[i]; tx_fetch_ind 3155 drivers/net/wireless/ath/ath10k/htt_rx.c resp_ids = ath10k_htt_get_tx_fetch_ind_resp_ids(&resp->tx_fetch_ind); tx_fetch_ind 3159 drivers/net/wireless/ath/ath10k/htt_rx.c resp->tx_fetch_ind.token, tx_fetch_ind 3160 drivers/net/wireless/ath/ath10k/htt_rx.c resp->tx_fetch_ind.fetch_seq_num, tx_fetch_ind 3161 drivers/net/wireless/ath/ath10k/htt_rx.c resp->tx_fetch_ind.records, tx_fetch_ind 3165 drivers/net/wireless/ath/ath10k/htt_rx.c le32_to_cpu(resp->tx_fetch_ind.token), ret); tx_fetch_ind 3895 drivers/net/wireless/ath/ath10k/htt_rx.c struct sk_buff *tx_fetch_ind = skb_copy(skb, GFP_ATOMIC); tx_fetch_ind 3897 drivers/net/wireless/ath/ath10k/htt_rx.c if (!tx_fetch_ind) { tx_fetch_ind 3901 drivers/net/wireless/ath/ath10k/htt_rx.c skb_queue_tail(&htt->tx_fetch_ind_q, tx_fetch_ind);