Searched defs:rte_fpga_lte_fec_conf (Results 1 – 1 of 1) sorted by relevance
33 struct rte_fpga_lte_fec_conf { struct35 bool pf_mode_en;37 uint8_t vf_ul_queues_number[FPGA_LTE_FEC_NUM_VFS];39 uint8_t vf_dl_queues_number[FPGA_LTE_FEC_NUM_VFS];41 uint8_t ul_bandwidth;43 uint8_t dl_bandwidth;68 const struct rte_fpga_lte_fec_conf *conf); argument