Home
last modified time | relevance | path

Searched defs:rte_acc100_conf (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/baseband/acc100/
H A Drte_acc100_cfg.h69 struct rte_acc100_conf { struct
70 bool pf_mode_en; /**< 1 if PF is used for dataplane, 0 for VFs */
74 bool input_pos_llr_1_bit;
78 bool output_pos_llr_1_bit;
79 uint16_t num_vf_bundles; /**< Number of VF bundles to setup */
81 struct rte_acc100_queue_topology q_ul_4g;
82 struct rte_acc100_queue_topology q_dl_4g;
83 struct rte_acc100_queue_topology q_ul_5g;
107 rte_acc100_configure(const char *dev_name, struct rte_acc100_conf *conf); argument