Home
last modified time | relevance | path

Searched refs:HNS3_TYPE_CSQ (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_cmd.c102 (ring_type == HNS3_TYPE_CSQ) ? &hw->cmq.csq : &hw->cmq.crq; in hns3_alloc_cmd_queue()
111 (ring_type == HNS3_TYPE_CSQ) ? "CSQ" : "CRQ", ret); in hns3_alloc_cmd_queue()
158 if (ring->ring_type == HNS3_TYPE_CSQ) { in hns3_cmd_config_regs()
572 ret = hns3_alloc_cmd_queue(hw, HNS3_TYPE_CSQ); in hns3_cmd_init_queue()
H A Dhns3_cmd.h1038 #define HNS3_TYPE_CSQ 1 macro