Searched refs:chann (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/accel/amdxdna/ |
| H 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; \
|
| H A D | aie2_message.c | 516 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_config_cu() local 525 if (!chann) in aie2_config_cu() 569 return xdna_mailbox_send_msg(chann, &msg, TX_TIMEOUT); in aie2_config_cu() 969 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_execbuf() local 976 if (!chann) in aie2_execbuf() 989 ret = xdna_mailbox_send_msg(chann, &msg, TX_TIMEOUT); in aie2_execbuf() 1003 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_cmdlist_multi_execbuf() local 1078 ret = xdna_mailbox_send_msg(chann, &msg, TX_TIMEOUT); in aie2_cmdlist_multi_execbuf() 1092 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_cmdlist_single_execbuf() local 1125 ret = xdna_mailbox_send_msg(chann, &msg, TX_TIMEOUT); in aie2_cmdlist_single_execbuf() [all …]
|
| /linux/include/soc/amlogic/ |
| H A D | meson_ddr_pmu.h | 42 void (*set_axi_filter)(struct dmc_info *info, int axi_id, int chann);
|
| /linux/fs/smb/server/ |
| H A D | auth.c | 549 struct channel *chann; in generate_smb3signingkey() local 552 chann = lookup_chann_list(sess, conn); in generate_smb3signingkey() 553 if (!chann) in generate_smb3signingkey() 557 key = chann->smb3signingkey; in generate_smb3signingkey() 565 memcpy(chann->smb3signingkey, key, SMB3_SIGN_KEY_SIZE); in generate_smb3signingkey()
|
| H A D | smb2pdu.c | 83 struct channel *chann; in lookup_chann_list() local 86 chann = xa_load(&sess->ksmbd_chann_list, (long)conn); in lookup_chann_list() 89 return chann; in lookup_chann_list() 1463 struct channel *chann = NULL, *old; in ntlm_authenticate() local 1563 chann = lookup_chann_list(sess, conn); in ntlm_authenticate() 1564 if (!chann) { in ntlm_authenticate() 1565 chann = kmalloc_obj(struct channel, KSMBD_DEFAULT_GFP); in ntlm_authenticate() 1566 if (!chann) in ntlm_authenticate() 1569 chann->conn = conn; in ntlm_authenticate() 1571 old = xa_store(&sess->ksmbd_chann_list, (long)conn, chann, in ntlm_authenticate() [all …]
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 1309 if (eq->chann != i) in lpfc_idle_stat_delay_work() 10377 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq() 10400 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq() 10531 qdesc->chann = cpu; /* First CPU this EQ is affinitized to */ in lpfc_sli4_queue_create() 10532 qdesc->last_cpu = qdesc->chann; in lpfc_sli4_queue_create() 10585 qdesc->chann = cpu; in lpfc_sli4_queue_create() 10617 qdesc->chann = cpu; in lpfc_sli4_queue_create() 10635 qdesc->chann = cpu; in lpfc_sli4_queue_create() 10657 qdesc->chann = cpu; in lpfc_sli4_queue_create() 10671 qdesc->chann = cpu; in lpfc_sli4_queue_create() [all …]
|
| H A D | lpfc_sli4.h | 227 uint16_t chann; /* Hardware Queue association WQ/CQ */ member
|
| H A D | lpfc_sli.c | 7971 if (eq->chann != i) in lpfc_init_idle_stat_hb() 14865 ret = queue_work_on(cq->chann, phba->wq, &cq->spwork); in lpfc_sli4_sp_handle_eqe() 15011 ret = queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_sp_process_cq() 15017 cq->queue_id, cq->chann); in __lpfc_sli4_sp_process_cq() 15405 ret = queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_hba_process_cq() 15411 cq->queue_id, cq->chann); in __lpfc_sli4_hba_process_cq() 15525 ret = queue_work_on(cq->chann, phba->wq, &cq->irqwork); in lpfc_sli4_hba_handle_eqe() 16650 cq->chann = idx; in lpfc_cq_create_set() 22398 cpu_to_node(hdwq->io_wq->chann)); in lpfc_get_sgl_per_hdwq() 22541 cpu_to_node(hdwq->io_wq->chann)); in lpfc_get_cmd_rsp_buf_per_hdwq()
|
| H A D | lpfc_debugfs.c | 4049 qp->max_proc_limit, qp->chann); in __lpfc_idiag_print_eq()
|