Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c112 hclgevf_cmd_setup_basic_desc(&desc, in hclgevf_tqps_update_stats()
127 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_QUERY_TX_STATUS, in hclgevf_tqps_update_stats()
598 hclgevf_cmd_setup_basic_desc(&desc, in hclgevf_set_rss_algo_key()
645 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_RSS_INDIR_TABLE, in hclgevf_set_rss_indir_table()
687 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_RSS_TC_MODE, false); in hclgevf_set_rss_tc_mode()
875 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_RSS_INPUT_TUPLE, false); in hclgevf_set_rss_tuple()
999 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_RSS_INPUT_TUPLE, false); in hclgevf_set_rss_input_tuple()
1196 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_CFG_COM_TQP_QUEUE, in hclgevf_tqp_enable()
2450 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_GRO_GENERIC_CONFIG, in hclgevf_config_gro()
2939 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_QUERY_VF_RSRC, true); in hclgevf_query_vf_resource()
[all …]
Dhclgevf_cmd.c166 void hclgevf_cmd_setup_basic_desc(struct hclgevf_desc *desc, in hclgevf_cmd_setup_basic_desc() function
350 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_QUERY_FW_VER, 1); in hclgevf_cmd_query_version_and_capability()
Dhclgevf_cmd.h313 void hclgevf_cmd_setup_basic_desc(struct hclgevf_desc *desc,
Dhclgevf_mbx.c106 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_MBX_VF_TO_PF, false); in hclgevf_send_mbx_msg()