Lines Matching defs:rsp_head
428 struct hccs_rsp_head *rsp_head)
439 head = &rsp->rsp_head;
448 *rsp_head = *head;
459 struct hccs_rsp_head rsp_head;
479 buf + data_len, left_buf_len, &rsp_head);
487 data_len += rsp_head.data_len;
488 left_buf_len -= rsp_head.data_len;
489 if (unlikely(rsp_head.next_id <= start_id)) {
492 rsp_head.next_id, start_id, die->die_id);
495 start_id = rsp_head.next_id;