Home
last modified time | relevance | path

Searched refs:hash_type (Results 1 – 25 of 45) sorted by relevance

12

/linux/drivers/crypto/bcm/
A Dspu.h86 enum hash_type { enum
130 enum hash_type type;
238 enum hash_type spum_hash_type(u32 src_sent);
240 enum hash_type htype);
A Dspu2.c73 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 …]
A Dspu2.h189 enum hash_type spu2_hash_type(u32 src_sent);
191 enum hash_type htype);
A Dspu.c36 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()
A Dcipher.h377 enum hash_type (*spu_hash_type)(u32 src_sent);
379 enum hash_type);
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
A Dport_sel.h33 enum netdev_lag_hash hash_type, u8 port1,
38 enum netdev_lag_hash hash_type, in mlx5_lag_port_sel_create() argument
A Dport_sel.c358 enum netdev_lag_hash hash_type, in mlx5_lag_create_definers() argument
366 lag_definer = mlx5_lag_create_definer(ldev, hash_type, tt, in mlx5_lag_create_definers()
378 mlx5_lag_create_definer(ldev, hash_type, tt, in mlx5_lag_create_definers()
516 enum netdev_lag_hash hash_type, u8 port1, u8 port2) in mlx5_lag_port_sel_create() argument
521 set_tt_map(port_sel, hash_type); in mlx5_lag_port_sel_create()
522 err = mlx5_lag_create_definers(ldev, hash_type, port1, port2); in mlx5_lag_port_sel_create()
A Dlag.h38 enum netdev_lag_hash hash_type; member
A Dlag.c317 err = mlx5_lag_port_sel_create(ldev, tracker->hash_type, in mlx5_activate_lag()
648 tracker->hash_type = lag_upper_info->hash_type; in mlx5_handle_changeupper_event()
/linux/drivers/crypto/cavium/cpt/
A Dcptvf_algs.h52 u64 hash_type:4; member
68 u64 hash_type:4;
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_port.c873 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/drivers/net/ethernet/netronome/nfp/flower/
A Dlag_conf.c546 (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/fs/ksmbd/
A Dxattr.h94 __u16 hash_type; /* hash type */ member
A Dndr.c421 ret = ndr_write_int16(n, acl->hash_type); in ndr_encode_v4_ntacl()
479 ret = ndr_read_int16(n, &acl->hash_type); in ndr_decode_v4_ntacl()
/linux/drivers/net/ethernet/google/gve/
A Dgve_rx_dqo.c458 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/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Dmlx5_ifc_dr_ste_v1.h130 u8 hash_type[0x2]; member
161 u8 hash_type[0x2]; member
/linux/drivers/crypto/cavium/nitrox/
A Dnitrox_req.h159 u64 hash_type : 4; member
169 u64 hash_type : 4;
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_rx.c698 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/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_txrx.c228 enum pkt_hash_types hash_type = PKT_HASH_TYPE_NONE; in otx2_set_rxhash() local
239 hash_type = PKT_HASH_TYPE_L4; in otx2_set_rxhash()
241 hash_type = PKT_HASH_TYPE_L3; in otx2_set_rxhash()
244 skb_set_hash(skb, hash, hash_type); in otx2_set_rxhash()
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net.h294 u8 hash_type; member
303 __be32 hash_type; member
/linux/drivers/net/ethernet/cavium/thunder/
A Dnicvf_main.c731 u8 hash_type; in nicvf_set_rxhash() local
740 hash_type = PKT_HASH_TYPE_L4; in nicvf_set_rxhash()
744 hash_type = PKT_HASH_TYPE_L3; in nicvf_set_rxhash()
748 hash_type = PKT_HASH_TYPE_NONE; in nicvf_set_rxhash()
752 skb_set_hash(skb, hash, hash_type); in nicvf_set_rxhash()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_fp.c611 enum pkt_hash_types hash_type = PKT_HASH_TYPE_NONE; in qede_get_rxhash() local
617 hash_type = ((htype == RSS_HASH_TYPE_IPV4) || in qede_get_rxhash()
622 skb_set_hash(skb, hash, hash_type); in qede_get_rxhash()
/linux/drivers/net/ethernet/neterion/vxge/
A Dvxge-config.c3700 struct vxge_hw_rth_hash_types *hash_type, in vxge_hw_vpath_rts_rth_set() argument
3725 if (hash_type->hash_type_tcpipv4_en) in vxge_hw_vpath_rts_rth_set()
3728 if (hash_type->hash_type_ipv4_en) in vxge_hw_vpath_rts_rth_set()
3731 if (hash_type->hash_type_tcpipv6_en) in vxge_hw_vpath_rts_rth_set()
3734 if (hash_type->hash_type_ipv6_en) in vxge_hw_vpath_rts_rth_set()
3737 if (hash_type->hash_type_tcpipv6ex_en) in vxge_hw_vpath_rts_rth_set()
3741 if (hash_type->hash_type_ipv6ex_en) in vxge_hw_vpath_rts_rth_set()
/linux/drivers/net/ethernet/brocade/bna/
A Dbna_types.h644 enum bfi_enet_rss_type hash_type; member
/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dt3_cpl.h229 __u8 hash_type:2; member
231 __u8 hash_type:2; member

Completed in 73 milliseconds

12