Home
last modified time | relevance | path

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

/linux/fs/smb/server/mgmt/
H A Duser_session.c252 struct channel *chann; in free_channel_list() local
256 xa_for_each(&sess->ksmbd_chann_list, index, chann) { in free_channel_list()
258 kfree(chann); in free_channel_list()
445 struct channel *chann; in ksmbd_chann_del() local
448 chann = xa_erase(&sess->ksmbd_chann_list, (long)conn); in ksmbd_chann_del()
450 if (!chann) in ksmbd_chann_del()
453 kfree(chann); in ksmbd_chann_del()
483 struct channel *chann; in ksmbd_sessions_deregister() local
485 xa_for_each(&sess->ksmbd_chann_list, chann_id, chann) { in ksmbd_sessions_deregister()
486 if (chann->conn != conn) in ksmbd_sessions_deregister()
[all …]
/linux/drivers/accel/amdxdna/
H A Damdxdna_mailbox.c19 #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 Daie2_message.c495 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_config_cu() local
504 if (!chann) in aie2_config_cu()
548 return xdna_mailbox_send_msg(chann, &msg, TX_TIMEOUT); in aie2_config_cu()
948 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_execbuf() local
955 if (!chann) in aie2_execbuf()
968 ret = xdna_mailbox_send_msg(chann, &msg, TX_TIMEOUT); in aie2_execbuf()
982 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_cmdlist_multi_execbuf() local
1035 ret = xdna_mailbox_send_msg(chann, &msg, TX_TIMEOUT); in aie2_cmdlist_multi_execbuf()
1049 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_cmdlist_single_execbuf() local
1075 ret = xdna_mailbox_send_msg(chann, &msg, TX_TIMEOUT); in aie2_cmdlist_single_execbuf()
[all …]
/linux/fs/smb/server/
H A Dauth.c574 struct channel *chann; in generate_smb3signingkey() local
577 chann = lookup_chann_list(sess, conn); in generate_smb3signingkey()
578 if (!chann) in generate_smb3signingkey()
582 key = chann->smb3signingkey; in generate_smb3signingkey()
590 memcpy(chann->smb3signingkey, key, SMB3_SIGN_KEY_SIZE); in generate_smb3signingkey()
H A Dsmb2pdu.c84 struct channel *chann; in lookup_chann_list() local
87 chann = xa_load(&sess->ksmbd_chann_list, (long)conn); in lookup_chann_list()
90 return chann; in lookup_chann_list()
1464 struct channel *chann = NULL, *old; in ntlm_authenticate() local
1564 chann = lookup_chann_list(sess, conn); in ntlm_authenticate()
1565 if (!chann) { in ntlm_authenticate()
1566 chann = kmalloc_obj(struct channel, KSMBD_DEFAULT_GFP); in ntlm_authenticate()
1567 if (!chann) in ntlm_authenticate()
1570 chann->conn = conn; in ntlm_authenticate()
1572 old = xa_store(&sess->ksmbd_chann_list, (long)conn, chann, in ntlm_authenticate()
[all …]
/linux/include/soc/amlogic/
H A Dmeson_ddr_pmu.h42 void (*set_axi_filter)(struct dmc_info *info, int axi_id, int chann);
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c1307 if (eq->chann != i) in lpfc_idle_stat_delay_work()
10368 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
10391 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
10522 qdesc->chann = cpu; /* First CPU this EQ is affinitized to */ in lpfc_sli4_queue_create()
10523 qdesc->last_cpu = qdesc->chann; in lpfc_sli4_queue_create()
10576 qdesc->chann = cpu; in lpfc_sli4_queue_create()
10608 qdesc->chann = cpu; in lpfc_sli4_queue_create()
10626 qdesc->chann = cpu; in lpfc_sli4_queue_create()
10648 qdesc->chann = cpu; in lpfc_sli4_queue_create()
10662 qdesc->chann = cpu; in lpfc_sli4_queue_create()
[all …]
H A Dlpfc_sli4.h227 uint16_t chann; /* Hardware Queue association WQ/CQ */ member
H A Dlpfc_sli.c7996 if (eq->chann != i) in lpfc_init_idle_stat_hb()
14885 ret = queue_work_on(cq->chann, phba->wq, &cq->spwork); in lpfc_sli4_sp_handle_eqe()
15031 ret = queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_sp_process_cq()
15037 cq->queue_id, cq->chann); in __lpfc_sli4_sp_process_cq()
15425 ret = queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_hba_process_cq()
15431 cq->queue_id, cq->chann); in __lpfc_sli4_hba_process_cq()
15545 ret = queue_work_on(cq->chann, phba->wq, &cq->irqwork); in lpfc_sli4_hba_handle_eqe()
16670 cq->chann = idx; in lpfc_cq_create_set()
22418 cpu_to_node(hdwq->io_wq->chann)); in lpfc_get_sgl_per_hdwq()
22561 cpu_to_node(hdwq->io_wq->chann)); in lpfc_get_cmd_rsp_buf_per_hdwq()
H A Dlpfc_debugfs.c4049 qp->max_proc_limit, qp->chann); in __lpfc_idiag_print_eq()