Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c490 .tf_dev_set_tcam = NULL,
546 .tf_dev_set_tcam = tf_tcam_shared_set,
553 .tf_dev_set_tcam = tf_tcam_set,
H A Dtf_device_p58.c798 .tf_dev_set_tcam = NULL,
854 .tf_dev_set_tcam = tf_tcam_shared_set,
861 .tf_dev_set_tcam = tf_tcam_set,
H A Dtf_device.h686 int (*tf_dev_set_tcam)(struct tf *tfp, member
H A Dtf_core.c766 if (dev->ops->tf_dev_set_tcam == NULL || in tf_set_tcam_entry()
785 rc = dev->ops->tf_dev_set_tcam(tfp, &sparms); in tf_set_tcam_entry()