Home
last modified time | relevance | path

Searched refs:hclgevf_cmq_ring (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.c16 static int hclgevf_ring_space(struct hclgevf_cmq_ring *ring) in hclgevf_ring_space()
27 static int hclgevf_is_valid_csq_clean_head(struct hclgevf_cmq_ring *ring, in hclgevf_is_valid_csq_clean_head()
42 struct hclgevf_cmq_ring *csq = &hw->cmq.csq; in hclgevf_cmd_csq_clean()
85 static void hclgevf_cmd_config_regs(struct hclgevf_cmq_ring *ring) in hclgevf_cmd_config_regs()
124 static int hclgevf_alloc_cmd_desc(struct hclgevf_cmq_ring *ring) in hclgevf_alloc_cmd_desc()
136 static void hclgevf_free_cmd_desc(struct hclgevf_cmq_ring *ring) in hclgevf_free_cmd_desc()
150 struct hclgevf_cmq_ring *ring = in hclgevf_alloc_cmd_queue()
222 struct hclgevf_cmq_ring *csq = &hw->cmq.csq; in hclgevf_cmd_send()
Dhclgevf_cmd.h32 struct hclgevf_cmq_ring { struct
71 struct hclgevf_cmq_ring csq;
72 struct hclgevf_cmq_ring crq;
Dhclgevf_mbx.c157 struct hclgevf_cmq_ring *crq; in hclgevf_mbx_handler()