Searched defs:burst (Results 1 – 13 of 13) sorted by relevance
38 void *burst[MAX_BURST]; in test_empty_dequeue() local67 void *burst = NULL; in test_single_enqueue_dequeue() local101 struct rte_mbuf *burst[MAX_BURST] = {0}; in test_bulk_enqueue_dequeue() local
154 void *burst[MAX_BURST]; in test_empty_dequeue() local192 void *burst = NULL; in enqueue_dequeue_bulk_helper() local313 void *burst = NULL; in load_loop_fn_helper() local413 void *burst = NULL; in test_single_enqueue_dequeue() local447 void **burst = NULL; in test_burst_bulk_enqueue_dequeue() local
624 const unsigned int burst = 8; in sanity_mark_test() local
49 def boxplot_graph(self, x_axis_label, burst, buffer): argument75 def histogram_graph(self, x_axis_label, burst, buffer): argument
103 const bool burst = evt_has_burst_mode(w->dev_id); in worker_wrapper() local
104 const bool burst = evt_has_burst_mode(w->dev_id); in worker_wrapper() local
526 const bool burst = evt_has_burst_mode(w->dev_id); in worker_wrapper() local
570 const bool burst = evt_has_burst_mode(w->dev_id); in worker_wrapper() local
981 get_worker_single_stage(bool burst) get_worker_single_stage() argument 992 get_worker_multi_stage(bool burst) get_worker_multi_stage() argument 1003 set_worker_tx_enq_setup_data(struct setup_data * caps,bool burst) set_worker_tx_enq_setup_data() argument
288 uint8_t burst = 0; in do_capability_setup() local
565 set_worker_generic_setup_data(struct setup_data * caps,bool burst) set_worker_generic_setup_data() argument
216 uint64_t burst : 1; member
560 burst: int | None = None variable in TestPmdParams