Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c491 .tf_dev_get_tcam = NULL,
547 .tf_dev_get_tcam = tf_tcam_shared_get,
554 .tf_dev_get_tcam = tf_tcam_get,
H A Dtf_device_p58.c799 .tf_dev_get_tcam = NULL,
855 .tf_dev_get_tcam = tf_tcam_shared_get,
862 .tf_dev_get_tcam = tf_tcam_get,
H A Dtf_device.h705 int (*tf_dev_get_tcam)(struct tf *tfp, member
H A Dtf_core.c831 if (dev->ops->tf_dev_get_tcam == NULL) { in tf_get_tcam_entry()
849 rc = dev->ops->tf_dev_get_tcam(tfp, &gparms); in tf_get_tcam_entry()