| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | vporttbl.c | 88 u32 hkey; in mlx5_esw_vporttbl_get() local 92 hkey = flow_attr_to_vport_key(esw, attr, &skey); in mlx5_esw_vporttbl_get() 93 e = esw_vport_tbl_lookup(esw, &skey, hkey); in mlx5_esw_vporttbl_get() 119 hash_add(esw->fdb_table.offloads.vports.table, &e->hlist, hkey); in mlx5_esw_vporttbl_get() 136 u32 hkey; in mlx5_esw_vporttbl_put() local 140 hkey = flow_attr_to_vport_key(esw, attr, &key); in mlx5_esw_vporttbl_put() 141 e = esw_vport_tbl_lookup(esw, &key, hkey); in mlx5_esw_vporttbl_put()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | toeplitz.c | 535 if (!rsp->_len.hkey) in read_rss_dev_info_ynl() 538 if (rsp->_len.hkey < TOEPLITZ_KEY_MIN_LEN || in read_rss_dev_info_ynl() 539 rsp->_len.hkey > TOEPLITZ_KEY_MAX_LEN) in read_rss_dev_info_ynl() 541 rsp->_len.hkey, TOEPLITZ_KEY_MIN_LEN, in read_rss_dev_info_ynl() 544 memcpy(toeplitz_key, rsp->hkey, rsp->_len.hkey); in read_rss_dev_info_ynl()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 601 TPACPI_HANDLE(hkey, ec, "\\_SB.HKEY", /* 600e/x, 770e, 770x */ 2235 static bool tpacpi_input_send_key(const u32 hkey, bool *send_acpi_ev) in tpacpi_input_send_key() argument 2240 if (tpacpi_driver_event(hkey)) in tpacpi_input_send_key() 2255 if (hkey >= TP_HKEY_EV_ORIG_KEY_START && in tpacpi_input_send_key() 2256 hkey <= TP_HKEY_EV_ORIG_KEY_END) { in tpacpi_input_send_key() 2257 scancode = hkey - TP_HKEY_EV_ORIG_KEY_START; in tpacpi_input_send_key() 2260 } else if (hkey >= TP_HKEY_EV_ADAPTIVE_KEY_START && in tpacpi_input_send_key() 2261 hkey <= TP_HKEY_EV_ADAPTIVE_KEY_END) { in tpacpi_input_send_key() 2262 scancode = hkey - TP_HKEY_EV_ADAPTIVE_KEY_START + in tpacpi_input_send_key() 2264 } else if (hkey >= TP_HKEY_EV_EXTENDED_KEY_START && in tpacpi_input_send_key() [all …]
|
| /linux/drivers/crypto/ccree/ |
| H A D | cc_aead.h | 57 u8 hkey[AES_BLOCK_SIZE] ____cacheline_aligned; member
|
| H A D | cc_buffer_mgr.c | 1009 dma_addr = dma_map_single(dev, areq_ctx->hkey, AES_BLOCK_SIZE, in cc_map_aead_request() 1013 AES_BLOCK_SIZE, areq_ctx->hkey); in cc_map_aead_request()
|
| /linux/fs/xfs/scrub/ |
| H A D | rmap.c | 152 union xfs_btree_key *lkey, *hkey; in xchk_rmapbt_check_unwritten_in_keyflags() local 176 hkey = xfs_btree_high_key_addr(cur, ptr, keyblock); in xchk_rmapbt_check_unwritten_in_keyflags() 177 if (hkey->rmap.rm_offset & badflag) { in xchk_rmapbt_check_unwritten_in_keyflags()
|
| H A D | btree.c | 145 union xfs_btree_key hkey; in xchk_btree_rec() local 177 cur->bc_ops->init_high_key_from_rec(&hkey, rec); in xchk_btree_rec() 179 if (xfs_btree_keycmp_lt(cur, keyp, &hkey)) in xchk_btree_rec()
|
| /linux/drivers/net/phy/mscc/ |
| H A D | mscc_macsec.c | 504 static int vsc8584_macsec_derive_key(const u8 *key, u16 key_len, u8 hkey[16]) in vsc8584_macsec_derive_key() 514 aes_encrypt(&aes, hkey, input); in vsc8584_macsec_derive_key() 527 u8 hkey[16]; in vsc8584_macsec_transformation() local 530 ret = vsc8584_macsec_derive_key(key, priv->secy->key_len, hkey); in vsc8584_macsec_transformation() 572 ((u32 *)hkey)[i]); in vsc8584_macsec_transformation()
|
| /linux/net/l2tp/ |
| H A D | l2tp_core.c | 392 unsigned long hkey = l2tp_v3_session_hashkey(sk, session->session_id); in l2tp_v3_session_get_next() local 396 hlist, hkey) { in l2tp_v3_session_get_next()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 10541 static const u32 hkey[] = { in i40e_fdir_sb_setup() local 10549 wr32(&pf->hw, I40E_GLQF_HKEY(i), hkey[i]); in i40e_fdir_sb_setup()
|