Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.h33 struct rte_fpga_lte_fec_conf { struct
68 const struct rte_fpga_lte_fec_conf *conf); argument
H A Dfpga_lte_fec.c2435 set_default_fpga_conf(struct rte_fpga_lte_fec_conf *def_conf) in set_default_fpga_conf()
2438 memset(def_conf, 0, sizeof(struct rte_fpga_lte_fec_conf)); in set_default_fpga_conf()
2454 const struct rte_fpga_lte_fec_conf *conf) in rte_fpga_lte_fec_configure()
2461 struct rte_fpga_lte_fec_conf def_conf; in rte_fpga_lte_fec_configure()
/f-stack/dpdk/doc/guides/bbdevs/
H A Dfpga_lte_fec.rst155 parameters defined in ``rte_fpga_lte_fec_conf`` structure:
159 struct rte_fpga_lte_fec_conf {
203 struct rte_fpga_lte_fec_conf conf;
206 memset(&conf, 0, sizeof(struct rte_fpga_lte_fec_conf));
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c584 struct rte_fpga_lte_fec_conf conf; in add_bbdev_dev()
591 memset(&conf, 0, sizeof(struct rte_fpga_lte_fec_conf)); in add_bbdev_dev()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst619 ``rte_fpga_lte_fec_conf``.