sli_queue_alloc
if (sli_queue_alloc(&hw->sli, SLI4_QTYPE_EQ, eq->queue, entry_count,
if (sli_queue_alloc(&hw->sli, SLI4_QTYPE_CQ, cq->queue,
if (sli_queue_alloc(&hw->sli, SLI4_QTYPE_MQ, mq->queue, mq->entry_size,
if (sli_queue_alloc(&hw->sli, SLI4_QTYPE_WQ, wq->queue,
sli_queue_alloc(struct sli4 *sli4, u32 qtype, struct sli4_queue *q,