Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_mbx.c32 struct hclge_mbx_vf_to_pf_cmd *vf_to_pf_req, in hclge_gen_resp_to_vf() argument
56 resp_pf_to_vf->dest_vfid = vf_to_pf_req->mbx_src_vfid; in hclge_gen_resp_to_vf()
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()
62 cpu_to_le16(vf_to_pf_req->msg.code); in hclge_gen_resp_to_vf()
64 cpu_to_le16(vf_to_pf_req->msg.subcode); in hclge_gen_resp_to_vf()
85 status, vf_to_pf_req->mbx_src_vfid, in hclge_gen_resp_to_vf()
86 vf_to_pf_req->msg.code, vf_to_pf_req->msg.subcode); in hclge_gen_resp_to_vf()