Searched refs:chann (Results 1 – 9 of 9) sorted by relevance
| /drivers/accel/amdxdna/ |
| A D | amdxdna_mailbox.c | 19 #define MB_ERR(chann, fmt, args...) \ argument 21 typeof(chann) _chann = chann; \ 25 #define MB_DBG(chann, fmt, args...) \ argument 27 typeof(chann) _chann = chann; \ 31 #define MB_WARN_ONCE(chann, fmt, args...) \ argument 33 typeof(chann) _chann = chann; \
|
| A D | aie2_message.c | 379 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_config_cu() local 387 if (!chann) in aie2_config_cu() 423 ret = xdna_send_msg_wait(xdna, chann, &msg); in aie2_config_cu() 440 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_execbuf() local 454 if (!chann) in aie2_execbuf() 503 ret = xdna_mailbox_send_msg(chann, &msg, TX_TIMEOUT); in aie2_execbuf() 646 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_cmdlist_multi_execbuf() local 697 ret = xdna_mailbox_send_msg(chann, &msg, TX_TIMEOUT); in aie2_cmdlist_multi_execbuf() 711 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_cmdlist_single_execbuf() local 733 ret = xdna_mailbox_send_msg(chann, &msg, TX_TIMEOUT); in aie2_cmdlist_single_execbuf() [all …]
|
| A D | amdxdna_mailbox_helper.c | 41 int xdna_send_msg_wait(struct amdxdna_dev *xdna, struct mailbox_channel *chann, in xdna_send_msg_wait() argument 47 ret = xdna_mailbox_send_msg(chann, msg, TX_TIMEOUT); in xdna_send_msg_wait()
|
| A D | amdxdna_mailbox_helper.h | 39 int xdna_send_msg_wait(struct amdxdna_dev *xdna, struct mailbox_channel *chann,
|
| /drivers/perf/amlogic/ |
| A D | meson_ddr_pmu_core.c | 57 int chann; in meson_ddr_set_axi_filter() local 61 chann = event->attr.config - CHAN1_COUNTER_ID; in meson_ddr_set_axi_filter() 63 pmu->info.hw_info->set_axi_filter(&pmu->info, axi_id, chann); in meson_ddr_set_axi_filter()
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_init.c | 1307 if (eq->chann != i) in lpfc_idle_stat_delay_work() 10386 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq() 10409 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq() 10548 qdesc->last_cpu = qdesc->chann; in lpfc_sli4_queue_create() 10601 qdesc->chann = cpu; in lpfc_sli4_queue_create() 10633 qdesc->chann = cpu; in lpfc_sli4_queue_create() 10651 qdesc->chann = cpu; in lpfc_sli4_queue_create() 10673 qdesc->chann = cpu; in lpfc_sli4_queue_create() 10687 qdesc->chann = cpu; in lpfc_sli4_queue_create() 10700 qdesc->chann = cpu; in lpfc_sli4_queue_create() [all …]
|
| A D | lpfc_sli4.h | 227 uint16_t chann; /* Hardware Queue association WQ/CQ */ member
|
| A D | lpfc_sli.c | 7996 if (eq->chann != i) in lpfc_init_idle_stat_hb() 14828 ret = queue_work_on(cq->chann, phba->wq, &cq->spwork); in lpfc_sli4_sp_handle_eqe() 14974 ret = queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_sp_process_cq() 14980 cq->queue_id, cq->chann); in __lpfc_sli4_sp_process_cq() 15368 ret = queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_hba_process_cq() 15374 cq->queue_id, cq->chann); in __lpfc_sli4_hba_process_cq() 15488 ret = queue_work_on(cq->chann, phba->wq, &cq->irqwork); in lpfc_sli4_hba_handle_eqe() 16587 cq->chann = idx; in lpfc_cq_create_set() 22362 cpu_to_node(hdwq->io_wq->chann)); in lpfc_get_sgl_per_hdwq() 22505 cpu_to_node(hdwq->io_wq->chann)); in lpfc_get_cmd_rsp_buf_per_hdwq()
|
| A D | lpfc_debugfs.c | 4018 qp->max_proc_limit, qp->chann); in __lpfc_idiag_print_eq()
|
Completed in 87 milliseconds