Searched refs:hclge_vf_to_pf_msg (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.c | 146 static void hclgevf_build_send_msg(struct hclge_vf_to_pf_msg *msg, u8 code, in hclgevf_build_send_msg() 150 memset(msg, 0, sizeof(struct hclge_vf_to_pf_msg)); in hclgevf_build_send_msg() 161 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_basic_info() 188 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_port_base_vlan_filter_state() 214 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_queue_info() 241 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_queue_depth() 264 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_qid_global() 281 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_pf_media_type() 396 struct hclge_vf_to_pf_msg send_msg; in hclgevf_request_link_info() 436 struct hclge_vf_to_pf_msg send_msg; in hclgevf_update_link_mode() [all …]
|
H A D | hclgevf_mbx.c | 102 struct hclge_vf_to_pf_msg *send_msg, bool need_resp, in hclgevf_send_mbx_msg() 121 memcpy(&req->msg, send_msg, sizeof(struct hclge_vf_to_pf_msg)); in hclgevf_send_mbx_msg()
|
H A D | hclgevf_main.h | 286 struct hclge_vf_to_pf_msg *send_msg, bool need_resp,
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hclge_mbx.h | 115 struct hclge_vf_to_pf_msg { struct 162 struct hclge_vf_to_pf_msg msg;
|