Lines Matching defs:ready
528 struct ath11k_htc_ready *ready;
554 if (htc->control_resp_len < sizeof(*ready)) {
555 ath11k_warn(ab, "Invalid HTC ready msg len:%d\n",
560 ready = (struct ath11k_htc_ready *)htc->control_resp_buffer;
561 message_id = FIELD_GET(HTC_MSG_MESSAGEID, ready->id_credit_count);
563 ready->id_credit_count);
564 credit_size = FIELD_GET(HTC_READY_MSG_CREDITSIZE, ready->size_ep);
567 ath11k_warn(ab, "Invalid HTC ready msg: 0x%x\n", message_id);
575 "target ready total_transmit_credits %d target_credit_size %d\n",
751 "htc service '%s' ul pipe %d dl pipe %d eid %d ready\n",