Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.c13 #define hns3_is_csq(ring) ((ring)->flag & HNS3_TYPE_CSQ)
108 (ring_type == HNS3_TYPE_CSQ) ? &hw->cmq.csq : &hw->cmq.crq; in hns3_alloc_cmd_queue()
117 (ring_type == HNS3_TYPE_CSQ) ? "CSQ" : "CRQ", ret); in hns3_alloc_cmd_queue()
164 if (ring->ring_type == HNS3_TYPE_CSQ) { in hns3_cmd_config_regs()
479 ret = hns3_alloc_cmd_queue(hw, HNS3_TYPE_CSQ); in hns3_cmd_init_queue()
H A Dhns3_cmd.h866 #define HNS3_TYPE_CSQ 1 macro