Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A 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));
H A Dhclgevf_mbx.c166 struct hclge_mbx_pf_to_vf_cmd *req) in hclgevf_handle_mbx_response()
202 struct hclge_mbx_pf_to_vf_cmd *req) in hclgevf_handle_mbx_msg()
226 struct hclge_mbx_pf_to_vf_cmd *req; in hclgevf_mbx_handler()
242 req = (struct hclge_mbx_pf_to_vf_cmd *)desc->data; in hclgevf_mbx_handler()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A 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));
H A 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()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h167 struct hclge_mbx_pf_to_vf_cmd { struct