| /drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
| A D | pedit.c | 53 u8 htype = act->mangle.htype; in mlx5e_tc_act_pedit_parse_action() local 57 if (htype == FLOW_ACT_MANGLE_UNSPEC) { in mlx5e_tc_act_pedit_parse_action() 71 err = set_pedit_val(htype, ~mask, val, offset, &hdrs[cmd], extack); in mlx5e_tc_act_pedit_parse_action()
|
| A D | vlan_mangle.c | 21 .mangle.htype = FLOW_ACT_MANGLE_HDR_TYPE_ETH, in mlx5e_tc_act_vlan_add_rewrite_action()
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_tc_flower.c | 381 u32 mask, u32 offset, u8 htype, in process_pedit_field() argument 384 switch (htype) { in process_pedit_field() 547 u8 htype; in cxgb4_process_flow_actions() local 549 htype = act->mangle.htype; in cxgb4_process_flow_actions() 554 process_pedit_field(fs, val, mask, offset, htype, in cxgb4_process_flow_actions() 590 u8 htype; in valid_pedit_action() local 592 htype = act->mangle.htype; in valid_pedit_action() 596 switch (htype) { in valid_pedit_action()
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_acl.c | 522 enum flow_action_mangle_base htype; member 534 .htype = _htype, \ 716 enum flow_action_mangle_base htype, in mlxsw_sp_acl_rulei_act_mangle() argument 726 if (mact->htype == htype && in mlxsw_sp_acl_rulei_act_mangle()
|
| A D | spectrum_flower.c | 227 enum flow_action_mangle_base htype = act->mangle.htype; in mlxsw_sp_flower_parse_actions() local 235 htype, offset, in mlxsw_sp_flower_parse_actions()
|
| A D | spectrum.h | 1031 enum flow_action_mangle_base htype,
|
| /drivers/net/ethernet/netronome/nfp/flower/ |
| A D | conntrack.c | 137 enum flow_action_mangle_base htype) in get_mangled_key() argument 146 act->mangle.htype == htype) { in get_mangled_key() 339 enum flow_action_mangle_base htype = FLOW_ACT_MANGLE_UNSPEC; in nfp_ct_merge_check() local 346 htype = FLOW_ACT_MANGLE_HDR_TYPE_UDP; in nfp_ct_merge_check() 348 htype = FLOW_ACT_MANGLE_HDR_TYPE_TCP; in nfp_ct_merge_check() 352 sizeof(*match1.key), htype); in nfp_ct_merge_check() 690 switch (a_in->mangle.htype) { in nfp_fl_get_csum_flag() 1420 switch (mangle_action->mangle.htype) { in nfp_nft_ct_translate_mangle_action()
|
| A D | action.c | 914 enum flow_action_mangle_base htype; in nfp_fl_pedit() local 917 htype = act->mangle.htype; in nfp_fl_pedit() 920 switch (htype) { in nfp_fl_pedit()
|
| /drivers/media/dvb-core/ |
| A D | dvb_net.c | 229 unsigned char htype = p->ule_sndu_type & 0x00FF; in handle_one_ule_extension() local 234 if (ule_mandatory_ext_handlers[htype]) { in handle_one_ule_extension() 235 ext_len = ule_mandatory_ext_handlers[htype]( p ); in handle_one_ule_extension() 253 if (ule_optional_ext_handlers[htype]) in handle_one_ule_extension() 254 (void)ule_optional_ext_handlers[htype]( p ); in handle_one_ule_extension()
|
| /drivers/crypto/bcm/ |
| A D | spu.c | 555 enum hash_type htype) in spum_digest_size() argument 562 if ((htype == HASH_TYPE_INIT) || (htype == HASH_TYPE_UPDT)) { in spum_digest_size()
|
| A D | spu2.h | 191 enum hash_type htype);
|
| A D | spu.h | 240 enum hash_type htype);
|
| A D | spu2.c | 924 enum hash_type htype) in spu2_digest_size() argument
|
| /drivers/net/ethernet/qlogic/qede/ |
| A D | qede_fp.c | 611 enum rss_hash_type htype; in qede_get_rxhash() local 614 htype = GET_FIELD(bitfields, ETH_FAST_PATH_RX_REG_CQE_RSS_HASH_TYPE); in qede_get_rxhash() 615 if (htype) { in qede_get_rxhash() 616 hash_type = ((htype == RSS_HASH_TYPE_IPV4) || in qede_get_rxhash() 617 (htype == RSS_HASH_TYPE_IPV6)) ? in qede_get_rxhash()
|
| /drivers/s390/crypto/ |
| A D | zcrypt_ccamisc.h | 108 u8 htype; /* hash method, 0x02 for SHA-256 */ member
|
| /drivers/net/ethernet/mediatek/ |
| A D | mtk_ppe_offload.c | 345 if (act->mangle.htype == FLOW_ACT_MANGLE_HDR_TYPE_ETH) in mtk_flow_offload_replace() 428 switch (act->mangle.htype) { in mtk_flow_offload_replace()
|
| /drivers/net/wireless/ath/ath5k/ |
| A D | base.c | 674 enum ath5k_pkt_type htype; in get_hw_packet_type() local 681 htype = AR5K_PKT_TYPE_BEACON; in get_hw_packet_type() 683 htype = AR5K_PKT_TYPE_PROBE_RESP; in get_hw_packet_type() 685 htype = AR5K_PKT_TYPE_ATIM; in get_hw_packet_type() 687 htype = AR5K_PKT_TYPE_PSPOLL; in get_hw_packet_type() 689 htype = AR5K_PKT_TYPE_NORMAL; in get_hw_packet_type() 691 return htype; in get_hw_packet_type()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | xmit.c | 1383 enum ath9k_pkt_type htype; in get_hw_packet_type() local 1390 htype = ATH9K_PKT_TYPE_BEACON; in get_hw_packet_type() 1392 htype = ATH9K_PKT_TYPE_PROBE_RESP; in get_hw_packet_type() 1394 htype = ATH9K_PKT_TYPE_ATIM; in get_hw_packet_type() 1396 htype = ATH9K_PKT_TYPE_PSPOLL; in get_hw_packet_type() 1398 htype = ATH9K_PKT_TYPE_NORMAL; in get_hw_packet_type() 1400 return htype; in get_hw_packet_type()
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_tc.c | 190 u8 htype; in bnxt_tc_parse_pedit() local 193 htype = act->mangle.htype; in bnxt_tc_parse_pedit() 197 switch (htype) { in bnxt_tc_parse_pedit()
|
| /drivers/net/ethernet/airoha/ |
| A D | airoha_ppe.c | 966 if (act->mangle.htype == FLOW_ACT_MANGLE_HDR_TYPE_ETH) in airoha_ppe_flow_offload_replace() 1045 switch (act->mangle.htype) { in airoha_ppe_flow_offload_replace()
|
| /drivers/net/ethernet/sfc/ |
| A D | tc_conntrack.c | 298 switch (fa->mangle.htype) { in efx_tc_ct_mangle()
|
| A D | tc.c | 1162 switch (fa->mangle.htype) { in efx_tc_pedit_add() 1219 fa->mangle.htype, fa->mangle.offset, in efx_tc_pedit_add() 1249 switch (fa->mangle.htype) { in efx_tc_mangle() 1421 fa->mangle.htype); in efx_tc_mangle()
|
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_cmn.c | 417 enum eth_rss_hash_type htype; in bnx2x_get_rxhash() local 419 htype = cqe->status_flags & ETH_FAST_PATH_RX_CQE_RSS_HASH_TYPE; in bnx2x_get_rxhash() 420 *rxhash_type = ((htype == TCP_IPV4_HASH_TYPE) || in bnx2x_get_rxhash() 421 (htype == TCP_IPV6_HASH_TYPE)) ? in bnx2x_get_rxhash()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_tc.c | 3493 u8 htype; in is_flow_action_modify_ip_header() local 3505 htype = act->mangle.htype; in is_flow_action_modify_ip_header() 3509 if (htype == FLOW_ACT_MANGLE_HDR_TYPE_IP4) { in is_flow_action_modify_ip_header() 3517 } else if (htype == FLOW_ACT_MANGLE_HDR_TYPE_IP6) { in is_flow_action_modify_ip_header()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | tc_ct.c | 303 switch (act->mangle.htype) { in mlx5_tc_ct_rule_to_tuple_nat() 613 switch (act->mangle.htype) { in mlx5_tc_ct_parse_mangle_to_mod_act()
|