Searched refs:tbls (Results 1 – 3 of 3) sorted by relevance
77 void *tbls[RTE_GRO_TYPE_MAX_NUM]; member105 gro_ctx->tbls[i] = create_tbl_fn(param->socket_id, in rte_gro_ctx_create()108 if (gro_ctx->tbls[i] == NULL) { in rte_gro_ctx_create()135 destroy_tbl_fn(gro_ctx->tbls[i]); in rte_gro_ctx_destroy()335 tcp_tbl = gro_ctx->tbls[RTE_GRO_TCP_IPV4_INDEX]; in rte_gro_reassemble()337 udp_tbl = gro_ctx->tbls[RTE_GRO_UDP_IPV4_INDEX]; in rte_gro_reassemble()399 num = gro_vxlan_tcp4_tbl_timeout_flush(gro_ctx->tbls[ in rte_gro_timeout_flush()406 num += gro_vxlan_udp4_tbl_timeout_flush(gro_ctx->tbls[ in rte_gro_timeout_flush()415 gro_ctx->tbls[RTE_GRO_TCP_IPV4_INDEX], in rte_gro_timeout_flush()424 gro_ctx->tbls[RTE_GRO_UDP_IPV4_INDEX], in rte_gro_timeout_flush()[all …]
1616 struct mlx5_hlist **tbls = (priv->sh->config.dv_flow_en == 2) ? in mlx5_free_table_hash_list() local1618 if (*tbls == NULL) in mlx5_free_table_hash_list()1620 mlx5_hlist_destroy(*tbls); in mlx5_free_table_hash_list()1621 *tbls = NULL; in mlx5_free_table_hash_list()
3642 struct bnxt_ulp_mapper_tbl_info *tbls; in ulp_mapper_tbls_process() local3673 tbls = ulp_mapper_tbl_list_get(parms, tid, &num_tbls); in ulp_mapper_tbls_process()3674 if (!tbls || !num_tbls) { in ulp_mapper_tbls_process()3682 tbl = &tbls[tbl_idx]; in ulp_mapper_tbls_process()