Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h601 ptype_tbl->l4table[l4id]; in hns3_rx_calc_ptype()
H A Dhns3_rxtx.c1927 tbl->l4table[0] = RTE_PTYPE_L4_UDP; in hns3_init_non_tunnel_ptype_tbl()
1928 tbl->l4table[1] = RTE_PTYPE_L4_TCP; in hns3_init_non_tunnel_ptype_tbl()
1929 tbl->l4table[2] = RTE_PTYPE_TUNNEL_GRE; in hns3_init_non_tunnel_ptype_tbl()
1930 tbl->l4table[3] = RTE_PTYPE_L4_SCTP; in hns3_init_non_tunnel_ptype_tbl()
1931 tbl->l4table[4] = RTE_PTYPE_L4_IGMP; in hns3_init_non_tunnel_ptype_tbl()
1932 tbl->l4table[5] = RTE_PTYPE_L4_ICMP; in hns3_init_non_tunnel_ptype_tbl()
H A Dhns3_ethdev.h663 uint32_t l4table[HNS3_L4TBL_NUM]; member