Home
last modified time | relevance | path

Searched refs:key (Results 3901 – 3925 of 5270) sorted by relevance

1...<<151152153154155156157158159160>>...211

/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c1395 static int qede_get_rxfh(struct net_device *dev, u32 *indir, u8 *key, u8 *hfunc) in qede_get_rxfh() argument
1409 if (key) in qede_get_rxfh()
1410 memcpy(key, edev->rss_key, qede_get_rxfh_key_size(dev)); in qede_get_rxfh()
1416 const u8 *key, const u8 hfunc) in qede_set_rxfh() argument
1431 if (!indir && !key) in qede_set_rxfh()
1440 if (key) { in qede_set_rxfh()
1441 memcpy(&edev->rss_key, key, qede_get_rxfh_key_size(dev)); in qede_set_rxfh()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c1085 struct lock_class_key *key, const char *name, in nvkm_vmm_ctor() argument
1100 __mutex_init(&vmm->mutex.vmm, "&vmm->mutex.vmm", key ? key : &_key); in nvkm_vmm_ctor()
1199 struct lock_class_key *key, const char *name, in nvkm_vmm_new_() argument
1204 return nvkm_vmm_ctor(func, mmu, hdr, managed, addr, size, key, name, *pvmm); in nvkm_vmm_new_()
1964 u32 argc, struct lock_class_key *key, const char *name, in nvkm_vmm_new() argument
1971 key, name, &vmm); in nvkm_vmm_new()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c1759 static int netvsc_get_rxfh(struct net_device *dev, u32 *indir, u8 *key, in netvsc_get_rxfh() argument
1779 if (key) in netvsc_get_rxfh()
1780 memcpy(key, rndis_dev->rss_key, NETVSC_HASH_KEYLEN); in netvsc_get_rxfh()
1786 const u8 *key, const u8 hfunc) in netvsc_set_rxfh() argument
1809 if (!key) { in netvsc_set_rxfh()
1813 key = rndis_dev->rss_key; in netvsc_set_rxfh()
1816 return rndis_filter_set_rss_param(rndis_dev, key); in netvsc_set_rxfh()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py516 for entry in sorted(fs_link_table.values(), key=lambda x: x.link):
1140 results.sort(key=lambda x: x[0])
1320 packages = sorted(package_dict.keys(), key=package_dict.get)
1528 key = "FILERPROVIDES:" + file + ":" + pkg
1529 d.appendVar(key, " " + " ".join(provides[file]))
1533 key = "FILERDEPENDS:" + file + ":" + pkg
1534 d.appendVar(key, " " + " ".join(requires[file]))
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-ib_srp20 InfiniBand partition key.
160 Description: A 16-bit number representing the InfiniBand partition key used
H A Dsysfs-class-tpm114 key if possible. If the TPM has had ownership established and
118 making it unaccessible. The public endorsement key is gener-
/openbmc/linux/net/wireless/
H A DKconfig111 This is currently only Seth Forshee's key, who is the regulatory
115 string "additional regdb key directory" if CFG80211_CERTIFICATION_ONUS
/openbmc/qemu/docs/system/
H A Dvnc-security.rst72 files, ``ca-cert.pem``, ``server-cert.pem`` and ``server-key.pem``.
74 ``$HOME/.pki/qemu``. NB the ``server-key.pem`` file should be protected
/openbmc/u-boot/drivers/core/
H A Duclass.c22 struct uclass *uclass_find(enum uclass_id key) in uclass_find() argument
34 if (uc->uc_drv->id == key) in uclass_find()
/openbmc/linux/sound/pci/hda/
H A Dhda_jack.c429 snd_jack_set_key(report_to->jack, map->type, map->key); in snd_hda_jack_bind_keymap()
576 snd_jack_set_key(jack->jack, map->type, map->key); in snd_hda_jack_add_kctl_mst()
/openbmc/linux/kernel/locking/
H A Dmutex.c46 __mutex_init(struct mutex *lock, const char *name, struct lock_class_key *key) in __mutex_init() argument
55 debug_mutex_init(lock, name, key); in __mutex_init()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_ref_tracking.c28 extern void bpf_key_put(struct bpf_key *key) __ksym;
54 __type(key, int);
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974-lge-nexus5-hammerhead.dts29 key-volume-up {
36 key-volume-down {
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-firefly.dtsi52 key-power {
425 pwr_key: pwr-key {
/openbmc/linux/net/core/
H A Dflow_offload.c55 (__out)->key = skb_flow_dissector_target(__d, __type, (__m)->key); \
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_transport.c355 u32 key, u32 *value) in adf_get_cfg_int() argument
360 snprintf(key_buf, ADF_CFG_MAX_KEY_LEN_IN_BYTES, format, key); in adf_get_cfg_int()
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp157c-phycore-stm32mp15-som.dtsi35 key-home {
41 key-enter {
/openbmc/openbmc/meta-security/classes/
H A Ddm-verity-img.bbclass67 # Each line contains a key and a value string delimited by ':'. Read the
69 # key part: convert the names to upper case and replace spaces with
/openbmc/linux/drivers/s390/block/
H A Ddasd_diag.c181 private->iob.key = 0; in dasd_start_diag()
415 private->iob.key = 0; in dasd_diag_check_device()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbench.c302 static error_t parse_arg(int key, char *arg, struct argp_state *state) in parse_arg() argument
304 switch (key) { in parse_arg()
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/
H A Dopenssh_9.7p1.bb62 PACKAGECONFIG[fido2] = "--with-security-key-builtin,--disable-security-key,libfido2"
/openbmc/qemu/hw/net/
H A Dnet_rx_pkt.c306 uint8_t *key) in net_rx_pkt_calc_rss_hash() argument
375 net_toeplitz_key_init(&key_data, key); in net_rx_pkt_calc_rss_hash()
/openbmc/bmcweb/redfish-core/lib/
H A Dmemory.hpp157 const char* key, const uint16_t* value, in dimmPropToHex() argument
164 asyncResp->res.jsonValue[jsonPtr][key] = "0x" + intToHexString(*value, 4); in dimmPropToHex()
/openbmc/u-boot/doc/
H A DREADME.fsl-ddr285 to send the key press is very short -- basically, it is the time before the
289 down the 'd' key while applying power or hitting the board's reset button.
438 Hit any key to stop autoboot: 0
/openbmc/docs/
H A Drest-api.md332 of key-value pairs. This dictionary serves as the "events filter". All the keys
334 filters represented by each of the key-value pairs are ORed.
341 The other supported key is "interfaces". The corresponding value is an array of

1...<<151152153154155156157158159160>>...211