Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c161 .tf_dev_set_tcam = NULL,
198 .tf_dev_set_tcam = tf_tcam_set,
H A Dtf_device.h475 int (*tf_dev_set_tcam)(struct tf *tfp, member
H A Dtf_core.c765 if (dev->ops->tf_dev_set_tcam == NULL) { in tf_set_tcam_entry()
783 rc = dev->ops->tf_dev_set_tcam(tfp, &sparms); in tf_set_tcam_entry()