Home
last modified time | relevance | path

Searched refs:decap (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh285 bpf direct-action object-file ./test_tc_tunnel.o section decap
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dflow.c446 return MLX5_CAP_FLOWTABLE_NIC_RX(ibdev->mdev, decap); in mlx5_ib_flow_action_packet_reformat_valid()
Dmain.c3292 MLX5_CAP_FLOWTABLE_NIC_RX(dev->mdev, decap)) in get_flow_table()
3954 if (MLX5_CAP_FLOWTABLE_NIC_RX(dev->mdev, decap) && !esw_encap) in _get_flow_table()
3968 if (MLX5_CAP_ESW_FLOWTABLE_FDB(dev->mdev, decap) && esw_encap) in _get_flow_table()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c401 struct mlxsw_sp_fib_entry_decap decap; /* Valid for decap entries. */ member
1108 fib_entry->decap.ipip_entry = ipip_entry; in mlxsw_sp_fib_entry_decap_init()
1109 fib_entry->decap.tunnel_index = tunnel_index; in mlxsw_sp_fib_entry_decap_init()
1117 fib_entry->decap.ipip_entry->decap_fib_entry = NULL; in mlxsw_sp_fib_entry_decap_fini()
1118 fib_entry->decap.ipip_entry = NULL; in mlxsw_sp_fib_entry_decap_fini()
1120 1, fib_entry->decap.tunnel_index); in mlxsw_sp_fib_entry_decap_fini()
1835 fib_entry->decap.tunnel_index = tunnel_index; in mlxsw_sp_router_nve_promote_decap()
4263 struct mlxsw_sp_ipip_entry *ipip_entry = fib_entry->decap.ipip_entry; in mlxsw_sp_fib_entry_op_ipip_decap()
4271 fib_entry->decap.tunnel_index); in mlxsw_sp_fib_entry_op_ipip_decap()
4282 fib_entry->decap.tunnel_index); in mlxsw_sp_fib_entry_op_nve_decap()
[all …]
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1656 enum rx_msdu_decap_format decap; in ath10k_htt_rx_h_undecap() local
1670 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), in ath10k_htt_rx_h_undecap()
1673 switch (decap) { in ath10k_htt_rx_h_undecap()
1951 enum rx_msdu_decap_format decap; in ath10k_htt_rx_h_unchain() local
1955 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), in ath10k_htt_rx_h_unchain()
1963 if (decap != RX_MSDU_DECAP_RAW || in ath10k_htt_rx_h_unchain()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c2158 MLX5_CAP_ESW_FLOWTABLE_FDB(esw->dev, decap)) in esw_offloads_enable()
2475 !MLX5_CAP_ESW_FLOWTABLE_FDB(dev, decap))) in mlx5_devlink_eswitch_encap_mode_set()
/Linux-v5.4/include/linux/mlx5/
Dmlx5_ifc.h390 u8 decap[0x1]; member