Searched refs:hclgevf_cmd_setup_basic_desc (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| D | hclgevf_main.c | 44 hclgevf_cmd_setup_basic_desc(&desc, in hclgevf_tqps_update_stats() 59 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_QUERY_TX_STATUS, in hclgevf_tqps_update_stats() 409 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_RSS_INDIR_TABLE, in hclgevf_set_rss_indir_table() 451 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_RSS_TC_MODE, false); in hclgevf_set_rss_tc_mode() 483 hclgevf_cmd_setup_basic_desc(&desc, in hclgevf_get_rss_hw_cfg() 574 hclgevf_cmd_setup_basic_desc(&desc, in hclgevf_bind_ring_to_vector() 606 hclgevf_cmd_setup_basic_desc(&desc, in hclgevf_bind_ring_to_vector() 685 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_MBX_VF_TO_PF, false); in hclgevf_cmd_set_promisc_mode() 715 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_CFG_COM_TQP_QUEUE, in hclgevf_tqp_enable() 1747 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_QUERY_VF_RSRC, true); in hclgevf_query_vf_resource()
|
| D | hclgevf_cmd.c | 156 void hclgevf_cmd_setup_basic_desc(struct hclgevf_desc *desc, in hclgevf_cmd_setup_basic_desc() function 277 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_QUERY_FW_VER, 1); in hclgevf_cmd_query_firmware_version()
|
| D | hclgevf_cmd.h | 259 void hclgevf_cmd_setup_basic_desc(struct hclgevf_desc *desc,
|
| D | hclgevf_mbx.c | 94 hclgevf_cmd_setup_basic_desc(&desc, HCLGEVF_OPC_MBX_VF_TO_PF, false); in hclgevf_send_mbx_msg()
|