Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c35 struct hclge_mbx_pf_to_vf_cmd *resp_pf_to_vf; in hclge_gen_resp_to_vf() local
57 resp_pf_to_vf->msg_len = vf_to_pf_req->msg_len; in hclge_gen_resp_to_vf()
58 resp_pf_to_vf->match_id = vf_to_pf_req->match_id; in hclge_gen_resp_to_vf()
61 resp_pf_to_vf->msg.vf_mbx_msg_code = in hclge_gen_resp_to_vf()
63 resp_pf_to_vf->msg.vf_mbx_msg_subcode = in hclge_gen_resp_to_vf()
79 trace_hclge_pf_mbx_send(hdev, resp_pf_to_vf); in hclge_gen_resp_to_vf()
94 struct hclge_mbx_pf_to_vf_cmd *resp_pf_to_vf; in hclge_send_mbx_msg() local
110 resp_pf_to_vf->dest_vfid = dest_vfid; in hclge_send_mbx_msg()
111 resp_pf_to_vf->msg_len = msg_len; in hclge_send_mbx_msg()
112 resp_pf_to_vf->msg.code = cpu_to_le16(mbx_opcode); in hclge_send_mbx_msg()
[all …]