Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c161 static void hclgevf_build_send_msg(struct hclge_vf_to_pf_msg *msg, u8 code, in hclgevf_build_send_msg() function
180 hclgevf_build_send_msg(&send_msg, HCLGE_MBX_GET_BASIC_INFO, 0); in hclgevf_get_basic_info()
207 hclgevf_build_send_msg(&send_msg, HCLGE_MBX_SET_VLAN, in hclgevf_get_port_base_vlan_filter_state()
232 hclgevf_build_send_msg(&send_msg, HCLGE_MBX_GET_QINFO, 0); in hclgevf_get_queue_info()
259 hclgevf_build_send_msg(&send_msg, HCLGE_MBX_GET_QDEPTH, 0); in hclgevf_get_queue_depth()
284 hclgevf_build_send_msg(&send_msg, HCLGE_MBX_GET_QID_IN_PF, 0); in hclgevf_get_qid_global()
300 hclgevf_build_send_msg(&send_msg, HCLGE_MBX_GET_MEDIA_TYPE, 0); in hclgevf_get_pf_media_type()
414 hclgevf_build_send_msg(&send_msg, HCLGE_MBX_GET_LINK_STATUS, 0); in hclgevf_request_link_info()
453 hclgevf_build_send_msg(&send_msg, HCLGE_MBX_GET_LINK_MODE, 0); in hclgevf_update_link_mode()
547 hclgevf_build_send_msg(&send_msg, HCLGE_MBX_GET_RSS_KEY, 0); in hclgevf_get_rss_hash_key()
[all …]