Searched refs:hclge_mbx_pf_to_vf_cmd (Results 1 – 5 of 5) sorted by relevance
14 #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));
34 struct hclge_mbx_pf_to_vf_cmd *resp_pf_to_vf; in hclge_gen_resp_to_vf()40 resp_pf_to_vf = (struct hclge_mbx_pf_to_vf_cmd *)desc.data; in hclge_gen_resp_to_vf()91 struct hclge_mbx_pf_to_vf_cmd *resp_pf_to_vf; in hclge_send_mbx_msg()96 resp_pf_to_vf = (struct hclge_mbx_pf_to_vf_cmd *)desc.data; in hclge_send_mbx_msg()
13 #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));
160 struct hclge_mbx_pf_to_vf_cmd *req) in hclgevf_handle_mbx_response()190 struct hclge_mbx_pf_to_vf_cmd *req) in hclgevf_handle_mbx_msg()214 struct hclge_mbx_pf_to_vf_cmd *req; in hclgevf_mbx_handler()228 req = (struct hclge_mbx_pf_to_vf_cmd *)desc->data; in hclgevf_mbx_handler()
154 struct hclge_mbx_pf_to_vf_cmd { struct
Completed in 8 milliseconds