Home
last modified time | relevance | path

Searched refs:is_tunnel (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c681 bool is_tunnel) in ice_fdir_cur_prof_conflict() argument
717 bool is_tunnel) in ice_fdir_prof_resolve_conflict() argument
743 bool is_tunnel) in ice_fdir_cross_prof_conflict() argument
754 (pf, cflct_ptype, is_tunnel)) in ice_fdir_cross_prof_conflict()
760 (pf, cflct_ptype, is_tunnel)) in ice_fdir_cross_prof_conflict()
764 (pf, cflct_ptype, is_tunnel)) in ice_fdir_cross_prof_conflict()
768 (pf, cflct_ptype, is_tunnel)) in ice_fdir_cross_prof_conflict()
832 bool is_tunnel) in ice_fdir_hw_tbl_conf() argument
1031 bool is_tunnel; in ice_fdir_input_set_conf() local
1067 if (!is_tunnel) { in ice_fdir_input_set_conf()
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c77 uint8_t is_tunnel; member
188 info->is_tunnel = 1; in update_tunnel_outer()
439 info->is_tunnel = 1; in parse_encap_ip()
468 if (!info->is_tunnel) { in process_inner_cksums()
852 info.is_tunnel = 0; in pkt_burst_checksum_forward()
885 if (info.is_tunnel) { in pkt_burst_checksum_forward()
890 if (info.is_tunnel) { in pkt_burst_checksum_forward()
897 if (info.is_tunnel) { in pkt_burst_checksum_forward()
914 if (info.is_tunnel) in pkt_burst_checksum_forward()
921 if (info.is_tunnel) in pkt_burst_checksum_forward()
[all …]
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c435 uint8_t is_tunnel = !!(buf->ol_flags & PKT_TX_TUNNEL_MASK); in txq_ol_cksum_to_cs() local
447 idx = ((buf->ol_flags & ol_flags_mask) >> 50) | (!!is_tunnel << 9); in txq_ol_cksum_to_cs()