Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c472 .tf_dev_alloc_ext_tbl = NULL,
529 .tf_dev_alloc_ext_tbl = tf_tbl_ext_alloc,
H A Dtf_device_p58.c780 .tf_dev_alloc_ext_tbl = NULL,
838 .tf_dev_alloc_ext_tbl = tf_tbl_ext_alloc,
H A Dtf_device.h381 int (*tf_dev_alloc_ext_tbl)(struct tf *tfp, member
H A Dtf_core.c1065 if (dev->ops->tf_dev_alloc_ext_tbl == NULL) { in tf_alloc_tbl_entry()
1074 rc = dev->ops->tf_dev_alloc_ext_tbl(tfp, &aparms); in tf_alloc_tbl_entry()