Searched refs:tf_dev_get_tcam_slice_info (Results 1 – 3 of 3) sorted by relevance
230 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()
145 .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,
157 int (*tf_dev_get_tcam_slice_info)(struct tf *tfp, member