Searched refs:decap (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | test_tc_tunnel.sh | 290 bpf direct-action object-file ./test_tc_tunnel.o section decap
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | fs.c | 792 MLX5_CAP_FLOWTABLE_NIC_RX(dev->mdev, decap)) in get_flow_table() 1311 if (MLX5_CAP_FLOWTABLE_NIC_RX(dev->mdev, decap) && !esw_encap) in _get_flow_table() 1328 if (MLX5_CAP_ESW_FLOWTABLE_FDB(dev->mdev, decap) && esw_encap) in _get_flow_table() 2250 return MLX5_CAP_FLOWTABLE_NIC_RX(ibdev->mdev, decap); in mlx5_ib_flow_action_packet_reformat_valid()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 376 struct mlxsw_sp_fib_entry_decap decap; /* Valid for decap entries. */ member 1094 fib_entry->decap.ipip_entry = ipip_entry; in mlxsw_sp_fib_entry_decap_init() 1095 fib_entry->decap.tunnel_index = tunnel_index; in mlxsw_sp_fib_entry_decap_init() 1103 fib_entry->decap.ipip_entry->decap_fib_entry = NULL; in mlxsw_sp_fib_entry_decap_fini() 1104 fib_entry->decap.ipip_entry = NULL; in mlxsw_sp_fib_entry_decap_fini() 1106 1, fib_entry->decap.tunnel_index); in mlxsw_sp_fib_entry_decap_fini() 1886 fib_entry->decap.tunnel_index = tunnel_index; in mlxsw_sp_router_nve_promote_decap() 4450 struct mlxsw_sp_ipip_entry *ipip_entry = fib_entry->decap.ipip_entry; in mlxsw_sp_fib_entry_op_ipip_decap() 4458 fib_entry->decap.tunnel_index); in mlxsw_sp_fib_entry_op_ipip_decap() 4469 fib_entry->decap.tunnel_index); in mlxsw_sp_fib_entry_op_nve_decap() [all …]
|
/Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 1677 enum rx_msdu_decap_format decap; in ath10k_htt_rx_h_undecap() local 1691 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), in ath10k_htt_rx_h_undecap() 1694 switch (decap) { in ath10k_htt_rx_h_undecap() 1972 enum rx_msdu_decap_format decap; in ath10k_htt_rx_h_unchain() local 1976 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), in ath10k_htt_rx_h_unchain() 1984 if (decap != RX_MSDU_DECAP_RAW || in ath10k_htt_rx_h_unchain()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads.c | 2318 MLX5_CAP_ESW_FLOWTABLE_FDB(esw->dev, decap)) in esw_offloads_enable() 2652 !MLX5_CAP_ESW_FLOWTABLE_FDB(dev, decap))) { in mlx5_devlink_eswitch_encap_mode_set()
|
D | en_tc.c | 4122 bool encap = false, decap = false; in parse_tc_fdb_actions() local 4357 decap = true; in parse_tc_fdb_actions() 4417 if (decap) { in parse_tc_fdb_actions()
|
/Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
D | dp_rx.c | 2109 u8 decap; in ath11k_dp_rx_h_undecap() local 2112 decap = ath11k_dp_rx_h_msdu_start_decap_type(rx_desc); in ath11k_dp_rx_h_undecap() 2114 switch (decap) { in ath11k_dp_rx_h_undecap()
|
/Linux-v5.10/include/linux/mlx5/ |
D | mlx5_ifc.h | 402 u8 decap[0x1]; member
|