/linux-4.4.14/drivers/scsi/cxlflash/ |
D | superpipe.c | 122 if ((ctxi->ctxid == rctxid) || (ctxi->file == file)) in find_error_context() 151 u64 ctxid = DECODE_CTXID(rctxid); in get_context() local 163 if (likely(ctxid < MAX_CONTEXT)) { in get_context() 166 ctxi = cfg->ctx_tbl[ctxid]; in get_context() 169 (!file && (ctxi->ctxid != rctxid))) in get_context() 619 u64 ctxid = DECODE_CTXID(release->context_id), in _cxlflash_disk_release() local 626 __func__, ctxid, release->rsrc_handle, gli->mode, gli->users); in _cxlflash_disk_release() 632 __func__, ctxid); in _cxlflash_disk_release() 684 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in _cxlflash_disk_release() 756 struct cxl_context *ctx, int ctxid, in create_context() argument [all …]
|
D | vlun.c | 506 ctx_hndl_t ctxid, in grow_lxt() argument 595 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt() 628 ctx_hndl_t ctxid = DECODE_CTXID(ctxi->ctxid); in shrink_lxt() local 673 cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in shrink_lxt() 740 u64 ctxid = DECODE_CTXID(resize->context_id), in _cxlflash_vlun_resize() local 755 "new_size=%llx\n", __func__, ctxid, resize->rsrc_handle, in _cxlflash_vlun_resize() 769 pr_debug("%s: Bad context! (%llu)\n", __func__, ctxid); in _cxlflash_vlun_resize() 785 rc = grow_lxt(afu, sdev, ctxid, rhndl, rhte, &new_size); in _cxlflash_vlun_resize() 934 u64 ctxid = DECODE_CTXID(virt->context_id), in cxlflash_disk_virtual_open() local 945 pr_debug("%s: ctxid=%llu ls=0x%llx\n", __func__, ctxid, lun_size); in cxlflash_disk_virtual_open() [all …]
|
D | superpipe.h | 102 u64 ctxid; member
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | browser.c | 77 unsigned ctxid; in perf_gtk__setup_statusbar() local 81 ctxid = gtk_statusbar_get_context_id(GTK_STATUSBAR(stbar), in perf_gtk__setup_statusbar() 84 pgctx->statbar_ctx_id = ctxid; in perf_gtk__setup_statusbar()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | dev.h | 197 u8 used, ctxid; member 501 enum iwl_rxon_context_id ctxid; member 927 if (priv->valid_contexts & BIT(ctx->ctxid)) 935 enum iwl_rxon_context_id ctxid) in iwl_is_associated() argument 937 return iwl_is_associated_ctx(&priv->contexts[ctxid]); in iwl_is_associated()
|
D | rxon.c | 318 if (ctx->ctxid == IWL_RXON_CTX_PAN && in iwl_send_rxon_timing() 326 } else if (ctx->ctxid == IWL_RXON_CTX_BSS && in iwl_send_rxon_timing() 366 if (ctx->ctxid == IWL_RXON_CTX_BSS) { in iwlagn_rxon_disconn() 467 if (ctx->ctxid == IWL_RXON_CTX_BSS) { in iwlagn_rxon_connect() 914 enum iwl_rxon_context_id ctxid) in iwl_print_rx_config_cmd() argument 916 struct iwl_rxon_context *ctx = &priv->contexts[ctxid]; in iwl_print_rx_config_cmd() 1085 iwl_print_rx_config_cmd(priv, ctx->ctxid); in iwlagn_commit_rxon() 1461 if (ctx->ctxid == IWL_RXON_CTX_BSS) in iwlagn_bss_info_changed()
|
D | sta.c | 319 station->ctxid = ctx->ctxid; in iwl_prep_station() 637 if (ctx && ctx->ctxid != priv->stations[i].ctxid) in iwl_clear_ucode_stations() 681 if (ctx->ctxid != priv->stations[i].ctxid) in iwl_restore_stations()
|
D | agn.h | 397 enum iwl_rxon_context_id ctxid); 400 enum iwl_rxon_context_id ctxid) in iwl_print_rx_config_cmd() argument
|
D | mac80211.c | 1419 tmp->ctxid, tmp, tmp->vif); in iwlagn_mac_remove_interface() 1454 if (ctx->ctxid != IWL_RXON_CTX_BSS) { in iwlagn_mac_change_interface()
|
D | tx.c | 773 ctx = priv->stations[sta_id].ctxid; in iwlagn_check_ratid_empty()
|
D | main.c | 541 priv->contexts[i].ctxid = i; in iwl_init_context()
|
D | debugfs.c | 484 ctx->ctxid); in iwl_dbgfs_qos_read()
|