Searched refs:decap (Results 1 – 7 of 7) sorted by relevance
285 bpf direct-action object-file ./test_tc_tunnel.o section decap
446 return MLX5_CAP_FLOWTABLE_NIC_RX(ibdev->mdev, decap); in mlx5_ib_flow_action_packet_reformat_valid()
3292 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()
401 struct mlxsw_sp_fib_entry_decap decap; /* Valid for decap entries. */ member1108 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 …]
1656 enum rx_msdu_decap_format decap; in ath10k_htt_rx_h_undecap() local1670 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() local1955 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()
2158 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()
390 u8 decap[0x1]; member