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