Searched defs:ml_core_args (Results 1 – 1 of 1) sorted by relevance
26 struct ml_core_args { struct27 uint64_t nb_reqs;28 uint16_t start_fid;29 uint16_t end_fid;30 uint32_t qp_id;32 struct rte_ml_op **enq_ops;56 struct ml_core_args args[RTE_MAX_LCORE]; argument