Searched refs:HNS3_TYPE_CSQ (Results 1 – 2 of 2) sorted by relevance
102 (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()
1038 #define HNS3_TYPE_CSQ 1 macro