Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c498 .tf_dev_alloc_tbl_scope = NULL,
563 .tf_dev_alloc_tbl_scope = tf_em_ext_common_alloc,
H A Dtf_device_p58.c806 .tf_dev_alloc_tbl_scope = NULL,
872 .tf_dev_alloc_tbl_scope = NULL,
H A Dtf_device.h890 int (*tf_dev_alloc_tbl_scope)(struct tf *tfp, member
H A Dtf_core.c1510 if (dev->ops->tf_dev_alloc_tbl_scope != NULL) { in tf_alloc_tbl_scope()
1511 rc = dev->ops->tf_dev_alloc_tbl_scope(tfp, parms); in tf_alloc_tbl_scope()