Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c48 hw->mbx_resp.lost++; in hns3_mbx_proc_timeout()
52 code, subcode, hw->mbx_resp.head, hw->mbx_resp.tail, in hns3_mbx_proc_timeout()
53 hw->mbx_resp.lost); in hns3_mbx_proc_timeout()
99 hw->mbx_resp.tail + hw->mbx_resp.lost); in hns3_get_mbx_resp()
113 mbx_resp = &hw->mbx_resp; in hns3_get_mbx_resp()
115 if (mbx_resp->resp_status) in hns3_get_mbx_resp()
135 hw->mbx_resp.head++; in hns3_mbx_prepare_resp()
138 hw->mbx_resp.match_id++; in hns3_mbx_prepare_resp()
140 hw->mbx_resp.match_id = 1; in hns3_mbx_prepare_resp()
143 hw->mbx_resp.resp_status = 0; in hns3_mbx_prepare_resp()
[all …]
H A Dhns3_cmd.c695 hw->mbx_resp.head = 0; in hns3_cmd_init()
696 hw->mbx_resp.tail = 0; in hns3_cmd_init()
697 hw->mbx_resp.lost = 0; in hns3_cmd_init()
H A Dhns3_ethdev.h492 struct hns3_mbx_resp_status mbx_resp; /* mailbox response */ member
H A Dhns3_ethdev_vf.c1491 rte_spinlock_init(&hw->mbx_resp.lock); in hns3vf_init_vf()