Home
last modified time | relevance | path

Searched refs:total_dl_q_id (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_fpga_5gnr_fec.c1971 uint16_t q_id, vf_id, total_q_id, total_ul_q_id, total_dl_q_id; in rte_fpga_5gnr_fec_configure() local
2069 total_ul_q_id = total_dl_q_id = 0; in rte_fpga_5gnr_fec_configure()
2072 total_dl_q_id += conf->vf_dl_queues_number[vf_id]; in rte_fpga_5gnr_fec_configure()
2074 total_q_id = total_dl_q_id + total_ul_q_id; in rte_fpga_5gnr_fec_configure()
2080 (total_dl_q_id > FPGA_NUM_DL_QUEUES) || in rte_fpga_5gnr_fec_configure()
2084 total_ul_q_id, total_dl_q_id, in rte_fpga_5gnr_fec_configure()
2099 total_dl_q_id = 0; in rte_fpga_5gnr_fec_configure()
2102 ++q_id, ++total_dl_q_id) { in rte_fpga_5gnr_fec_configure()
2103 address = ((total_dl_q_id + FPGA_NUM_UL_QUEUES) in rte_fpga_5gnr_fec_configure()
/f-stack/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.c2459 uint16_t q_id, vf_id, total_q_id, total_ul_q_id, total_dl_q_id; in rte_fpga_lte_fec_configure() local
2557 total_ul_q_id = total_dl_q_id = 0; in rte_fpga_lte_fec_configure()
2560 total_dl_q_id += conf->vf_dl_queues_number[vf_id]; in rte_fpga_lte_fec_configure()
2562 total_q_id = total_dl_q_id + total_ul_q_id; in rte_fpga_lte_fec_configure()
2568 (total_dl_q_id > FPGA_NUM_DL_QUEUES) || in rte_fpga_lte_fec_configure()
2572 total_ul_q_id, total_dl_q_id, in rte_fpga_lte_fec_configure()
2587 total_dl_q_id = 0; in rte_fpga_lte_fec_configure()
2590 ++q_id, ++total_dl_q_id) { in rte_fpga_lte_fec_configure()
2591 address = ((total_dl_q_id + FPGA_NUM_UL_QUEUES) in rte_fpga_lte_fec_configure()