Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c499 .tf_dev_map_tbl_scope = NULL,
564 .tf_dev_map_tbl_scope = tf_em_ext_map_tbl_scope,
H A Dtf_device_p58.c807 .tf_dev_map_tbl_scope = NULL,
873 .tf_dev_map_tbl_scope = NULL,
H A Dtf_device.h933 int (*tf_dev_map_tbl_scope)(struct tf *tfp, member
H A Dtf_core.c1548 if (dev->ops->tf_dev_map_tbl_scope != NULL) { in tf_map_tbl_scope()
1549 rc = dev->ops->tf_dev_map_tbl_scope(tfp, parms); in tf_map_tbl_scope()
H A Dtf_em_common.c1161 if (dev->ops->tf_dev_map_tbl_scope == NULL) { in tf_em_ext_map_tbl_scope()