Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.c18 static int hclge_ring_space(struct hclge_cmq_ring *ring) in hclge_ring_space()
27 static int is_valid_csq_clean_head(struct hclge_cmq_ring *ring, int h) in is_valid_csq_clean_head()
38 static int hclge_alloc_cmd_desc(struct hclge_cmq_ring *ring) in hclge_alloc_cmd_desc()
51 static void hclge_free_cmd_desc(struct hclge_cmq_ring *ring) in hclge_free_cmd_desc()
65 struct hclge_cmq_ring *ring = in hclge_alloc_cmd_queue()
102 static void hclge_cmd_config_regs(struct hclge_cmq_ring *ring) in hclge_cmd_config_regs()
140 struct hclge_cmq_ring *csq = &hw->cmq.csq; in hclge_cmd_csq_clean()
365 static void hclge_destroy_queue(struct hclge_cmq_ring *ring) in hclge_destroy_queue()
Dhclge_cmd.h24 struct hclge_cmq_ring { struct
59 struct hclge_cmq_ring csq; argument
60 struct hclge_cmq_ring crq;
Dhclge_mbx.c453 struct hclge_cmq_ring *crq = &hdev->hw.cmq.crq; in hclge_mbx_handler()