Searched refs:rsp_head (Results 1 – 2 of 2) sorted by relevance
532 struct hccs_rsp_head *rsp_head) in hccs_get_bd_info() argument 543 head = &rsp->rsp_head; in hccs_get_bd_info() 552 *rsp_head = *head; in hccs_get_bd_info() 563 struct hccs_rsp_head rsp_head; in hccs_get_all_port_attr() local 583 buf + data_len, left_buf_len, &rsp_head); in hccs_get_all_port_attr() 591 data_len += rsp_head.data_len; in hccs_get_all_port_attr() 592 left_buf_len -= rsp_head.data_len; in hccs_get_all_port_attr() 593 if (unlikely(rsp_head.next_id <= start_id)) { in hccs_get_all_port_attr() 596 rsp_head.next_id, start_id, die->die_id); in hccs_get_all_port_attr() 599 start_id = rsp_head in hccs_get_all_port_attr() [all...]
207 struct hccs_rsp_head rsp_head; /* 4 Bytes */ member