Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_common.c158 return tbl_scope_cb; in tf_em_ext_common_tbl_scope_find()
189 if (tbl_scope_cb == NULL) { in tf_tbl_ext_alloc()
242 if (tbl_scope_cb == NULL) { in tf_tbl_ext_free()
869 if (tbl_scope_cb == NULL) { in tf_em_insert_ext_entry()
886 tbl_scope_cb, in tf_em_insert_ext_entry()
903 if (tbl_scope_cb == NULL) { in tf_em_delete_ext_entry()
1016 tbl_scope_cb->tbl_scope_id; in tf_em_ext_common_unbind()
1025 tfp_free(tbl_scope_cb); in tf_em_ext_common_unbind()
1095 if (tbl_scope_cb == NULL) { in tf_tbl_ext_common_set()
1155 if (tbl_scope_cb == NULL) { in tf_em_ext_map_tbl_scope()
[all …]
H A Dtf_em_host.c289 struct tf_tbl_scope_cb *tbl_scope_cb, in tf_em_ctx_unreg() argument
368 struct tf_tbl_scope_cb *tbl_scope_cb; in tf_em_ext_alloc() local
428 tbl_scope_cb = cparms.mem_va; in tf_em_ext_alloc()
430 tbl_scope_cb->pf = pf; in tf_em_ext_alloc()
435 &tbl_scope_cb->em_caps[dir]); in tf_em_ext_alloc()
498 tbl_scope_cb, in tf_em_ext_alloc()
522 tfp_free(tbl_scope_cb); in tf_em_ext_alloc()
542 struct tf_tbl_scope_cb *tbl_scope_cb; in tf_em_ext_free() local
565 if (tbl_scope_cb == NULL) { in tf_em_ext_free()
585 tbl_scope_cb); in tf_em_ext_free()
[all …]
H A Dtf_em_common.h91 struct tf_tbl_scope_cb *tbl_scope_cb,
105 struct tf_tbl_scope_cb *tbl_scope_cb);
146 void *tf_em_get_table_page(struct tf_tbl_scope_cb *tbl_scope_cb,
164 int tf_em_validate_num_entries(struct tf_tbl_scope_cb *tbl_scope_cb,
H A Dtf_em.h548 int offload_system_mmap(struct tf_tbl_scope_cb *tbl_scope_cb);
H A Dtf_msg.h527 struct tf_tbl_scope_cb *tbl_scope_cb,
H A Dtf_msg.c1424 struct tf_tbl_scope_cb *tbl_scope_cb, in tf_msg_ext_em_cfg() argument
1429 struct hcapi_cfa_em_ctx_mem_info *ctxp = &tbl_scope_cb->em_ctx_info[dir]; in tf_msg_ext_em_cfg()
1473 req.action_tbl_scope = tfp_cpu_to_le_16(tbl_scope_cb->tbl_scope_id); in tf_msg_ext_em_cfg()
1475 req.lkup_tbl_scope = tfp_cpu_to_le_16(tbl_scope_cb->tbl_scope_id); in tf_msg_ext_em_cfg()