Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c223 uint16_t *msg_q = req->msg; in hns3vf_handle_link_change_event() local
227 memcpy(&link_speed, &msg_q[2], sizeof(link_speed)); in hns3vf_handle_link_change_event()
228 link_status = rte_le_to_cpu_16(msg_q[1]); in hns3vf_handle_link_change_event()
229 link_duplex = (uint8_t)rte_le_to_cpu_16(msg_q[4]); in hns3vf_handle_link_change_event()
232 support_push_lsc = (*(uint8_t *)&msg_q[5]) & 1u; in hns3vf_handle_link_change_event()
241 uint16_t *msg_q = req->msg; in hns3_handle_asserting_reset() local
249 reset_level = rte_le_to_cpu_16(msg_q[1]); in hns3_handle_asserting_reset()