Home
last modified time | relevance | path

Searched refs:rsp_head (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c489 struct hccs_rsp_head *rsp_head) in hccs_get_bd_info() argument
500 head = &rsp->rsp_head; in hccs_get_bd_info()
509 *rsp_head = *head; in hccs_get_bd_info()
520 struct hccs_rsp_head rsp_head; in hccs_get_all_port_attr() local
540 buf + data_len, left_buf_len, &rsp_head); in hccs_get_all_port_attr()
548 data_len += rsp_head.data_len; in hccs_get_all_port_attr()
549 left_buf_len -= rsp_head.data_len; in hccs_get_all_port_attr()
550 if (unlikely(rsp_head.next_id <= start_id)) { in hccs_get_all_port_attr()
553 rsp_head.next_id, start_id, die->die_id); in hccs_get_all_port_attr()
556 start_id = rsp_head.next_id; in hccs_get_all_port_attr()
H A Dkunpeng_hccs.h180 struct hccs_rsp_head rsp_head; /* 4 Bytes */ member