Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c149 .tf_dev_alloc_ext_tbl = NULL,
187 .tf_dev_alloc_ext_tbl = tf_tbl_ext_alloc,
H A Dtf_device.h258 int (*tf_dev_alloc_ext_tbl)(struct tf *tfp, member
H A Dtf_core.c901 if (dev->ops->tf_dev_alloc_ext_tbl == NULL) { in tf_alloc_tbl_entry()
910 rc = dev->ops->tf_dev_alloc_ext_tbl(tfp, &aparms); in tf_alloc_tbl_entry()