Searched refs:SLI4_QTYPE_CQ (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/scsi/elx/efct/ |
D | efct_hw_queues.c | 45 hw->num_qentries[SLI4_QTYPE_CQ]); in efct_hw_init_queues() 59 cq = efct_hw_new_cq(eq, hw->num_qentries[SLI4_QTYPE_CQ]); in efct_hw_init_queues() 73 if (efct_hw_new_cq_set(eqs, cqs, i, hw->num_qentries[SLI4_QTYPE_CQ])) { in efct_hw_init_queues() 168 cq->type = SLI4_QTYPE_CQ; in efct_hw_new_cq() 175 if (sli_queue_alloc(&hw->sli, SLI4_QTYPE_CQ, cq->queue, in efct_hw_new_cq() 213 cq->type = SLI4_QTYPE_CQ; in efct_hw_new_cq_set()
|
D | efct_hw.c | 297 hw->num_qentries[SLI4_QTYPE_WQ] = hw->num_qentries[SLI4_QTYPE_CQ] / 2; in efct_hw_setup()
|
/linux-5.19.10/drivers/scsi/elx/libefc_sli/ |
D | sli4.c | 526 if (q->type == SLI4_QTYPE_EQ || q->type == SLI4_QTYPE_CQ) { in __sli_queue_init() 703 case SLI4_QTYPE_CQ: in __sli_create_queue() 743 case SLI4_QTYPE_CQ: in sli_get_queue_entry_size() 786 case SLI4_QTYPE_CQ: in sli_queue_alloc() 927 if (__sli_queue_init(sli4, qs[i], SLI4_QTYPE_CQ, SLI4_CQE_BYTES, in sli_cq_alloc_set() 1015 case SLI4_QTYPE_CQ: in sli_queue_free() 1105 case SLI4_QTYPE_CQ: in sli_queue_arm() 4237 sli4->qinfo.max_qcount[SLI4_QTYPE_CQ] = le16_to_cpu(conf->cq_count); in sli_get_read_config() 4303 sli4->qinfo.qpage_count[SLI4_QTYPE_CQ] = in sli_get_sli4_parameters() 4319 sli4->qinfo.count_mask[SLI4_QTYPE_CQ] = in sli_get_sli4_parameters() [all …]
|
D | sli4.h | 515 SLI4_QTYPE_CQ, enumerator
|