Searched refs:gro_type_flag (Results 1 – 1 of 1) sorted by relevance
86 uint64_t gro_type_flag = 0; in rte_gro_ctx_create() local98 gro_type_flag = 1ULL << i; in rte_gro_ctx_create()99 if ((param->gro_types & gro_type_flag) == 0) in rte_gro_ctx_create()115 gro_types |= gro_type_flag; in rte_gro_ctx_create()127 uint64_t gro_type_flag; in rte_gro_ctx_destroy() local131 gro_type_flag = 1ULL << i; in rte_gro_ctx_destroy()132 if ((gro_ctx->gro_types & gro_type_flag) == 0) in rte_gro_ctx_destroy()