Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Drte_gro.c86 uint64_t gro_type_flag = 0; in rte_gro_ctx_create() local
98 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() local
131 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()