Searched refs:gro_types (Results 1 – 4 of 4) sorted by relevance
75 uint64_t gro_types; member86 uint64_t gro_types = 0; in rte_gro_ctx_create() local110 gro_ctx->gro_types = gro_types; in rte_gro_ctx_create()114 gro_types |= gro_type_flag; in rte_gro_ctx_create()116 gro_ctx->gro_types = param->gro_types; in rte_gro_ctx_create()211 if (param->gro_types & RTE_GRO_TCP_IPV4) { in rte_gro_reassemble_burst()386 uint64_t gro_types, in rte_gro_timeout_flush() argument395 gro_types = gro_types & gro_ctx->gro_types; in rte_gro_timeout_flush()437 uint64_t gro_types = gro_ctx->gro_types, flag; in rte_gro_get_pkt_count() local443 if ((gro_types & flag) == 0) in rte_gro_get_pkt_count()[all …]
47 uint64_t gro_types; member172 uint64_t gro_types,
1742 gro_param.gro_types = RTE_GRO_TCP_IPV4; in init_config()
4988 gro_ports[port_id].param.gro_types = RTE_GRO_TCP_IPV4; in setup_gro()