Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c168 .tf_dev_map_tbl_scope = NULL,
205 .tf_dev_map_tbl_scope = tf_em_ext_map_tbl_scope,
H A Dtf_device.h617 int (*tf_dev_map_tbl_scope)(struct tf *tfp, member
H A Dtf_core.c1371 if (dev->ops->tf_dev_map_tbl_scope != NULL) { in tf_map_tbl_scope()
1372 rc = dev->ops->tf_dev_map_tbl_scope(tfp, parms); in tf_map_tbl_scope()
H A Dtf_em_common.c1080 if (dev->ops->tf_dev_map_tbl_scope == NULL) { in tf_em_ext_map_tbl_scope()