Searched refs:tun_type (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/net/ice/ |
| H A D | ice_switch_filter.c | 1218 *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 D | ice_switch.c | 2143 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 D | ice_switch.h | 264 enum ice_sw_tunnel_type tun_type; member 305 enum ice_sw_tunnel_type tun_type; member
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_sp_commands.c | 167 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 D | bnxt_flow.c | 1954 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 D | bnxt_hwrm.h | 288 int bnxt_hwrm_tunnel_redirect_info(struct bnxt *bp, uint8_t tun_type,
|
| H A D | bnxt_hwrm.c | 5605 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 D | rte_mbuf_core.h | 635 uint8_t tun_type:4; /**< Tunnel type. */ member
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 8288 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()
|