Home
last modified time | relevance | path

Searched refs:chann (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_sli4.h192 uint16_t chann; /* Hardware Queue association WQ/CQ */ member
Dlpfc_init.c8669 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
8692 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
8829 qdesc->chann = cpu; /* First CPU this EQ is affinitized to */ in lpfc_sli4_queue_create()
8830 qdesc->last_cpu = qdesc->chann; in lpfc_sli4_queue_create()
8883 qdesc->chann = cpu; in lpfc_sli4_queue_create()
8915 qdesc->chann = cpu; in lpfc_sli4_queue_create()
8933 qdesc->chann = cpu; in lpfc_sli4_queue_create()
8949 qdesc->chann = cpu; in lpfc_sli4_queue_create()
8963 qdesc->chann = cpu; in lpfc_sli4_queue_create()
8976 qdesc->chann = cpu; in lpfc_sli4_queue_create()
[all …]
Dlpfc_sli.c13537 if (!queue_work_on(cq->chann, phba->wq, &cq->spwork)) in lpfc_sli4_sp_handle_eqe()
13675 if (!queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_sp_process_cq()
13680 cq->queue_id, cq->chann); in __lpfc_sli4_sp_process_cq()
14087 if (!queue_work_on(cq->chann, phba->wq, &cq->irqwork)) in lpfc_sli4_hba_handle_eqe()
14121 if (!queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_hba_process_cq()
14126 cq->queue_id, cq->chann); in __lpfc_sli4_hba_process_cq()
15045 cq->chann = idx; in lpfc_cq_create_set()
Dlpfc_debugfs.c3819 qp->max_proc_limit, qp->chann); in __lpfc_idiag_print_eq()