Searched refs:gro_type_flag (Results 1 – 1 of 1) sorted by relevance
85 uint64_t gro_type_flag = 0; in rte_gro_ctx_create() local97 gro_type_flag = 1ULL << i; in rte_gro_ctx_create()98 if ((param->gro_types & gro_type_flag) == 0) in rte_gro_ctx_create()114 gro_types |= gro_type_flag; in rte_gro_ctx_create()126 uint64_t gro_type_flag; in rte_gro_ctx_destroy() local130 gro_type_flag = 1ULL << i; in rte_gro_ctx_destroy()131 if ((gro_ctx->gro_types & gro_type_flag) == 0) in rte_gro_ctx_destroy()