Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c501 .tf_dev_free_tbl_scope = NULL,
566 .tf_dev_free_tbl_scope = tf_em_ext_common_free,
H A Dtf_device_p58.c809 .tf_dev_free_tbl_scope = NULL,
875 .tf_dev_free_tbl_scope = NULL,
H A Dtf_device.h949 int (*tf_dev_free_tbl_scope)(struct tf *tfp, member
H A Dtf_em_common.c1018 if (dev->ops->tf_dev_free_tbl_scope) { in tf_em_ext_common_unbind()
1019 dev->ops->tf_dev_free_tbl_scope(tfp, in tf_em_ext_common_unbind()
H A Dtf_core.c1587 if (dev->ops->tf_dev_free_tbl_scope) { in tf_free_tbl_scope()
1588 rc = dev->ops->tf_dev_free_tbl_scope(tfp, parms); in tf_free_tbl_scope()