Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tcam.c230 if (dev->ops->tf_dev_get_tcam_slice_info == NULL) { in tf_tcam_alloc()
240 rc = dev->ops->tf_dev_get_tcam_slice_info(tfp, in tf_tcam_alloc()
313 if (dev->ops->tf_dev_get_tcam_slice_info == NULL) { in tf_tcam_free()
323 rc = dev->ops->tf_dev_get_tcam_slice_info(tfp, in tf_tcam_free()
485 if (dev->ops->tf_dev_get_tcam_slice_info == NULL) { in tf_tcam_alloc_search()
495 rc = dev->ops->tf_dev_get_tcam_slice_info(tfp, in tf_tcam_alloc_search()
607 if (dev->ops->tf_dev_get_tcam_slice_info == NULL) { in tf_tcam_set()
617 rc = dev->ops->tf_dev_get_tcam_slice_info(tfp, in tf_tcam_set()
H A Dtf_device_p4.c145 .tf_dev_get_tcam_slice_info = tf_dev_p4_get_tcam_slice_info,
182 .tf_dev_get_tcam_slice_info = tf_dev_p4_get_tcam_slice_info,
H A Dtf_device.h157 int (*tf_dev_get_tcam_slice_info)(struct tf *tfp, member