Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c470 .tf_dev_get_tbl_info = NULL,
526 .tf_dev_get_tbl_info = NULL,
H A Dtf_device_p58.c778 .tf_dev_get_tbl_info = NULL,
835 .tf_dev_get_tbl_info = tf_dev_p58_get_sram_tbl_info,
H A Dtf_tbl.c591 if (dev->ops->tf_dev_get_tbl_info) { in tf_tbl_get_resc_info()
595 rc = dev->ops->tf_dev_get_tbl_info(tfp, in tf_tbl_get_resc_info()
H A Dtf_device.h319 int (*tf_dev_get_tbl_info)(struct tf *tfp, member
H A Dtf_tbl_sram.c447 if (dev->ops->tf_dev_get_tbl_info) { in tf_tbl_sram_set()
448 rc = dev->ops->tf_dev_get_tbl_info(tfp, in tf_tbl_sram_set()