Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_init.c1253 if (cq->chann != i) in lpfc_idle_stat_delay_work()
8920 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
8943 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
9080 qdesc->chann = cpu; /* First CPU this EQ is affinitized to */ in lpfc_sli4_queue_create()
9081 qdesc->last_cpu = qdesc->chann; in lpfc_sli4_queue_create()
9134 qdesc->chann = cpu; in lpfc_sli4_queue_create()
9166 qdesc->chann = cpu; in lpfc_sli4_queue_create()
9184 qdesc->chann = cpu; in lpfc_sli4_queue_create()
9200 qdesc->chann = cpu; in lpfc_sli4_queue_create()
9214 qdesc->chann = cpu; in lpfc_sli4_queue_create()
[all …]
Dlpfc_sli4.h227 uint16_t chann; /* Hardware Queue association WQ/CQ */ member
Dlpfc_sli.c7318 if (cq->chann != i) in lpfc_init_idle_stat_hb()
13797 ret = queue_work_on(cq->chann, phba->wq, &cq->spwork); in lpfc_sli4_sp_handle_eqe()
13949 ret = queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_sp_process_cq()
13955 cq->queue_id, cq->chann); in __lpfc_sli4_sp_process_cq()
14313 ret = queue_work_on(cq->chann, phba->wq, &cq->irqwork); in lpfc_sli4_sched_cq_work()
14439 ret = queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_hba_process_cq()
14445 cq->queue_id, cq->chann); in __lpfc_sli4_hba_process_cq()
15519 cq->chann = idx; in lpfc_cq_create_set()
20950 cpu_to_node(hdwq->io_wq->chann)); in lpfc_get_sgl_per_hdwq()
21093 cpu_to_node(hdwq->io_wq->chann)); in lpfc_get_cmd_rsp_buf_per_hdwq()
Dlpfc_debugfs.c4016 qp->max_proc_limit, qp->chann); in __lpfc_idiag_print_eq()