Searched refs:DLB_NUM_QES_PER_CACHE_LINE (Results 1 – 2 of 2) sorted by relevance
173 DLB_NUM_QES_PER_CACHE_LINE * in dlb_init_consume_qe()2732 uint8_t sched_types[DLB_NUM_QES_PER_CACHE_LINE]; in __dlb_event_enqueue_burst()2733 uint8_t queue_ids[DLB_NUM_QES_PER_CACHE_LINE]; in __dlb_event_enqueue_burst()2739 DLB_NUM_QES_PER_CACHE_LINE * in __dlb_event_enqueue_burst()2794 if (j < DLB_NUM_QES_PER_CACHE_LINE && pop_offs == 0) in __dlb_event_enqueue_burst()2988 const int num_events = DLB_NUM_QES_PER_CACHE_LINE; in dlb_process_dequeue_four_qes()3001 for (i = 0; i < DLB_NUM_QES_PER_CACHE_LINE; i++) { in dlb_process_dequeue_four_qes()3229 struct dlb_dequeue_qe qes[DLB_NUM_QES_PER_CACHE_LINE]; in dlb_hw_dequeue()3241 if (num_avail == DLB_NUM_QES_PER_CACHE_LINE) in dlb_hw_dequeue()3356 struct dlb_dequeue_qe qes[DLB_NUM_QES_PER_CACHE_LINE]; in dlb_hw_dequeue_sparse()[all …]
81 #define DLB_NUM_QES_PER_CACHE_LINE 4 macro