Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_trace.h14 #define PF_SEND_MBX_LEN (sizeof(struct hclge_mbx_pf_to_vf_cmd) / sizeof(u32))
52 struct hclge_mbx_pf_to_vf_cmd *req),
69 sizeof(struct hclge_mbx_pf_to_vf_cmd));
Dhclge_mbx.c35 struct hclge_mbx_pf_to_vf_cmd *resp_pf_to_vf; in hclge_gen_resp_to_vf()
41 resp_pf_to_vf = (struct hclge_mbx_pf_to_vf_cmd *)desc.data; in hclge_gen_resp_to_vf()
94 struct hclge_mbx_pf_to_vf_cmd *resp_pf_to_vf; in hclge_send_mbx_msg()
106 resp_pf_to_vf = (struct hclge_mbx_pf_to_vf_cmd *)desc.data; in hclge_send_mbx_msg()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_trace.h13 #define VF_GET_MBX_LEN (sizeof(struct hclge_mbx_pf_to_vf_cmd) / sizeof(u32))
19 struct hclge_mbx_pf_to_vf_cmd *req),
36 sizeof(struct hclge_mbx_pf_to_vf_cmd));
Dhclgevf_mbx.c163 struct hclge_mbx_pf_to_vf_cmd *req) in hclgevf_handle_mbx_response()
195 struct hclge_mbx_pf_to_vf_cmd *req) in hclgevf_handle_mbx_msg()
219 struct hclge_mbx_pf_to_vf_cmd *req; in hclgevf_mbx_handler()
235 req = (struct hclge_mbx_pf_to_vf_cmd *)desc->data; in hclgevf_mbx_handler()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhclge_mbx.h167 struct hclge_mbx_pf_to_vf_cmd { struct