Home
last modified time | relevance | path

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

/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.c1957 def_conf->dl_bandwidth = 3; in set_default_fpga_conf()
1997 payload_16 = (conf->dl_bandwidth << 8) | conf->ul_bandwidth; in rte_fpga_5gnr_fec_configure()
/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.h43 uint8_t dl_bandwidth; member
H A Dfpga_lte_fec.c2447 def_conf->dl_bandwidth = 3; in set_default_fpga_conf()
2487 payload_16 = (conf->dl_bandwidth << 8) | conf->ul_bandwidth; in rte_fpga_lte_fec_configure()
/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;
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c652 conf.dl_bandwidth = DL_4G_BANDWIDTH; in add_bbdev_dev()
696 conf.dl_bandwidth = DL_5G_BANDWIDTH; in add_bbdev_dev()