Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/mgmt/
H A Duser_session.c32 struct channel *chann; in free_channel_list() local
35 xa_for_each(&sess->ksmbd_chann_list, index, chann) { in free_channel_list()
37 kfree(chann); in free_channel_list()
208 struct channel *chann; in ksmbd_chann_del() local
210 chann = xa_erase(&sess->ksmbd_chann_list, (long)conn); in ksmbd_chann_del()
211 if (!chann) in ksmbd_chann_del()
214 kfree(chann); in ksmbd_chann_del()
240 struct channel *chann; in ksmbd_sessions_deregister() local
242 xa_for_each(&sess->ksmbd_chann_list, chann_id, chann) { in ksmbd_sessions_deregister()
243 if (chann->conn != conn) in ksmbd_sessions_deregister()
[all …]
/openbmc/linux/include/soc/amlogic/
H A Dmeson_ddr_pmu.h42 void (*set_axi_filter)(struct dmc_info *info, int axi_id, int chann);
/openbmc/linux/drivers/perf/amlogic/
H A Dmeson_ddr_pmu_core.c57 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()
/openbmc/linux/fs/smb/server/
H A Dauth.c768 struct channel *chann; in generate_smb3signingkey() local
771 chann = lookup_chann_list(sess, conn); in generate_smb3signingkey()
772 if (!chann) in generate_smb3signingkey()
776 key = chann->smb3signingkey; in generate_smb3signingkey()
786 memcpy(chann->smb3signingkey, key, SMB3_SIGN_KEY_SIZE); in generate_smb3signingkey()
H A Dsmb2pdu.c1444 struct channel *chann = NULL; in ntlm_authenticate() local
1550 chann = lookup_chann_list(sess, conn); in ntlm_authenticate()
1551 if (!chann) { in ntlm_authenticate()
1552 chann = kmalloc(sizeof(struct channel), GFP_KERNEL); in ntlm_authenticate()
1553 if (!chann) in ntlm_authenticate()
1556 chann->conn = conn; in ntlm_authenticate()
1557 xa_store(&sess->ksmbd_chann_list, (long)conn, chann, GFP_KERNEL); in ntlm_authenticate()
1584 struct channel *chann = NULL; in krb5_authenticate() local
1631 chann = lookup_chann_list(sess, conn); in krb5_authenticate()
1632 if (!chann) { in krb5_authenticate()
[all …]
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c1313 if (eq->chann != i) in lpfc_idle_stat_delay_work()
10396 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
10419 qdesc->chann = cpu; in lpfc_alloc_io_wq_cq()
10556 qdesc->chann = cpu; /* First CPU this EQ is affinitized to */ in lpfc_sli4_queue_create()
10557 qdesc->last_cpu = qdesc->chann; in lpfc_sli4_queue_create()
10610 qdesc->chann = cpu; in lpfc_sli4_queue_create()
10642 qdesc->chann = cpu; in lpfc_sli4_queue_create()
10660 qdesc->chann = cpu; in lpfc_sli4_queue_create()
10676 qdesc->chann = cpu; in lpfc_sli4_queue_create()
10690 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.c7997 if (eq->chann != i) in lpfc_init_idle_stat_hb()
14846 ret = queue_work_on(cq->chann, phba->wq, &cq->spwork); in lpfc_sli4_sp_handle_eqe()
14992 ret = queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_sp_process_cq()
14998 cq->queue_id, cq->chann); in __lpfc_sli4_sp_process_cq()
15386 ret = queue_delayed_work_on(cq->chann, phba->wq, in __lpfc_sli4_hba_process_cq()
15392 cq->queue_id, cq->chann); in __lpfc_sli4_hba_process_cq()
15506 ret = queue_work_on(cq->chann, phba->wq, &cq->irqwork); in lpfc_sli4_hba_handle_eqe()
16605 cq->chann = idx; in lpfc_cq_create_set()
22348 cpu_to_node(hdwq->io_wq->chann)); in lpfc_get_sgl_per_hdwq()
22491 cpu_to_node(hdwq->io_wq->chann)); in lpfc_get_cmd_rsp_buf_per_hdwq()
H A Dlpfc_debugfs.c4020 qp->max_proc_limit, qp->chann); in __lpfc_idiag_print_eq()