Searched refs:tun_type (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_switch_filter.c | 1195 *tun_type = in ice_switch_inset_get() 1255 *tun_type = in ice_switch_inset_get() 1297 *tun_type = in ice_switch_inset_get() 1315 *tun_type = in ice_switch_inset_get() 1318 *tun_type = in ice_switch_inset_get() 1352 *tun_type = in ice_switch_inset_get() 1356 *tun_type = in ice_switch_inset_get() 1361 *tun_type = in ice_switch_inset_get() 1365 *tun_type = in ice_switch_inset_get() 1627 switch (tun_type) { in ice_is_profile_rule() [all …]
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_switch.c | 1530 tun_type = in ice_get_tun_type_for_recipe() 1534 tun_type = in ice_get_tun_type_for_recipe() 1538 tun_type = in ice_get_tun_type_for_recipe() 1542 tun_type = in ice_get_tun_type_for_recipe() 1561 return tun_type; in ice_get_tun_type_for_recipe() 1579 return tun_type; in ice_get_tun_type_for_recipe() 6161 if (tun_type == recp[i].tun_type && found) in ice_find_recp() 6702 recp->tun_type = rm->tun_type; in ice_add_sw_recipe() 7163 rm->tun_type = rinfo->tun_type; in ice_add_adv_recipe() 7520 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 | 239 enum ice_sw_tunnel_type tun_type; member 279 enum ice_sw_tunnel_type tun_type; member
|
| /f-stack/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()
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf_core.h | 525 uint8_t tun_type:4; /**< Tunnel type. */ member
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_flow.c | 1688 uint32_t tun_type, flow_id; in bnxt_flow_create() local 1754 ret = bnxt_hwrm_tunnel_redirect_query(bp, &tun_type); in bnxt_flow_create() 1761 if (tun_type == (1U << filter->tunnel_type)) { in bnxt_flow_create() 1879 uint32_t tun_type; in bnxt_handle_tunnel_redirect_destroy() local 1882 ret = bnxt_hwrm_tunnel_redirect_query(bp, &tun_type); in bnxt_handle_tunnel_redirect_destroy() 1889 if (tun_type == (1U << filter->tunnel_type)) { in bnxt_handle_tunnel_redirect_destroy()
|
| H A D | bnxt_hwrm.h | 273 int bnxt_hwrm_tunnel_redirect_info(struct bnxt *bp, uint8_t tun_type,
|
| H A D | bnxt_hwrm.c | 5301 int bnxt_hwrm_tunnel_redirect_info(struct bnxt *bp, uint8_t tun_type, in bnxt_hwrm_tunnel_redirect_info() argument 5311 req.tunnel_type = tun_type; in bnxt_hwrm_tunnel_redirect_info()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 8311 uint8_t i, tun_type = 0; in i40e_dev_consistent_tunnel_filter_set() local 8365 tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_VXLAN; in i40e_dev_consistent_tunnel_filter_set() 8368 tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_NVGRE_OMAC; in i40e_dev_consistent_tunnel_filter_set() 8371 tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_IP; in i40e_dev_consistent_tunnel_filter_set() 8387 tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSOUDP; in i40e_dev_consistent_tunnel_filter_set() 8403 tun_type = I40E_AQC_ADD_CLOUD_TNL_TYPE_MPLSOGRE; in i40e_dev_consistent_tunnel_filter_set() 8550 ip_type | (tun_type << I40E_AQC_ADD_CLOUD_TNL_TYPE_SHIFT)); in i40e_dev_consistent_tunnel_filter_set()
|