Home
last modified time | relevance | path

Searched refs:hclgevf_desc (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.h18 struct hclgevf_desc { struct
34 struct hclgevf_desc *desc; argument
313 int hclgevf_cmd_send(struct hclgevf_hw *hw, struct hclgevf_desc *desc, int num);
314 void hclgevf_cmd_setup_basic_desc(struct hclgevf_desc *desc,
Dhclgevf_cmd.c126 int size = ring->desc_num * sizeof(struct hclgevf_desc); in hclgevf_alloc_cmd_desc()
138 int size = ring->desc_num * sizeof(struct hclgevf_desc); in hclgevf_free_cmd_desc()
166 void hclgevf_cmd_setup_basic_desc(struct hclgevf_desc *desc, in hclgevf_cmd_setup_basic_desc()
169 memset(desc, 0, sizeof(struct hclgevf_desc)); in hclgevf_cmd_setup_basic_desc()
219 int hclgevf_cmd_send(struct hclgevf_hw *hw, struct hclgevf_desc *desc, int num) in hclgevf_cmd_send()
223 struct hclgevf_desc *desc_to_use; in hclgevf_cmd_send()
345 struct hclgevf_desc desc; in hclgevf_cmd_query_version_and_capability()
Dhclgevf_mbx.c95 struct hclgevf_desc desc; in hclgevf_send_mbx_msg()
158 struct hclgevf_desc *desc; in hclgevf_mbx_handler()
Dhclgevf_main.c105 struct hclgevf_desc desc; in hclgevf_tqps_update_stats()
589 struct hclgevf_desc desc; in hclgevf_set_rss_algo_key()
638 struct hclgevf_desc desc; in hclgevf_set_rss_indir_table()
671 struct hclgevf_desc desc; in hclgevf_set_rss_tc_mode()
879 struct hclgevf_desc desc; in hclgevf_set_rss_tuple()
1012 struct hclgevf_desc desc; in hclgevf_set_rss_input_tuple()
1207 struct hclgevf_desc desc; in hclgevf_tqp_enable()
2459 struct hclgevf_desc desc; in hclgevf_config_gro()
2969 struct hclgevf_desc desc; in hclgevf_query_vf_resource()
3030 struct hclgevf_desc *desc) in hclgevf_parse_dev_specs()
[all …]