Home
last modified time | relevance | path

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

/Linux-v5.4/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 head) in is_valid_csq_clean_head()
38 static int hclge_alloc_cmd_desc(struct hclge_cmq_ring *ring) in hclge_alloc_cmd_desc()
50 static void hclge_free_cmd_desc(struct hclge_cmq_ring *ring) in hclge_free_cmd_desc()
64 struct hclge_cmq_ring *ring = in hclge_alloc_cmd_queue()
101 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()
261 struct hclge_cmq_ring *csq = &hw->cmq.csq; in hclge_cmd_send()
483 static void hclge_destroy_queue(struct hclge_cmq_ring *ring) in hclge_destroy_queue()
Dhclge_cmd.h24 struct hclge_cmq_ring { struct
67 struct hclge_cmq_ring csq;
68 struct hclge_cmq_ring crq;
Dhclge_mbx.c596 struct hclge_cmq_ring *crq = &hdev->hw.cmq.crq; in hclge_mbx_handler()