Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.c16 static int hclge_ring_space(struct hclge_cmq_ring *ring) in hclge_ring_space()
25 static int is_valid_csq_clean_head(struct hclge_cmq_ring *ring, int head) in is_valid_csq_clean_head()
36 static int hclge_alloc_cmd_desc(struct hclge_cmq_ring *ring) in hclge_alloc_cmd_desc()
48 static void hclge_free_cmd_desc(struct hclge_cmq_ring *ring) in hclge_free_cmd_desc()
62 struct hclge_cmq_ring *ring = in hclge_alloc_cmd_queue()
99 static void hclge_cmd_config_regs(struct hclge_cmq_ring *ring) in hclge_cmd_config_regs()
138 struct hclge_cmq_ring *csq = &hw->cmq.csq; in hclge_cmd_csq_clean()
259 struct hclge_cmq_ring *csq = &hw->cmq.csq; in hclge_cmd_send()
Dhclge_cmd.h27 struct hclge_cmq_ring { struct
71 struct hclge_cmq_ring csq;
72 struct hclge_cmq_ring crq;
Dhclge_mbx.c651 struct hclge_cmq_ring *crq = &hdev->hw.cmq.crq; in hclge_mbx_handler()