Home
last modified time | relevance | path

Searched refs:ol3table (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h597 ptype_tbl->ol3table[ol3id] | in hns3_rx_calc_ptype()
H A Dhns3_rxtx.c1963 tbl->ol3table[0] = RTE_PTYPE_L3_IPV4; in hns3_init_tunnel_ptype_tbl()
1964 tbl->ol3table[1] = RTE_PTYPE_L3_IPV6; in hns3_init_tunnel_ptype_tbl()
1965 tbl->ol3table[2] = RTE_PTYPE_UNKNOWN; in hns3_init_tunnel_ptype_tbl()
1966 tbl->ol3table[3] = RTE_PTYPE_UNKNOWN; in hns3_init_tunnel_ptype_tbl()
1967 tbl->ol3table[4] = RTE_PTYPE_L3_IPV4_EXT; in hns3_init_tunnel_ptype_tbl()
1968 tbl->ol3table[5] = RTE_PTYPE_L3_IPV6_EXT; in hns3_init_tunnel_ptype_tbl()
H A Dhns3_ethdev.h668 uint32_t ol3table[HNS3_OL3TBL_NUM]; member