Home
last modified time | relevance | path

Searched refs:ctxid (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/scsi/cxlflash/
A Dsuperpipe.c832 ctxi->ctxid = ENCODE_CTXID(ctxi, ctxid); in init_context()
857 u64 ctxid = DECODE_CTXID(ctxi->ctxid); in remove_context() local
998 int ctxid; in cxlflash_cxl_release() local
1017 __func__, ctxid); in cxlflash_cxl_release()
1113 int ctxid; in cxlflash_mmap_fault() local
1184 int ctxid; in cxlflash_cxl_mmap() local
1327 int ctxid = -1; in cxlflash_disk_attach() local
1426 if (unlikely((ctxid >= MAX_CONTEXT) || (ctxid < 0))) { in cxlflash_disk_attach()
1539 int ctxid = -1; in recover_context() local
1560 if (unlikely((ctxid >= MAX_CONTEXT) || (ctxid < 0))) { in recover_context()
[all …]
A Dvlun.c502 ctx_hndl_t ctxid, in grow_lxt() argument
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
758 __func__, ctxid, resize->rsrc_handle, resize->req_size, in _cxlflash_vlun_resize()
773 __func__, ctxid); in _cxlflash_vlun_resize()
983 u64 ctxid = DECODE_CTXID(virt->context_id), in cxlflash_disk_virtual_open() local
1031 __func__, ctxid); in cxlflash_disk_virtual_open()
1093 ctx_hndl_t ctxid, in clone_lxt() argument
[all …]
A Dsuperpipe.h95 u64 ctxid; member
/linux/tools/perf/ui/gtk/
A Dbrowser.c76 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()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
A Ddev.h177 u8 used, ctxid; member
476 enum iwl_rxon_context_id ctxid; member
901 if (priv->valid_contexts & BIT(ctx->ctxid))
909 enum iwl_rxon_context_id ctxid) in iwl_is_associated() argument
911 return iwl_is_associated_ctx(&priv->contexts[ctxid]); in iwl_is_associated()
A Drxon.c298 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() argument
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()
A Dsta.c299 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()
A Dagn.h339 enum iwl_rxon_context_id ctxid);
342 enum iwl_rxon_context_id ctxid) in iwl_print_rx_config_cmd() argument
A Dtx.c750 ctx = priv->stations[sta_id].ctxid; in iwlagn_check_ratid_empty()
A Dmac80211.c1420 if (ctx->ctxid != IWL_RXON_CTX_BSS) { in iwlagn_mac_change_interface()
A Dmain.c607 priv->contexts[i].ctxid = i; in iwl_init_context()
A Ddebugfs.c440 ctx->ctxid); in iwl_dbgfs_qos_read()
/linux/drivers/misc/
A Dfastrpc.c184 u64 ctxid; member
363 idr_remove(&cctx->ctx_idr, ctx->ctxid >> 4); in fastrpc_context_free()
499 ctx->ctxid = ret << 4; in fastrpc_context_alloc()
930 msg->ctx = ctx->ctxid | fl->pd; in fastrpc_invoke_send()
1698 unsigned long ctxid; in fastrpc_rpmsg_callback() local
1703 ctxid = ((rsp->ctx & FASTRPC_CTXID_MASK) >> 4); in fastrpc_rpmsg_callback()
1706 ctx = idr_find(&cctx->ctx_idr, ctxid); in fastrpc_rpmsg_callback()
/linux/Documentation/trace/coresight/
A Dcoresight-etm4x-reference.rst170 Type one of {all, vmid, ctxid, none}
172 ``$> echo ctxid > addr_ctxtype``
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c1283 uint32_t ctxid = entry->src_data[0]; in smu_v13_0_irq_process() local
1319 switch (ctxid) { in smu_v13_0_irq_process()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dsmu_v11_0.c1451 uint32_t ctxid = entry->src_data[0]; in smu_v11_0_irq_process() local
1487 switch (ctxid) { in smu_v11_0_irq_process()

Completed in 43 milliseconds