Searched refs:hclge_comm_cmd_setup_basic_desc (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
D | hclge_comm_rss.c | 94 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_RSS_TC_MODE, false); in hclge_comm_set_rss_tc_mode() 165 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_RSS_INPUT_TUPLE, in hclge_comm_set_rss_tuple() 292 hclge_comm_cmd_setup_basic_desc(&desc, in hclge_comm_set_rss_indir_table() 324 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_RSS_INPUT_TUPLE, in hclge_comm_set_rss_input_tuple() 397 hclge_comm_cmd_setup_basic_desc(&desc, in hclge_comm_set_rss_algo_key()
|
D | hclge_comm_tqp_stats.c | 74 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_QUERY_RX_STATS, in hclge_comm_tqps_update_stats() 88 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_QUERY_TX_STATS, in hclge_comm_tqps_update_stats()
|
D | hclge_comm_cmd.c | 64 void hclge_comm_cmd_setup_basic_desc(struct hclge_desc *desc, in hclge_comm_cmd_setup_basic_desc() function 76 EXPORT_SYMBOL_GPL(hclge_comm_cmd_setup_basic_desc); 85 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_IMP_COMPAT_CFG, false); in hclge_comm_firmware_compat_config() 236 hclge_comm_cmd_setup_basic_desc(&desc, HCLGE_OPC_QUERY_FW_VER, 1); in hclge_comm_cmd_query_version_and_capability()
|
D | hclge_comm_cmd.h | 489 void hclge_comm_cmd_setup_basic_desc(struct hclge_desc *desc,
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_cmd.h | 112 hclge_comm_cmd_setup_basic_desc(desc, opcode, is_read)
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_cmd.h | 24 hclge_comm_cmd_setup_basic_desc(desc, opcode, is_read)
|
D | hclge_err.c | 3454 hclge_comm_cmd_setup_basic_desc(&desc[0], HCLGE_OPC_GET_QUEUE_ERR_VF, in hclge_handle_vf_queue_err_ras() 3457 hclge_comm_cmd_setup_basic_desc(&desc[1], HCLGE_OPC_GET_QUEUE_ERR_VF, in hclge_handle_vf_queue_err_ras()
|