Searched refs:tf_dev_get_tcam_slice_info (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_tcam.c | 280 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 D | tf_device_p4.c | 465 .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 D | tf_device_p58.c | 773 .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 D | tf_device.h | 199 int (*tf_dev_get_tcam_slice_info)(struct tf *tfp, member
|
| H A D | tf_tcam_shared.c | 154 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()
|