/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 134 if ((ctxi->ctxid == rctxid) || (ctxi->file == file)) in find_error_context() 163 u64 ctxid = DECODE_CTXID(rctxid); in get_context() local 175 if (likely(ctxid < MAX_CONTEXT)) { in get_context() 178 ctxi = cfg->ctx_tbl[ctxid]; in get_context() 181 (!file && (ctxi->ctxid != rctxid))) in get_context() 645 u64 ctxid = DECODE_CTXID(release->context_id), in _cxlflash_disk_release() local 651 dev_dbg(dev, "%s: ctxid=%llu rhndl=%llu gli->mode=%u gli->users=%u\n", in _cxlflash_disk_release() 652 __func__, ctxid, release->rsrc_handle, gli->mode, gli->users); in _cxlflash_disk_release() 657 dev_dbg(dev, "%s: Bad context ctxid=%llu\n", in _cxlflash_disk_release() 658 __func__, ctxid); in _cxlflash_disk_release() 825 init_context(struct ctx_info *ctxi, struct cxlflash_cfg *cfg, void *ctx, int ctxid, struct file *file, u32 perms, u64 irqs) init_context() argument 858 u64 ctxid = DECODE_CTXID(ctxi->ctxid); remove_context() local 902 u64 ctxid = DECODE_CTXID(detach->context_id), _cxlflash_disk_detach() local 999 int ctxid; cxlflash_cxl_release() local 1114 int ctxid; cxlflash_mmap_fault() local 1185 int ctxid; cxlflash_cxl_mmap() local 1328 int ctxid = -1; cxlflash_disk_attach() local 1540 int ctxid = -1; recover_context() local 1661 u64 ctxid = DECODE_CTXID(recover->context_id), cxlflash_afu_recover() local 1846 u64 ctxid = DECODE_CTXID(verify->context_id), cxlflash_disk_verify() local 1971 u64 ctxid = DECODE_CTXID(pphys->context_id), cxlflash_disk_direct_open() local [all...] |
H A D | vlun.c | 487 * @ctxid: Context ID of context owning the RHTE. 502 ctx_hndl_t ctxid, in grow_lxt() 594 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt() 631 ctx_hndl_t ctxid = DECODE_CTXID(ctxi->ctxid); in shrink_lxt() local 676 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in shrink_lxt() 743 u64 ctxid = DECODE_CTXID(resize->context_id), in _cxlflash_vlun_resize() local 757 dev_dbg(dev, "%s: ctxid=%llu rhndl=%llu req_size=%llu new_size=%llu\n", in _cxlflash_vlun_resize() 758 __func__, ctxid, resize->rsrc_handle, resize->req_size, in _cxlflash_vlun_resize() 772 dev_dbg(dev, "%s: Bad context ctxid in _cxlflash_vlun_resize() 500 grow_lxt(struct afu *afu, struct scsi_device *sdev, ctx_hndl_t ctxid, res_hndl_t rhndl, struct sisl_rht_entry *rhte, u64 *new_size) grow_lxt() argument 983 u64 ctxid = DECODE_CTXID(virt->context_id), cxlflash_disk_virtual_open() local 1091 clone_lxt(struct afu *afu, struct blka *blka, ctx_hndl_t ctxid, res_hndl_t rhndl, struct sisl_rht_entry *rhte, struct sisl_rht_entry *rhte_src) clone_lxt() argument [all...] |
H A D | superpipe.h | 95 u64 ctxid; member
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 134 if ((ctxi->ctxid == rctxid) || (ctxi->file == file)) in find_error_context() 163 u64 ctxid = DECODE_CTXID(rctxid); in get_context() local 175 if (likely(ctxid < MAX_CONTEXT)) { in get_context() 178 ctxi = cfg->ctx_tbl[ctxid]; in get_context() 181 (!file && (ctxi->ctxid != rctxid))) in get_context() 646 u64 ctxid = DECODE_CTXID(release->context_id), in _cxlflash_disk_release() local 652 dev_dbg(dev, "%s: ctxid=%llu rhndl=%llu gli->mode=%u gli->users=%u\n", in _cxlflash_disk_release() 653 __func__, ctxid, release->rsrc_handle, gli->mode, gli->users); in _cxlflash_disk_release() 658 dev_dbg(dev, "%s: Bad context ctxid=%llu\n", in _cxlflash_disk_release() 659 __func__, ctxid); in _cxlflash_disk_release() 826 init_context(struct ctx_info *ctxi, struct cxlflash_cfg *cfg, void *ctx, int ctxid, struct file *file, u32 perms, u64 irqs) init_context() argument 859 u64 ctxid = DECODE_CTXID(ctxi->ctxid); remove_context() local 903 u64 ctxid = DECODE_CTXID(detach->context_id), _cxlflash_disk_detach() local 1000 int ctxid; cxlflash_cxl_release() local 1115 int ctxid; cxlflash_mmap_fault() local 1186 int ctxid; cxlflash_cxl_mmap() local 1329 int ctxid = -1; cxlflash_disk_attach() local 1541 int ctxid = -1; recover_context() local 1662 u64 ctxid = DECODE_CTXID(recover->context_id), cxlflash_afu_recover() local 1847 u64 ctxid = DECODE_CTXID(verify->context_id), cxlflash_disk_verify() local 1972 u64 ctxid = DECODE_CTXID(pphys->context_id), cxlflash_disk_direct_open() local [all...] |
H A D | vlun.c | 487 * @ctxid: Context ID of context owning the RHTE. 502 ctx_hndl_t ctxid, in grow_lxt() 594 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt() 631 ctx_hndl_t ctxid = DECODE_CTXID(ctxi->ctxid); in shrink_lxt() local 676 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in shrink_lxt() 743 u64 ctxid = DECODE_CTXID(resize->context_id), in _cxlflash_vlun_resize() local 757 dev_dbg(dev, "%s: ctxid=%llu rhndl=%llu req_size=%llu new_size=%llu\n", in _cxlflash_vlun_resize() 758 __func__, ctxid, resize->rsrc_handle, resize->req_size, in _cxlflash_vlun_resize() 772 dev_dbg(dev, "%s: Bad context ctxid in _cxlflash_vlun_resize() 500 grow_lxt(struct afu *afu, struct scsi_device *sdev, ctx_hndl_t ctxid, res_hndl_t rhndl, struct sisl_rht_entry *rhte, u64 *new_size) grow_lxt() argument 983 u64 ctxid = DECODE_CTXID(virt->context_id), cxlflash_disk_virtual_open() local 1091 clone_lxt(struct afu *afu, struct blka *blka, ctx_hndl_t ctxid, res_hndl_t rhndl, struct sisl_rht_entry *rhte, struct sisl_rht_entry *rhte_src) clone_lxt() argument [all...] |
H A D | superpipe.h | 95 u64 ctxid; member
|
/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
H A D | browser.c | 76 unsigned ctxid; in perf_gtk__setup_statusbar() local 80 ctxid = gtk_statusbar_get_context_id(GTK_STATUSBAR(stbar), in perf_gtk__setup_statusbar() 83 pgctx->statbar_ctx_id = ctxid; in perf_gtk__setup_statusbar()
|
/kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
H A D | browser.c | 76 unsigned ctxid; in perf_gtk__setup_statusbar() local 80 ctxid = gtk_statusbar_get_context_id(GTK_STATUSBAR(stbar), in perf_gtk__setup_statusbar() 83 pgctx->statbar_ctx_id = ctxid; in perf_gtk__setup_statusbar()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | dev.h | 182 u8 used, ctxid; member 481 enum iwl_rxon_context_id ctxid; member 906 if (priv->valid_contexts & BIT(ctx->ctxid)) 914 enum iwl_rxon_context_id ctxid) in iwl_is_associated() 916 return iwl_is_associated_ctx(&priv->contexts[ctxid]); in iwl_is_associated() 913 iwl_is_associated(struct iwl_priv *priv, enum iwl_rxon_context_id ctxid) iwl_is_associated() argument
|
H A D | rxon.c | 303 if (ctx->ctxid == IWL_RXON_CTX_PAN && in iwl_send_rxon_timing() 311 } else if (ctx->ctxid == IWL_RXON_CTX_BSS && in iwl_send_rxon_timing() 351 if (ctx->ctxid == IWL_RXON_CTX_BSS) { in iwlagn_rxon_disconn() 452 if (ctx->ctxid == IWL_RXON_CTX_BSS) { in iwlagn_rxon_connect() 894 enum iwl_rxon_context_id ctxid) in iwl_print_rx_config_cmd() 896 struct iwl_rxon_context *ctx = &priv->contexts[ctxid]; in iwl_print_rx_config_cmd() 1065 iwl_print_rx_config_cmd(priv, ctx->ctxid); in iwlagn_commit_rxon() 1441 if (ctx->ctxid == IWL_RXON_CTX_BSS) in iwlagn_bss_info_changed() 893 iwl_print_rx_config_cmd(struct iwl_priv *priv, enum iwl_rxon_context_id ctxid) iwl_print_rx_config_cmd() argument
|
H A D | sta.c | 304 station->ctxid = ctx->ctxid; in iwl_prep_station() 622 if (ctx && ctx->ctxid != priv->stations[i].ctxid) in iwl_clear_ucode_stations() 666 if (ctx->ctxid != priv->stations[i].ctxid) in iwl_restore_stations()
|
H A D | agn.h | 392 enum iwl_rxon_context_id ctxid); 395 enum iwl_rxon_context_id ctxid) in iwl_print_rx_config_cmd() 394 iwl_print_rx_config_cmd(struct iwl_priv *priv, enum iwl_rxon_context_id ctxid) iwl_print_rx_config_cmd() argument
|
H A D | mac80211.c | 1425 if (ctx->ctxid != IWL_RXON_CTX_BSS) { in iwlagn_mac_change_interface()
|
H A D | tx.c | 755 ctx = priv->stations[sta_id].ctxid; in iwlagn_check_ratid_empty()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | dev.h | 177 u8 used, ctxid; member 476 enum iwl_rxon_context_id ctxid; member 902 if (priv->valid_contexts & BIT(ctx->ctxid)) 910 enum iwl_rxon_context_id ctxid) in iwl_is_associated() 912 return iwl_is_associated_ctx(&priv->contexts[ctxid]); in iwl_is_associated() 909 iwl_is_associated(struct iwl_priv *priv, enum iwl_rxon_context_id ctxid) iwl_is_associated() argument
|
H A D | rxon.c | 298 if (ctx->ctxid == IWL_RXON_CTX_PAN && in iwl_send_rxon_timing() 306 } else if (ctx->ctxid == IWL_RXON_CTX_BSS && in iwl_send_rxon_timing() 346 if (ctx->ctxid == IWL_RXON_CTX_BSS) { in iwlagn_rxon_disconn() 447 if (ctx->ctxid == IWL_RXON_CTX_BSS) { in iwlagn_rxon_connect() 889 enum iwl_rxon_context_id ctxid) in iwl_print_rx_config_cmd() 891 struct iwl_rxon_context *ctx = &priv->contexts[ctxid]; in iwl_print_rx_config_cmd() 1060 iwl_print_rx_config_cmd(priv, ctx->ctxid); in iwlagn_commit_rxon() 1436 if (ctx->ctxid == IWL_RXON_CTX_BSS) in iwlagn_bss_info_changed() 888 iwl_print_rx_config_cmd(struct iwl_priv *priv, enum iwl_rxon_context_id ctxid) iwl_print_rx_config_cmd() argument
|
H A D | sta.c | 299 station->ctxid = ctx->ctxid; in iwl_prep_station() 617 if (ctx && ctx->ctxid != priv->stations[i].ctxid) in iwl_clear_ucode_stations() 661 if (ctx->ctxid != priv->stations[i].ctxid) in iwl_restore_stations()
|
H A D | agn.h | 339 enum iwl_rxon_context_id ctxid); 342 enum iwl_rxon_context_id ctxid) in iwl_print_rx_config_cmd() 341 iwl_print_rx_config_cmd(struct iwl_priv *priv, enum iwl_rxon_context_id ctxid) iwl_print_rx_config_cmd() argument
|
H A D | mac80211.c | 1421 if (ctx->ctxid != IWL_RXON_CTX_BSS) { in iwlagn_mac_change_interface()
|
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | fastrpc.c | 184 u64 ctxid; member 372 idr_remove(&cctx->ctx_idr, ctx->ctxid >> 4); in fastrpc_context_free() 508 ctx->ctxid = ret << 4; in fastrpc_context_alloc() 935 msg->ctx = ctx->ctxid | fl->pd; in fastrpc_invoke_send() 1711 unsigned long ctxid; in fastrpc_rpmsg_callback() local 1716 ctxid = ((rsp->ctx & FASTRPC_CTXID_MASK) >> 4); in fastrpc_rpmsg_callback() 1719 ctx = idr_find(&cctx->ctx_idr, ctxid); in fastrpc_rpmsg_callback()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | fastrpc.c | 239 u64 ctxid; member 497 idr_remove(&cctx->ctx_idr, ctx->ctxid >> 4); in fastrpc_context_free() 633 ctx->ctxid = ret << 4; in fastrpc_context_alloc() 1121 msg->ctx = ctx->ctxid | fl->pd; in fastrpc_invoke_send() 2408 unsigned long ctxid; in fastrpc_rpmsg_callback() local 2413 ctxid = ((rsp->ctx & FASTRPC_CTXID_MASK) >> 4); in fastrpc_rpmsg_callback() 2416 ctx = idr_find(&cctx->ctx_idr, ctxid); in fastrpc_rpmsg_callback()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | smu_v11_0.c | 1321 * ctxid is used to distinguish different in smu_v11_0_irq_process() 1324 uint32_t ctxid = entry->src_data[0]; in smu_v11_0_irq_process() local 1360 switch (ctxid) { in smu_v11_0_irq_process()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_6_ppt.c | 1277 uint32_t ctxid = entry->src_data[0]; in smu_v13_0_6_irq_process() local 1288 * ctxid is used to distinguish different events for SMCToHost in smu_v13_0_6_irq_process() 1291 switch (ctxid) { in smu_v13_0_6_irq_process()
|
H A D | smu_v13_0.c | 1341 * ctxid is used to distinguish different in smu_v13_0_irq_process() 1344 uint32_t ctxid = entry->src_data[0]; in smu_v13_0_irq_process() local 1376 switch (ctxid) { in smu_v13_0_irq_process()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | smu_v11_0.c | 1406 * ctxid is used to distinguish different in smu_v11_0_irq_process() 1409 uint32_t ctxid = entry->src_data[0]; in smu_v11_0_irq_process() local 1440 switch (ctxid) { in smu_v11_0_irq_process()
|