Searched refs:hclge_comm_cmd_setup_basic_desc (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
H A 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()
|
H A 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()
|
H A D | hclge_comm_cmd.h | 489 void hclge_comm_cmd_setup_basic_desc(struct hclge_desc *desc,
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_cmd.h | 112 hclge_comm_cmd_setup_basic_desc(desc, opcode, is_read)
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_cmd.h | 24 hclge_comm_cmd_setup_basic_desc(desc, opcode, is_read)
|
H A 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()
|