Searched refs:hclge_comm_cmd_setup_basic_desc (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
H 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() 315 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_RSS_INPUT_TUPLE, in hclge_comm_set_rss_input_tuple() 385 hclge_comm_cmd_setup_basic_desc(&desc, in hclge_comm_set_rss_algo_key()
|
H 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()
|
H 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() 232 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_QUERY_FW_VER, 1); in hclge_comm_cmd_query_version_and_capability()
|
H A D | hclge_comm_cmd.h | 466 void hclge_comm_cmd_setup_basic_desc(struct hclge_desc *desc,
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_cmd.h | 112 hclge_comm_cmd_setup_basic_desc(desc, opcode, is_read)
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_cmd.h | 24 hclge_comm_cmd_setup_basic_desc(desc, opcode, is_read)
|