Lines Matching defs:ready
462 struct ath11k_htc_ready *ready;
488 if (htc->control_resp_len < sizeof(*ready)) {
489 ath11k_warn(ab, "Invalid HTC ready msg len:%d\n",
494 ready = (struct ath11k_htc_ready *)htc->control_resp_buffer;
495 message_id = FIELD_GET(HTC_MSG_MESSAGEID, ready->id_credit_count);
497 ready->id_credit_count);
498 credit_size = FIELD_GET(HTC_READY_MSG_CREDITSIZE, ready->size_ep);
501 ath11k_warn(ab, "Invalid HTC ready msg: 0x%x\n", message_id);
509 "Target ready! transmit resources: %d size:%d\n",
680 "boot htc service '%s' ul pipe %d dl pipe %d eid %d ready\n",