Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c428 struct hccs_rsp_head *rsp_head) in hccs_get_bd_info() argument
439 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() local
479 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()
H A Dkunpeng_hccs.h165 struct hccs_rsp_head rsp_head; /* 4 Bytes */ member