Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.c18 hns3_ring_space(struct hns3_cmq_ring *ring) in hns3_ring_space()
28 is_valid_csq_clean_head(struct hns3_cmq_ring *ring, int head) in is_valid_csq_clean_head()
48 hns3_allocate_dma_mem(struct hns3_hw *hw, struct hns3_cmq_ring *ring, in hns3_allocate_dma_mem()
72 hns3_free_dma_mem(struct hns3_hw *hw, struct hns3_cmq_ring *ring) in hns3_free_dma_mem()
85 hns3_alloc_cmd_desc(struct hns3_hw *hw, struct hns3_cmq_ring *ring) in hns3_alloc_cmd_desc()
98 hns3_free_cmd_desc(struct hns3_hw *hw, struct hns3_cmq_ring *ring) in hns3_free_cmd_desc()
107 struct hns3_cmq_ring *ring = in hns3_alloc_cmd_queue()
160 hns3_cmd_config_regs(struct hns3_cmq_ring *ring) in hns3_cmd_config_regs()
196 struct hns3_cmq_ring *csq = &hw->cmq.csq; in hns3_cmd_csq_clean()
556 hns3_destroy_queue(struct hns3_hw *hw, struct hns3_cmq_ring *ring) in hns3_destroy_queue()
H A Dhns3_cmd.h27 struct hns3_cmq_ring { struct
70 struct hns3_cmq_ring csq;
71 struct hns3_cmq_ring crq;
H A Dhns3_mbx.c359 struct hns3_cmq_ring *crq = &hw->cmq.crq; in hns3_dev_handle_mbx_msg()