Searched refs:hclgevf_cmd_setup_basic_desc (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| D | hclgevf_main.c | 109 hclgevf_cmd_setup_basic_desc(&desc, in hclgevf_tqps_update_stats() 124 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_QUERY_TX_STATUS, in hclgevf_tqps_update_stats() 563 hclgevf_cmd_setup_basic_desc(&desc, in hclgevf_set_rss_algo_key() 610 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_RSS_INDIR_TABLE, in hclgevf_set_rss_indir_table() 652 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_RSS_TC_MODE, false); in hclgevf_set_rss_tc_mode() 840 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_RSS_INPUT_TUPLE, false); in hclgevf_set_rss_tuple() 964 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_RSS_INPUT_TUPLE, false); in hclgevf_set_rss_input_tuple() 1013 hclgevf_cmd_setup_basic_desc(&desc, in hclgevf_bind_ring_to_vector() 1042 hclgevf_cmd_setup_basic_desc(&desc, in hclgevf_bind_ring_to_vector() 1124 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_MBX_VF_TO_PF, false); in hclgevf_cmd_set_promisc_mode() [all …]
|
| D | hclgevf_cmd.c | 169 void hclgevf_cmd_setup_basic_desc(struct hclgevf_desc *desc, in hclgevf_cmd_setup_basic_desc() function 328 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_QUERY_FW_VER, 1); in hclgevf_cmd_query_firmware_version()
|
| D | hclgevf_cmd.h | 281 void hclgevf_cmd_setup_basic_desc(struct hclgevf_desc *desc,
|
| D | hclgevf_mbx.c | 100 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_MBX_VF_TO_PF, false); in hclgevf_send_mbx_msg()
|