Searched refs:total_ul_q_id (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/ |
| H A D | rte_fpga_5gnr_fec.c | 1971 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() 2071 total_ul_q_id += conf->vf_ul_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() 2079 if ((total_ul_q_id > FPGA_NUM_UL_QUEUES) || in rte_fpga_5gnr_fec_configure() 2084 total_ul_q_id, total_dl_q_id, in rte_fpga_5gnr_fec_configure() 2088 total_ul_q_id = 0; in rte_fpga_5gnr_fec_configure() 2091 ++q_id, ++total_ul_q_id) { in rte_fpga_5gnr_fec_configure() 2092 address = (total_ul_q_id << 2) + in rte_fpga_5gnr_fec_configure()
|
| /f-stack/dpdk/drivers/baseband/fpga_lte_fec/ |
| H A D | fpga_lte_fec.c | 2459 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() 2559 total_ul_q_id += conf->vf_ul_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() 2567 if ((total_ul_q_id > FPGA_NUM_UL_QUEUES) || in rte_fpga_lte_fec_configure() 2572 total_ul_q_id, total_dl_q_id, in rte_fpga_lte_fec_configure() 2576 total_ul_q_id = 0; in rte_fpga_lte_fec_configure() 2579 ++q_id, ++total_ul_q_id) { in rte_fpga_lte_fec_configure() 2580 address = (total_ul_q_id << 2) + in rte_fpga_lte_fec_configure()
|