Searched refs:rsp_head (Results 1 – 2 of 2) sorted by relevance
428 struct hccs_rsp_head *rsp_head) in hccs_get_bd_info() argument439 head = &rsp->rsp_head; in hccs_get_bd_info()448 *rsp_head = *head; in hccs_get_bd_info()459 struct hccs_rsp_head rsp_head; in hccs_get_all_port_attr() local479 buf + data_len, left_buf_len, &rsp_head); in hccs_get_all_port_attr()487 data_len += rsp_head.data_len; in hccs_get_all_port_attr()488 left_buf_len -= rsp_head.data_len; in hccs_get_all_port_attr()489 if (unlikely(rsp_head.next_id <= start_id)) { in hccs_get_all_port_attr()492 rsp_head.next_id, start_id, die->die_id); in hccs_get_all_port_attr()495 start_id = rsp_head.next_id; in hccs_get_all_port_attr()
165 struct hccs_rsp_head rsp_head; /* 4 Bytes */ member