/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | main.h | 1494 const u8 *key, int key_len, u8 key_index,
|
/openbmc/linux/drivers/nvmem/ |
H A D | core.c | 383 nvmem->eeprom.attr.key = &eeprom_lock_key; in nvmem_sysfs_setup_compat()
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 494 static_key_enable(&cr_pinning.key); in setup_cr_pinning()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 5453 void t4_read_rss_key(struct adapter *adap, u32 *key, bool sleep_ok) in t4_read_rss_key() argument 5455 t4_tp_pio_read(adap, key, 10, TP_RSS_SECRET_KEY0_A, sleep_ok); in t4_read_rss_key() 5469 void t4_write_rss_key(struct adapter *adap, const u32 *key, int idx, in t4_write_rss_key() argument 5483 t4_tp_pio_write(adap, (void *)key, 10, TP_RSS_SECRET_KEY0_A, sleep_ok); in t4_write_rss_key()
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 158 rc_sq_wqe->rkey = cpu_to_le32(wr->key); in set_frmr_seg() 3245 mpt_entry->lkey = cpu_to_le32(mr->key); in hns_roce_v2_write_mtpt() 5794 static int hns_roce_v2_query_mpt(struct hns_roce_dev *hr_dev, u32 key, in hns_roce_v2_query_mpt() argument 5807 key_to_hw_index(key)); in hns_roce_v2_query_mpt()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 5034 const u8 *key, const u8 hfunc) in mvneta_ethtool_set_rxfh() argument 5045 if (key || in mvneta_ethtool_set_rxfh() 5057 static int mvneta_ethtool_get_rxfh(struct net_device *dev, u32 *indir, u8 *key, in mvneta_ethtool_get_rxfh() argument
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 738 u16 key = 0; in drxx_open() local 747 status = read16(state, SIO_TOP_COMM_KEY__A, &key); in drxx_open() 759 status = write16(state, SIO_TOP_COMM_KEY__A, key); in drxx_open()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-delayed-logging-design.rst | 376 The key thing to note about the asynchronous logging combined with the 408 One of the key changes that delayed logging makes to the operation of the 705 One of the key aspects of the XFS transaction subsystem is that it tags
|
H A D | fsverity.rst | 354 file is not signed by a key in the ".fs-verity" keyring, then 499 trusted for different files; each key is all or nothing.
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-npei-defs.h | 3734 uint64_t key:1; member 3744 uint64_t key:1;
|
H A D | cvmx-mio-defs.h | 2433 uint64_t key:24; member 2435 uint64_t key:24;
|
/openbmc/docs/designs/ |
H A D | redfish-eventservice.md | 727 - EventServiceStore Class: It holds the map of all subscriptions with unique key 1405 std::vector<std::string> httpHeaders; // key-value pair
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
H A D | cs89x0.rst | 402 2. The adapter's current configuration is displayed. Hit the ENTER key to
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-ima.rst | 20 key size determines the strength of encryption for a given block device.
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | concepts-appx.rst | 141 As mentioned earlier, a key goal of the Yocto Project is to present the
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | journal.rst | 161 The key data kept within are size of the journal, and where to find the
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | azoteq,iqs7222.yaml | 624 Specifies whether the event is to be interpreted as a key (1)
|
/openbmc/linux/fs/smb/client/ |
H A D | sess.c | 1573 struct key *spnego_key = NULL; in sess_auth_kerberos()
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am62-verdin.dtsi | 51 verdin_key_wakeup: key-wakeup {
|
/openbmc/linux/net/mac80211/ |
H A D | mlme.c | 3616 auth_data->key, auth_data->key_len, in ieee80211_auth_challenge() 7186 if (req->key && req->key_len) { in ieee80211_mgd_auth() 7189 memcpy(auth_data->key, req->key, req->key_len); in ieee80211_mgd_auth()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | bttv.rst | 768 when I get time (it simple generates an interrupt for each key press, with 769 the key code is placed in the GPIO port).
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | test.c | 2786 KUNIT_ASSERT_STREQ(test, &p1->key[0], &p2->key[0]); in compare_dirs()
|
/openbmc/linux/kernel/trace/ |
H A D | ring_buffer.c | 1822 struct lock_class_key *key) in __ring_buffer_alloc() argument 1842 buffer->reader_lock_key = key; in __ring_buffer_alloc()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_output.c | 780 if (static_branch_unlikely(&tcp_md5_needed.key) && in tcp_syn_options() 936 if (static_branch_unlikely(&tcp_md5_needed.key) && in tcp_established_options()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 2533 static int ucs_cmp(const void *key, const void *elt) in ucs_cmp() argument 2535 uint32_t ucs = *(uint32_t *)key; in ucs_cmp()
|