Lines Matching defs:resp_ids
3356 const __le32 *resp_ids,
3366 resp_id = le32_to_cpu(resp_ids[i]);
3386 const __le32 *resp_ids;
3407 len += sizeof(resp->tx_fetch_ind.resp_ids[0]) * num_resp_ids;
3410 ath10k_warn(ar, "received corrupted tx_fetch_ind event: too many records/resp_ids\n");
3491 resp_ids = ath10k_htt_get_tx_fetch_ind_resp_ids(&resp->tx_fetch_ind);
3492 ath10k_htt_rx_tx_fetch_resp_id_confirm(ar, resp_ids, num_resp_ids);
3524 len += sizeof(resp->tx_fetch_confirm.resp_ids[0]) * num_resp_ids;
3527 ath10k_warn(ar, "received corrupted tx_fetch_confirm event: resp_ids buffer overflow\n");
3532 resp->tx_fetch_confirm.resp_ids,