Searched refs:HCLGEVF_TYPE_CSQ (Results 1 – 2 of 2) sorted by relevance
91 if (ring->flag == HCLGEVF_TYPE_CSQ) { in hclgevf_cmd_config_regs()151 (ring_type == HCLGEVF_TYPE_CSQ) ? &hw->cmq.csq : &hw->cmq.crq; in hclgevf_alloc_cmd_queue()161 (ring_type == HCLGEVF_TYPE_CSQ) ? "CSQ" : "CRQ"); in hclgevf_alloc_cmd_queue()381 ret = hclgevf_alloc_cmd_queue(hdev, HCLGEVF_TYPE_CSQ); in hclgevf_cmd_queue_init()
256 #define HCLGEVF_TYPE_CSQ 1 macro