Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.c63 (ring_type == HCLGE_TYPE_CSQ) ? &hw->cmq.csq : &hw->cmq.crq; in hclge_alloc_cmd_queue()
72 (ring_type == HCLGE_TYPE_CSQ) ? "CSQ" : "CRQ", ret); in hclge_alloc_cmd_queue()
106 if (ring->ring_type == HCLGE_TYPE_CSQ) { in hclge_cmd_config_regs()
405 ret = hclge_alloc_cmd_queue(hdev, HCLGE_TYPE_CSQ); in hclge_cmd_queue_init()
Dhclge_cmd.h959 #define HCLGE_TYPE_CSQ 1 macro