Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c1496 uint32_t ip_size = 0, ip_type = 0; in ulp_rte_vxlan_encap_act_handler() local
1636 ip_type = rte_cpu_to_be_32(BNXT_ULP_ETH_IPV4); in ulp_rte_vxlan_encap_act_handler()
1638 &ip_type, sizeof(uint32_t)); in ulp_rte_vxlan_encap_act_handler()
1697 ip_type = rte_cpu_to_be_32(BNXT_ULP_ETH_IPV6); in ulp_rte_vxlan_encap_act_handler()
1699 &ip_type, sizeof(uint32_t)); in ulp_rte_vxlan_encap_act_handler()
1735 if (ip_type == rte_cpu_to_be_32(BNXT_ULP_ETH_IPV4)) { in ulp_rte_vxlan_encap_act_handler()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_flow.c3435 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_l4_pattern()
3449 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_l4_pattern()
3741 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_vxlan_pattern()
3754 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_vxlan_pattern()
3972 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_nvgre_pattern()
3985 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_nvgre_pattern()
4159 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_mpls_pattern()
4172 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_flow_parse_mpls_pattern()
4324 filter->ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_flow_parse_gtp_pattern()
H A Di40e_ethdev.h875 enum i40e_tunnel_iptype ip_type; member
937 enum i40e_tunnel_iptype ip_type; /**< IP address type. */ member
H A Di40e_ethdev.c7792 tunnel_filter->input.ip_type = I40E_TUNNEL_IPTYPE_IPV6; in i40e_tunnel_filter_convert()
7794 tunnel_filter->input.ip_type = I40E_TUNNEL_IPTYPE_IPV4; in i40e_tunnel_filter_convert()
8309 uint16_t ip_type; in i40e_dev_consistent_tunnel_filter_set() local
8343 if (tunnel_filter->ip_type == I40E_TUNNEL_IPTYPE_IPV4) { in i40e_dev_consistent_tunnel_filter_set()
8344 ip_type = I40E_AQC_ADD_CLOUD_FLAGS_IPV4; in i40e_dev_consistent_tunnel_filter_set()
8351 ip_type = I40E_AQC_ADD_CLOUD_FLAGS_IPV6; 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()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_driver.h1421 enum rte_tunnel_iptype ip_type; /**< IP address type. */ member
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hsi_eth.h1154 u8 ip_type /* Searcher String - IP Type */; member