Home
last modified time | relevance | path

Searched refs:tun_type (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1218 *tun_type = in ice_switch_parse_pattern()
1279 *tun_type = in ice_switch_parse_pattern()
1322 *tun_type = in ice_switch_parse_pattern()
1340 *tun_type = in ice_switch_parse_pattern()
1343 *tun_type = in ice_switch_parse_pattern()
1377 *tun_type = in ice_switch_parse_pattern()
1381 *tun_type = in ice_switch_parse_pattern()
1386 *tun_type = in ice_switch_parse_pattern()
1390 *tun_type = in ice_switch_parse_pattern()
1864 tun_type = ICE_NON_TUN_QINQ; in ice_switch_parse_pattern_action()
[all …]
/dpdk/drivers/net/ice/base/
H A Dice_switch.c2143 tun_type = in ice_get_tun_type_for_recipe()
2147 tun_type = in ice_get_tun_type_for_recipe()
2151 tun_type = in ice_get_tun_type_for_recipe()
2155 tun_type = in ice_get_tun_type_for_recipe()
2174 return tun_type; in ice_get_tun_type_for_recipe()
2192 return tun_type; in ice_get_tun_type_for_recipe()
6845 if (tun_type == recp[i].tun_type && found && in ice_find_recp()
7404 recp->tun_type = rm->tun_type; in ice_add_sw_recipe()
7928 rm->tun_type = rinfo->tun_type; in ice_add_adv_recipe()
8399 if (tun_type == ICE_SW_TUN_VXLAN || tun_type == ICE_SW_TUN_GENEVE || in ice_find_dummy_packet()
[all …]
H A Dice_switch.h264 enum ice_sw_tunnel_type tun_type; member
305 enum ice_sw_tunnel_type tun_type; member
/dpdk/drivers/net/qede/base/
H A Decore_sp_commands.c167 struct ecore_tunn_update_type *tun_type) in __ecore_set_ramrod_tunnel_param() argument
169 *p_tunn_cls = tun_type->tun_cls; in __ecore_set_ramrod_tunnel_param()
174 struct ecore_tunn_update_type *tun_type, in ecore_set_ramrod_tunnel_param() argument
178 __ecore_set_ramrod_tunnel_param(p_tunn_cls, tun_type); in ecore_set_ramrod_tunnel_param()
/dpdk/drivers/net/bnxt/
H A Dbnxt_flow.c1954 uint32_t tun_type, flow_id; in bnxt_flow_create() local
2020 ret = bnxt_hwrm_tunnel_redirect_query(bp, &tun_type); in bnxt_flow_create()
2027 if (tun_type == (1U << filter->tunnel_type)) { in bnxt_flow_create()
2145 uint32_t tun_type; in bnxt_handle_tunnel_redirect_destroy() local
2148 ret = bnxt_hwrm_tunnel_redirect_query(bp, &tun_type); in bnxt_handle_tunnel_redirect_destroy()
2155 if (tun_type == (1U << filter->tunnel_type)) { in bnxt_handle_tunnel_redirect_destroy()
H A Dbnxt_hwrm.h288 int bnxt_hwrm_tunnel_redirect_info(struct bnxt *bp, uint8_t tun_type,
H A Dbnxt_hwrm.c5605 int bnxt_hwrm_tunnel_redirect_info(struct bnxt *bp, uint8_t tun_type, in bnxt_hwrm_tunnel_redirect_info() argument
5615 req.tunnel_type = tun_type; in bnxt_hwrm_tunnel_redirect_info()
/dpdk/lib/mbuf/
H A Drte_mbuf_core.h635 uint8_t tun_type:4; /**< Tunnel type. */ member
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c8288 uint8_t i, tun_type = 0; in i40e_dev_consistent_tunnel_filter_set() local
8342 tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_VXLAN; in i40e_dev_consistent_tunnel_filter_set()
8345 tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_NVGRE_OMAC; in i40e_dev_consistent_tunnel_filter_set()
8348 tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_IP; in i40e_dev_consistent_tunnel_filter_set()
8364 tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSOUDP; in i40e_dev_consistent_tunnel_filter_set()
8380 tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSOGRE; in i40e_dev_consistent_tunnel_filter_set()
8527 ip_type | (tun_type << I40E_AQC_ADD_CLOUD_TNL_TYPE_SHIFT)); in i40e_dev_consistent_tunnel_filter_set()