Searched refs:PORT_ENQUEUE_MAX_BURST_SIZE (Results 1 – 1 of 1) sorted by relevance
11 #define PORT_ENQUEUE_MAX_BURST_SIZE 64 macro42 struct rte_event tmp_evs[PORT_ENQUEUE_MAX_BURST_SIZE]; in enqueue_burst_with_ops()56 uint8_t new_ops[PORT_ENQUEUE_MAX_BURST_SIZE]; in sw_event_enqueue_burst()63 if (num > PORT_ENQUEUE_MAX_BURST_SIZE) in sw_event_enqueue_burst()64 num = PORT_ENQUEUE_MAX_BURST_SIZE; in sw_event_enqueue_burst()