Searched refs:hclge_vf_to_pf_msg (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/ |
| D | hclge_mbx.h | 111 struct hclge_vf_to_pf_msg { struct 149 struct hclge_vf_to_pf_msg msg;
|
| /Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| D | hclgevf_main.c | 237 static void hclgevf_build_send_msg(struct hclge_vf_to_pf_msg *msg, u8 code, in hclgevf_build_send_msg() 241 memset(msg, 0, sizeof(struct hclge_vf_to_pf_msg)); in hclgevf_build_send_msg() 252 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_basic_info() 279 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_port_base_vlan_filter_state() 307 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_queue_info() 337 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_queue_depth() 361 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_qid_global() 378 struct hclge_vf_to_pf_msg send_msg; in hclgevf_get_pf_media_type() 484 struct hclge_vf_to_pf_msg send_msg; in hclgevf_request_link_info() 524 struct hclge_vf_to_pf_msg send_msg; in hclgevf_update_link_mode() [all …]
|
| D | hclgevf_mbx.c | 96 struct hclge_vf_to_pf_msg *send_msg, bool need_resp, in hclgevf_send_mbx_msg() 115 memcpy(&req->msg, send_msg, sizeof(struct hclge_vf_to_pf_msg)); in hclgevf_send_mbx_msg()
|
| D | hclgevf_main.h | 347 struct hclge_vf_to_pf_msg *send_msg, bool need_resp,
|