Home
last modified time | relevance | path

Searched refs:dl_bandwidth (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.h43 uint8_t dl_bandwidth; member
H A Dfpga_lte_fec.c2444 def_conf->dl_bandwidth = 3; in set_default_fpga_conf()
2484 payload_16 = (conf->dl_bandwidth << 8) | conf->ul_bandwidth; in rte_fpga_lte_fec_configure()
/f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_pmd_fpga_5gnr_fec.h43 uint8_t dl_bandwidth; member
H A Drte_fpga_5gnr_fec.c1956 def_conf->dl_bandwidth = 3; in set_default_fpga_conf()
1996 payload_16 = (conf->dl_bandwidth << 8) | conf->ul_bandwidth; in rte_fpga_5gnr_fec_configure()
/f-stack/dpdk/doc/guides/bbdevs/
H A Dfpga_5gnr_fec.rst165 uint8_t dl_bandwidth;
215 conf.dl_bandwidth = 5;
H A Dfpga_lte_fec.rst164 uint8_t dl_bandwidth;
214 conf.dl_bandwidth = 5;
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c609 conf.dl_bandwidth = DL_4G_BANDWIDTH; in add_bbdev_dev()
653 conf.dl_bandwidth = DL_5G_BANDWIDTH; in add_bbdev_dev()