Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c167 .tf_dev_alloc_tbl_scope = NULL,
204 .tf_dev_alloc_tbl_scope = tf_em_ext_common_alloc,
H A Dtf_device.h574 int (*tf_dev_alloc_tbl_scope)(struct tf *tfp, member
H A Dtf_core.c1333 if (dev->ops->tf_dev_alloc_tbl_scope != NULL) { in tf_alloc_tbl_scope()
1334 rc = dev->ops->tf_dev_alloc_tbl_scope(tfp, parms); in tf_alloc_tbl_scope()