Searched refs:em_tables (Results 1 – 4 of 4) sorted by relevance
633 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_KEY0_TABLE].num_entries = in tf_em_validate_num_entries()635 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_KEY0_TABLE].entry_size = in tf_em_validate_num_entries()638 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_KEY1_TABLE].num_entries = in tf_em_validate_num_entries()640 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_KEY1_TABLE].entry_size = in tf_em_validate_num_entries()648 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_EFC_TABLE].num_entries = in tf_em_validate_num_entries()662 tbl_scope_cb->em_ctx_info[TF_DIR_TX].em_tables[TF_KEY0_TABLE].num_entries = in tf_em_validate_num_entries()664 tbl_scope_cb->em_ctx_info[TF_DIR_TX].em_tables[TF_KEY0_TABLE].entry_size = in tf_em_validate_num_entries()667 tbl_scope_cb->em_ctx_info[TF_DIR_TX].em_tables[TF_KEY1_TABLE].num_entries = in tf_em_validate_num_entries()669 tbl_scope_cb->em_ctx_info[TF_DIR_TX].em_tables[TF_KEY1_TABLE].entry_size = in tf_em_validate_num_entries()677 tbl_scope_cb->em_ctx_info[TF_DIR_TX].em_tables[TF_EFC_TABLE].num_entries = in tf_em_validate_num_entries()[all …]
297 tbl = &ctxp->em_tables[i]; in tf_em_ctx_unreg()333 tbl = &ctxp->em_tables[i]; in tf_em_ctx_reg()369 struct hcapi_cfa_em_table *em_tables; in tf_em_ext_alloc() local464 em_tables = tbl_scope_cb->em_ctx_info[dir].em_tables; in tf_em_ext_alloc()466 em_tables[TF_KEY0_TABLE].num_entries, in tf_em_ext_alloc()467 em_tables[TF_KEY0_TABLE].ctx_id, in tf_em_ext_alloc()468 em_tables[TF_KEY1_TABLE].ctx_id, in tf_em_ext_alloc()469 em_tables[TF_RECORD_TABLE].ctx_id, in tf_em_ext_alloc()470 em_tables[TF_EFC_TABLE].ctx_id, in tf_em_ext_alloc()499 em_tables[TF_RECORD_TABLE].num_entries, in tf_em_ext_alloc()[all …]
1461 lkup_tbl = &ctxp->em_tables[TF_EM_LKUP_TABLE]; in tf_msg_ext_em_cfg()1462 act_tbl = &ctxp->em_tables[TF_ACTION_TABLE]; in tf_msg_ext_em_cfg()
214 struct hcapi_cfa_em_table em_tables[TF_MAX_TABLE]; member