Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tcam.c280 if (dev->ops->tf_dev_get_tcam_slice_info == NULL) { in tf_tcam_alloc()
290 rc = dev->ops->tf_dev_get_tcam_slice_info(tfp, in tf_tcam_alloc()
366 if (dev->ops->tf_dev_get_tcam_slice_info == NULL) { in tf_tcam_free()
376 rc = dev->ops->tf_dev_get_tcam_slice_info(tfp, in tf_tcam_free()
523 if (dev->ops->tf_dev_get_tcam_slice_info == NULL) { in tf_tcam_alloc_search()
533 rc = dev->ops->tf_dev_get_tcam_slice_info(tfp, in tf_tcam_alloc_search()
640 if (dev->ops->tf_dev_get_tcam_slice_info == NULL) { in tf_tcam_set()
650 rc = dev->ops->tf_dev_get_tcam_slice_info(tfp, in tf_tcam_set()
H A Dtf_device_p4.c465 .tf_dev_get_tcam_slice_info = tf_dev_p4_get_tcam_slice_info,
521 .tf_dev_get_tcam_slice_info = tf_dev_p4_get_tcam_slice_info,
H A Dtf_device_p58.c773 .tf_dev_get_tcam_slice_info = tf_dev_p58_get_tcam_slice_info,
829 .tf_dev_get_tcam_slice_info = tf_dev_p58_get_tcam_slice_info,
H A Dtf_device.h199 int (*tf_dev_get_tcam_slice_info)(struct tf *tfp, member
H A Dtf_tcam_shared.c154 if (dev->ops->tf_dev_get_tcam_slice_info == NULL) { in tf_tcam_shared_get_slices()
160 rc = dev->ops->tf_dev_get_tcam_slice_info(tfp, in tf_tcam_shared_get_slices()