Home
last modified time | relevance | path

Searched refs:tf_dev_get_sram_tbl (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c482 .tf_dev_get_sram_tbl = NULL,
538 .tf_dev_get_sram_tbl = NULL,
H A Dtf_device_p58.c790 .tf_dev_get_sram_tbl = NULL,
846 .tf_dev_get_sram_tbl = tf_tbl_sram_get,
H A Dtf_device.h531 int (*tf_dev_get_sram_tbl)(struct tf *tfp, member
H A Dtf_core.c1318 rc = dev->ops->tf_dev_get_sram_tbl(tfp, &gparms); in tf_get_tbl_entry()