Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.h17 struct hclgevf_desc { struct
33 struct hclgevf_desc *desc; argument
280 int hclgevf_cmd_send(struct hclgevf_hw *hw, struct hclgevf_desc *desc, int num);
281 void hclgevf_cmd_setup_basic_desc(struct hclgevf_desc *desc,
Dhclgevf_cmd.c129 int size = ring->desc_num * sizeof(struct hclgevf_desc); in hclgevf_alloc_cmd_desc()
141 int size = ring->desc_num * sizeof(struct hclgevf_desc); in hclgevf_free_cmd_desc()
169 void hclgevf_cmd_setup_basic_desc(struct hclgevf_desc *desc, in hclgevf_cmd_setup_basic_desc()
172 memset(desc, 0, sizeof(struct hclgevf_desc)); in hclgevf_cmd_setup_basic_desc()
222 int hclgevf_cmd_send(struct hclgevf_hw *hw, struct hclgevf_desc *desc, int num) in hclgevf_cmd_send()
226 struct hclgevf_desc *desc_to_use; in hclgevf_cmd_send()
323 struct hclgevf_desc desc; in hclgevf_cmd_query_firmware_version()
Dhclgevf_mbx.c87 struct hclgevf_desc desc; in hclgevf_send_mbx_msg()
150 struct hclgevf_desc *desc; in hclgevf_mbx_handler()
Dhclgevf_main.c102 struct hclgevf_desc desc; in hclgevf_tqps_update_stats()
554 struct hclgevf_desc desc; in hclgevf_set_rss_algo_key()
603 struct hclgevf_desc desc; in hclgevf_set_rss_indir_table()
636 struct hclgevf_desc desc; in hclgevf_set_rss_tc_mode()
828 struct hclgevf_desc desc; in hclgevf_set_rss_tuple()
961 struct hclgevf_desc desc; in hclgevf_set_rss_input_tuple()
999 struct hclgevf_desc desc; in hclgevf_bind_ring_to_vector()
1119 struct hclgevf_desc desc; in hclgevf_cmd_set_promisc_mode()
1145 struct hclgevf_desc desc; in hclgevf_tqp_enable()
2048 struct hclgevf_desc desc; in hclgevf_config_gro()
[all …]