Searched refs:hclge_comm_cmd_setup_basic_desc (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
A D | hclge_comm_rss.c | 92 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_RSS_TC_MODE, false); in hclge_comm_set_rss_tc_mode() 161 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_RSS_INPUT_TUPLE, in hclge_comm_set_rss_tuple() 284 hclge_comm_cmd_setup_basic_desc(&desc, in hclge_comm_set_rss_indir_table() 316 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_RSS_INPUT_TUPLE, in hclge_comm_set_rss_input_tuple() 386 hclge_comm_cmd_setup_basic_desc(&desc, in hclge_comm_set_rss_algo_key()
|
A D | hclge_comm_tqp_stats.c | 71 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_QUERY_RX_STATS, in hclge_comm_tqps_update_stats() 85 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_QUERY_TX_STATS, in hclge_comm_tqps_update_stats()
|
A D | hclge_comm_cmd.c | 63 void hclge_comm_cmd_setup_basic_desc(struct hclge_desc *desc, in hclge_comm_cmd_setup_basic_desc() function 83 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_IMP_COMPAT_CFG, false); in hclge_comm_firmware_compat_config() 215 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_QUERY_FW_VER, 1); in hclge_comm_cmd_query_version_and_capability()
|
A D | hclge_comm_cmd.h | 455 void hclge_comm_cmd_setup_basic_desc(struct hclge_desc *desc,
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
A D | hclgevf_cmd.h | 112 hclge_comm_cmd_setup_basic_desc(desc, opcode, is_read)
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_cmd.h | 24 hclge_comm_cmd_setup_basic_desc(desc, opcode, is_read)
|
Completed in 16 milliseconds