Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h659 return ptype_tbl->l3table[l3id] | ptype_tbl->l4table[l4id]; in hns3_rx_calc_ptype()
H A Dhns3_ethdev.h756 uint32_t l4table[HNS3_L4TBL_NUM]; member
H A Dhns3_rxtx.c2051 tbl->l4table[0] = RTE_PTYPE_L4_UDP; in hns3_init_non_tunnel_ptype_tbl()
2052 tbl->l4table[1] = RTE_PTYPE_L4_TCP; in hns3_init_non_tunnel_ptype_tbl()
2053 tbl->l4table[2] = RTE_PTYPE_TUNNEL_GRE; in hns3_init_non_tunnel_ptype_tbl()
2054 tbl->l4table[3] = RTE_PTYPE_L4_SCTP; in hns3_init_non_tunnel_ptype_tbl()
2055 tbl->l4table[4] = RTE_PTYPE_L4_IGMP; in hns3_init_non_tunnel_ptype_tbl()
2056 tbl->l4table[5] = RTE_PTYPE_L4_ICMP; in hns3_init_non_tunnel_ptype_tbl()