Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
A Dpedit.c53 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 Dvlan_mangle.c21 .mangle.htype = FLOW_ACT_MANGLE_HDR_TYPE_ETH, in mlx5e_tc_act_vlan_add_rewrite_action()
/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_flower.c381 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 Dspectrum_acl.c522 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 Dspectrum_flower.c227 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 Dspectrum.h1031 enum flow_action_mangle_base htype,
/drivers/net/ethernet/netronome/nfp/flower/
A Dconntrack.c137 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 Daction.c914 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 Ddvb_net.c229 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 Dspu.c555 enum hash_type htype) in spum_digest_size() argument
562 if ((htype == HASH_TYPE_INIT) || (htype == HASH_TYPE_UPDT)) { in spum_digest_size()
A Dspu2.h191 enum hash_type htype);
A Dspu.h240 enum hash_type htype);
A Dspu2.c924 enum hash_type htype) in spu2_digest_size() argument
/drivers/net/ethernet/qlogic/qede/
A Dqede_fp.c611 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 Dzcrypt_ccamisc.h108 u8 htype; /* hash method, 0x02 for SHA-256 */ member
/drivers/net/ethernet/mediatek/
A Dmtk_ppe_offload.c345 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 Dbase.c674 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 Dxmit.c1383 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 Dbnxt_tc.c190 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 Dairoha_ppe.c966 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 Dtc_conntrack.c298 switch (fa->mangle.htype) { in efx_tc_ct_mangle()
A Dtc.c1162 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 Dbnx2x_cmn.c417 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 Den_tc.c3493 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 Dtc_ct.c303 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()

Completed in 88 milliseconds