Searched refs:gro_types (Results 1 – 4 of 4) sorted by relevance
76 uint64_t gro_types; member87 uint64_t gro_types = 0; in rte_gro_ctx_create() local111 gro_ctx->gro_types = gro_types; in rte_gro_ctx_create()115 gro_types |= gro_type_flag; in rte_gro_ctx_create()117 gro_ctx->gro_types = param->gro_types; in rte_gro_ctx_create()212 if (param->gro_types & RTE_GRO_TCP_IPV4) { in rte_gro_reassemble_burst()387 uint64_t gro_types, in rte_gro_timeout_flush() argument396 gro_types = gro_types & gro_ctx->gro_types; in rte_gro_timeout_flush()438 uint64_t gro_types = gro_ctx->gro_types, flag; in rte_gro_get_pkt_count() local444 if ((gro_types & flag) == 0) in rte_gro_get_pkt_count()[all …]
47 uint64_t gro_types; member172 uint64_t gro_types,
1583 gro_param.gro_types = RTE_GRO_TCP_IPV4; in init_config()
4001 gro_ports[port_id].param.gro_types = RTE_GRO_TCP_IPV4; in setup_gro()