Home
last modified time | relevance | path

Searched refs:key (Results 4676 – 4700 of 5270) sorted by relevance

1...<<181182183184185186187188189190>>...211

/openbmc/qemu/migration/
H A Dtrace-events248 …y, int theirkey, uint64_t chunk) "Received registration result: my key: 0x%x their key 0x%x, chunk…
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c409 void hfi1_bad_pkey(struct hfi1_ibport *ibp, u32 key, u32 sl, in hfi1_bad_pkey() argument
426 trap->data.ntc_257_258.key = cpu_to_be32(key); in hfi1_bad_pkey()
1656 u16 key = pkeys[i]; in set_pkeys() local
1659 if (key == okey) in set_pkeys()
1666 ppd->pkeys[i] = key; in set_pkeys()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c330 struct i40e_aqc_get_set_rss_key_data *key, in i40e_aq_get_set_rss_key() argument
356 status = i40e_asq_send_command(hw, &desc, key, key_size, NULL); in i40e_aq_get_set_rss_key()
370 struct i40e_aqc_get_set_rss_key_data *key) in i40e_aq_get_rss_key() argument
372 return i40e_aq_get_set_rss_key(hw, vsi_id, key, false); in i40e_aq_get_rss_key()
385 struct i40e_aqc_get_set_rss_key_data *key) in i40e_aq_set_rss_key() argument
387 return i40e_aq_get_set_rss_key(hw, vsi_id, key, true); in i40e_aq_set_rss_key()
/openbmc/linux/Documentation/networking/
H A Dip-sysctl.rst863 The list consists of a primary key and an optional backup key. The
864 primary key is used for both creating and validating cookies, while the
865 optional backup key is only used for validating cookies. The purpose of
866 the backup key is to maximize TFO validation when keys are rotated.
868 A randomly chosen primary key may be configured by the kernel if
870 TCP_FASTOPEN setsockopt() optname is set and a key has not been
876 A key is specified as 4 8-digit hexadecimal integers which are separated
878 omitted. A primary and a backup key may be specified by separating them
879 by a comma. If only one key is specified, it becomes the primary key and
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dinternal.rst101 around the following key concepts:
298 the following key concepts:
506 registry and ID as key (there is no known list of valid event registry and
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dbuffer.rst517 contains a compressed image which is a key frame (or field), i. e.
526 or fields which contain only differences to a previous key frame.
535 between the current frame and both the preceding and following key
/openbmc/linux/net/sched/
H A DKconfig513 Say Y here to be able to use netfilter marks as u32 key.
612 tristate "U32 key"
616 the famous u32 key in combination with logic relations.
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2597.dtsi1537 key-power {
1544 key-volume-down {
1550 key-volume-up {
/openbmc/linux/kernel/printk/
H A Dprintk.c667 const char *key, const char *val) in msg_add_dict_text() argument
676 len += msg_add_ext_text(buf + len, size - len, key, strlen(key), '='); in msg_add_dict_text()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1765 ether_addr_copy(stream->dmac, match.key->dst); in vsc9959_stream_identify()
1777 stream->prio = match.key->vlan_priority; in vsc9959_stream_identify()
1783 stream->vid = match.key->vlan_id; in vsc9959_stream_identify()
/openbmc/qemu/target/arm/
H A Dcpu.c183 static void cp_reg_reset(gpointer key, gpointer value, gpointer opaque) in cp_reg_reset() argument
214 static void cp_reg_check_reset(gpointer key, gpointer value, gpointer opaque) in cp_reg_check_reset() argument
230 cp_reg_reset(key, value, opaque); in cp_reg_check_reset()
/openbmc/linux/fs/gfs2/
H A Dglock.c96 int sync, void *key) in glock_wake_function() argument
101 struct lm_lockname *wake_name = key; in glock_wake_function()
107 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1680 params->key, key_usage); in wil_cfg80211_add_key()
1683 if (key_usage == WMI_KEY_USE_TX_GROUP && params->key && in wil_cfg80211_add_key()
1686 memcpy(vif->gtk, params->key, params->key_len); in wil_cfg80211_add_key()
2072 key_params.key = vif->gtk; in wil_cfg80211_ap_recovery()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c362 unsigned int *key = (unsigned int *)&pdata->rss_key; in xgbe_write_rss_hash_key() local
367 key_regs, *key++); in xgbe_write_rss_hash_key()
391 static int xgbe_set_rss_hash_key(struct xgbe_prv_data *pdata, const u8 *key) in xgbe_set_rss_hash_key() argument
393 memcpy(pdata->rss_key, key, sizeof(pdata->rss_key)); in xgbe_set_rss_hash_key()
/openbmc/linux/tools/perf/util/
H A Dmachine.c75 static int thread_rb_node__cmp_tid(const void *key, const struct rb_node *nd) in thread_rb_node__cmp_tid() argument
77 int to_find = (int) *((pid_t *)key); in thread_rb_node__cmp_tid()
2296 if (!map || callchain_param.key == CCKEY_FUNCTION) in callchain_srcline()
2303 bool show_addr = callchain_param.key == CCKEY_ADDRESS; in callchain_srcline()
/openbmc/qemu/docs/tools/
H A Dqemu-img.rst275 erase the last encryption key, and to overwrite an active encryption key.
827 - The user passphrase is directly used as the encryption key. A
847 directly used as the key.
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c623 __be32 key, u16 offset, u16 klm_len, u16 wqe_bbs) in build_klm_umr() argument
629 umr_wqe->ctrl.umr_mkey = key; in build_klm_umr()
658 build_klm_umr(sq, umr_wqe, shampo->key, index, entries, wqe_bbs); in mlx5e_build_shampo_hd_umr()
689 umr_wqe->inline_klms[i].key = cpu_to_be32(lkey); in mlx5e_build_shampo_hd_umr()
/openbmc/linux/drivers/hid/
H A DKconfig579 hardwired to special key-combos. E.g. the 2 stylus buttons send right
580 mouse clicks / resp. "e" key presses.
1154 Say Y for N-key rollover support on Topre REALFORCE R2 108/87 key keyboards.
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c1401 desc->key = cpu_to_be32(rkey); in srp_map_desc()
1479 wr.key = desc->mr->rkey; in srp_map_finish_fr()
1584 *idb_rkey = idb_desc.key; in srp_map_idb()
1697 buf->key = cpu_to_be32(target->global_rkey); in srp_map_data()
1779 indirect_hdr->table_desc.key = idb_rkey; in srp_map_data()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1309 static int bnxt_get_rxfh(struct net_device *dev, u32 *indir, u8 *key, in bnxt_get_rxfh() argument
1329 if (key && vnic->rss_hash_key) in bnxt_get_rxfh()
1330 memcpy(key, vnic->rss_hash_key, HW_HASH_KEY_SIZE); in bnxt_get_rxfh()
1336 const u8 *key, const u8 hfunc) in bnxt_set_rxfh() argument
1344 if (key) in bnxt_set_rxfh()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c13000 static inline u32 kvm_async_pf_next_probe(u32 key) in kvm_async_pf_next_probe() argument
13002 return (key + 1) & (ASYNC_PF_PER_VCPU - 1); in kvm_async_pf_next_probe()
13007 u32 key = kvm_async_pf_hash_fn(gfn); in kvm_add_async_pf_gfn() local
13009 while (vcpu->arch.apf.gfns[key] != ~0) in kvm_add_async_pf_gfn()
13010 key = kvm_async_pf_next_probe(key); in kvm_add_async_pf_gfn()
13012 vcpu->arch.apf.gfns[key] = gfn; in kvm_add_async_pf_gfn()
13018 u32 key = kvm_async_pf_hash_fn(gfn); in kvm_async_pf_gfn_slot() local
13021 (vcpu->arch.apf.gfns[key] != gfn && in kvm_async_pf_gfn_slot()
13022 vcpu->arch.apf.gfns[key] != ~0); i++) in kvm_async_pf_gfn_slot()
13023 key = kvm_async_pf_next_probe(key); in kvm_async_pf_gfn_slot()
[all …]
/openbmc/linux/fs/affs/
H A DChanges147 - getblock() did not invalidate the key cache
/openbmc/u-boot/doc/
H A DREADME.sifive-fu54069 Hit any key to stop autoboot: 0
/openbmc/linux/fs/ntfs/
H A Dlayout.h2261 } __attribute__ ((__packed__)) key; member
/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/
H A Dlocal.conf.sample165 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully

1...<<181182183184185186187188189190>>...211