Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c489 .tf_dev_alloc_search_tcam = NULL,
556 .tf_dev_alloc_search_tcam = tf_tcam_alloc_search,
H A Dtf_device_p58.c797 .tf_dev_alloc_search_tcam = NULL,
864 .tf_dev_alloc_search_tcam = tf_tcam_alloc_search,
H A Dtf_device.h666 int (*tf_dev_alloc_search_tcam) member
H A Dtf_core.c632 if (dev->ops->tf_dev_alloc_search_tcam == NULL) { in tf_search_tcam_entry()
654 rc = dev->ops->tf_dev_alloc_search_tcam(tfp, &sparms); in tf_search_tcam_entry()