/Linux-v6.1/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_lag.c | 185 enum netdev_lag_hash hash_type) in lan966x_lag_port_check_hash_types() argument 195 if (port->hash_type != hash_type) in lan966x_lag_port_check_hash_types() 213 port->hash_type = NETDEV_LAG_HASH_NONE; in lan966x_lag_port_prechangeupper() 223 if (!lan966x_lag_port_check_hash_types(lan966x, lui->hash_type)) { in lan966x_lag_port_prechangeupper() 229 switch (lui->hash_type) { in lan966x_lag_port_prechangeupper() 254 port->hash_type = lui->hash_type; in lan966x_lag_port_prechangeupper()
|
/Linux-v6.1/certs/ |
D | blacklist.c | 147 enum blacklist_hash_type hash_type) in get_raw_hash() argument 153 switch (hash_type) { in get_raw_hash() 202 enum blacklist_hash_type hash_type) in mark_hash_blacklisted() argument 207 buffer = get_raw_hash(hash, hash_len, hash_type); in mark_hash_blacklisted() 222 enum blacklist_hash_type hash_type) in is_hash_blacklisted() argument 228 buffer = get_raw_hash(hash, hash_len, hash_type); in is_hash_blacklisted()
|
/Linux-v6.1/include/keys/ |
D | system_keyring.h | 65 enum blacklist_hash_type hash_type); 67 enum blacklist_hash_type hash_type); 71 enum blacklist_hash_type hash_type) in is_hash_blacklisted() argument
|
/Linux-v6.1/drivers/crypto/bcm/ |
D | spu.h | 86 enum hash_type { enum 130 enum hash_type type; 238 enum hash_type spum_hash_type(u32 src_sent); 240 enum hash_type htype);
|
D | spu2.c | 73 static char *spu2_hash_type_name(enum spu2_hash_type hash_type) in spu2_hash_type_name() argument 75 if (hash_type >= SPU2_HASH_TYPE_LAST) in spu2_hash_type_name() 77 return spu2_hash_type_names[hash_type]; in spu2_hash_type_name() 235 enum hash_type hash_type, enum spu_cipher_type ciph_type, in spu2_hash_xlate() argument 303 hash_alg, hash_type); in spu2_hash_xlate() 312 enum spu2_hash_type hash_type; in spu2_dump_fmd_ctrl0() local 351 hash_type = (ctrl0 & SPU2_HASH_TYPE) >> SPU2_HASH_TYPE_SHIFT; in spu2_dump_fmd_ctrl0() 352 hash_name = spu2_hash_type_name(hash_type); in spu2_dump_fmd_ctrl0() 355 if (hash_type != SPU2_HASH_TYPE_NONE) { in spu2_dump_fmd_ctrl0() 909 enum hash_type spu2_hash_type(u32 src_sent) in spu2_hash_type() [all …]
|
D | spu2.h | 189 enum hash_type spu2_hash_type(u32 src_sent); 191 enum hash_type htype);
|
D | spu.c | 36 u32 hash_type; in spum_dump_msg_hdr() local 83 hash_type = (cflags & HASH_TYPE) >> HASH_TYPE_SHIFT; in spum_dump_msg_hdr() 85 hash_alg, hash_mode, hash_type); in spum_dump_msg_hdr() 171 (hash_type == HASH_TYPE_UPDT)) { in spum_dump_msg_hdr() 538 enum hash_type spum_hash_type(u32 src_sent) in spum_hash_type() 555 enum hash_type htype) in spum_digest_size()
|
D | cipher.h | 377 enum hash_type (*spu_hash_type)(u32 src_sent); 379 enum hash_type);
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
D | port_sel.h | 36 enum netdev_lag_hash hash_type, u8 *ports); 40 enum netdev_lag_hash hash_type, in mlx5_lag_port_sel_create() argument
|
D | port_sel.c | 373 enum netdev_lag_hash hash_type, in mlx5_lag_create_definers() argument 381 lag_definer = mlx5_lag_create_definer(ldev, hash_type, tt, in mlx5_lag_create_definers() 393 mlx5_lag_create_definer(ldev, hash_type, tt, in mlx5_lag_create_definers() 531 enum netdev_lag_hash hash_type, u8 *ports) in mlx5_lag_port_sel_create() argument 536 set_tt_map(port_sel, hash_type); in mlx5_lag_port_sel_create() 537 err = mlx5_lag_create_definers(ldev, hash_type, ports); in mlx5_lag_port_sel_create()
|
D | lag.h | 50 enum netdev_lag_hash hash_type; member
|
/Linux-v6.1/drivers/crypto/cavium/cpt/ |
D | cptvf_algs.h | 52 u64 hash_type:4; member 68 u64 hash_type:4;
|
/Linux-v6.1/drivers/net/ethernet/huawei/hinic/ |
D | hinic_port.c | 873 struct hinic_rss_engine_type hash_type = { 0 }; in hinic_rss_get_hash_engine() local 875 u16 out_size = sizeof(hash_type); in hinic_rss_get_hash_engine() 886 hash_type.func_id = HINIC_HWIF_FUNC_IDX(hwif); in hinic_rss_get_hash_engine() 887 hash_type.template_id = tmpl_idx; in hinic_rss_get_hash_engine() 890 &hash_type, sizeof(hash_type), in hinic_rss_get_hash_engine() 891 &hash_type, &out_size); in hinic_rss_get_hash_engine() 892 if (err || !out_size || hash_type.status) { in hinic_rss_get_hash_engine() 894 err, hash_type.status, out_size); in hinic_rss_get_hash_engine() 898 *type = hash_type.hash_engine; in hinic_rss_get_hash_engine()
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/ |
D | lag_conf.c | 546 (lag_upper_info->hash_type != NETDEV_LAG_HASH_L34 && in nfp_fl_lag_changeupper_event() 547 lag_upper_info->hash_type != NETDEV_LAG_HASH_E34 && in nfp_fl_lag_changeupper_event() 548 lag_upper_info->hash_type != NETDEV_LAG_HASH_UNKNOWN))) { in nfp_fl_lag_changeupper_event() 553 lag_upper_info->hash_type); in nfp_fl_lag_changeupper_event()
|
/Linux-v6.1/fs/ksmbd/ |
D | xattr.h | 94 __u16 hash_type; /* hash type */ member
|
D | ndr.c | 425 ret = ndr_write_int16(n, acl->hash_type); in ndr_encode_v4_ntacl() 483 ret = ndr_read_int16(n, &acl->hash_type); in ndr_decode_v4_ntacl()
|
/Linux-v6.1/drivers/net/ethernet/google/gve/ |
D | gve_rx_dqo.c | 458 enum pkt_hash_types hash_type = PKT_HASH_TYPE_L2; in gve_rx_skb_hash() local 461 hash_type = PKT_HASH_TYPE_L4; in gve_rx_skb_hash() 463 hash_type = PKT_HASH_TYPE_L3; in gve_rx_skb_hash() 465 skb_set_hash(skb, le32_to_cpu(compl_desc->hash), hash_type); in gve_rx_skb_hash()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | mlx5_ifc_dr_ste_v1.h | 130 u8 hash_type[0x2]; member 161 u8 hash_type[0x2]; member
|
/Linux-v6.1/drivers/crypto/cavium/nitrox/ |
D | nitrox_req.h | 159 u64 hash_type : 4; member 169 u64 hash_type : 4;
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/ |
D | en_rx.c | 698 enum pkt_hash_types hash_type; in mlx4_en_process_rx_cq() local 857 hash_type = PKT_HASH_TYPE_L4; in mlx4_en_process_rx_cq() 868 hash_type = PKT_HASH_TYPE_L3; in mlx4_en_process_rx_cq() 874 hash_type = PKT_HASH_TYPE_L3; in mlx4_en_process_rx_cq() 881 hash_type); in mlx4_en_process_rx_cq()
|
/Linux-v6.1/security/integrity/ |
D | integrity.h | 153 __u8 hash_type; /* xattr type [enum evm_ima_xattr_type] */ member
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net.h | 255 u8 hash_type; member 269 __be32 hash_type; member
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/nfd3/ |
D | dp.c | 695 meta->hash_type = PKT_HASH_TYPE_L3; in nfp_nfd3_set_hash() 698 meta->hash_type = PKT_HASH_TYPE_L4; in nfp_nfd3_set_hash() 714 nfp_nfd3_set_hash(netdev, meta, get_unaligned_be32(&rx_hash->hash_type), in nfp_nfd3_set_hash_desc() 1063 skb_set_hash(skb, meta.hash, meta.hash_type); in nfp_nfd3_rx()
|
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.c | 236 enum pkt_hash_types hash_type = PKT_HASH_TYPE_NONE; in otx2_set_rxhash() local 247 hash_type = PKT_HASH_TYPE_L4; in otx2_set_rxhash() 249 hash_type = PKT_HASH_TYPE_L3; in otx2_set_rxhash() 252 skb_set_hash(skb, hash, hash_type); in otx2_set_rxhash()
|
/Linux-v6.1/drivers/net/dsa/qca/ |
D | qca8k-common.c | 1045 if (info->hash_type != NETDEV_LAG_HASH_L2 && in qca8k_lag_can_offload() 1046 info->hash_type != NETDEV_LAG_HASH_L23) { in qca8k_lag_can_offload() 1065 switch (info->hash_type) { in qca8k_lag_setup_hash()
|