Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mlx5/
Dfs.c792 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()
2256 return MLX5_CAP_FLOWTABLE_NIC_RX(ibdev->mdev, decap); in mlx5_ib_flow_action_packet_reformat_valid()
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c376 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()
4453 struct mlxsw_sp_ipip_entry *ipip_entry = fib_entry->decap.ipip_entry; in mlxsw_sp_fib_entry_op_ipip_decap()
4461 fib_entry->decap.tunnel_index); in mlxsw_sp_fib_entry_op_ipip_decap()
4472 fib_entry->decap.tunnel_index); in mlxsw_sp_fib_entry_op_nve_decap()
[all …]
/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1677 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()
2089 enum rx_msdu_decap_format decap; in ath10k_htt_rx_h_unchain() local
2093 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), in ath10k_htt_rx_h_unchain()
2101 if (decap != RX_MSDU_DECAP_RAW || in ath10k_htt_rx_h_unchain()
/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c2314 MLX5_CAP_ESW_FLOWTABLE_FDB(esw->dev, decap)) in esw_offloads_enable()
2651 !MLX5_CAP_ESW_FLOWTABLE_FDB(dev, decap))) { in mlx5_devlink_eswitch_encap_mode_set()
Den_tc.c4224 bool encap = false, decap = false; in parse_tc_fdb_actions() local
4459 decap = true; in parse_tc_fdb_actions()
4519 if (decap) { in parse_tc_fdb_actions()
/drivers/net/wireless/ath/ath11k/
Ddp_rx.c2133 u8 decap; in ath11k_dp_rx_h_undecap() local
2136 decap = ath11k_dp_rx_h_msdu_start_decap_type(rx_desc); in ath11k_dp_rx_h_undecap()
2138 switch (decap) { in ath11k_dp_rx_h_undecap()