Searched refs:chann (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 192 uint16_t chann; /* Hardware Queue association WQ/CQ */ member
|
D | lpfc_init.c | 8669 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 …]
|
D | lpfc_sli.c | 13537 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()
|
D | lpfc_debugfs.c | 3819 qp->max_proc_limit, qp->chann); in __lpfc_idiag_print_eq()
|