Searched refs:sli_queue_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/scsi/elx/efct/ |
D | efct_hw_queues.c | 142 if (sli_queue_alloc(&hw->sli, SLI4_QTYPE_EQ, eq->queue, entry_count, in efct_hw_new_eq() 175 if (sli_queue_alloc(&hw->sli, SLI4_QTYPE_CQ, cq->queue, in efct_hw_new_cq() 259 if (sli_queue_alloc(&hw->sli, SLI4_QTYPE_MQ, mq->queue, mq->entry_size, in efct_hw_new_mq() 294 if (sli_queue_alloc(&hw->sli, SLI4_QTYPE_WQ, wq->queue, in efct_hw_new_wq()
|
/linux-6.1.9/drivers/scsi/elx/libefc_sli/ |
D | sli4.h | 3989 sli_queue_alloc(struct sli4 *sli4, u32 qtype, struct sli4_queue *q,
|
D | sli4.c | 763 sli_queue_alloc(struct sli4 *sli4, u32 qtype, in sli_queue_alloc() function
|