Searched refs:SW_EVS_PER_Q_CHUNK (Results 1 – 3 of 3) sorted by relevance
15 struct rte_event events[SW_EVS_PER_Q_CHUNK];74 if (unlikely(iq->tail_idx == SW_EVS_PER_Q_CHUNK)) { in iq_enqueue()92 if (unlikely(iq->head_idx == SW_EVS_PER_Q_CHUNK)) { in iq_pop()125 for (; index < SW_EVS_PER_Q_CHUNK;) { in iq_dequeue_burst()140 if (unlikely(index == SW_EVS_PER_Q_CHUNK)) { in iq_dequeue_burst()187 iq->head_idx = SW_EVS_PER_Q_CHUNK - remaining; in iq_put_back()
26 #define SW_EVS_PER_Q_CHUNK 255 macro27 #define SW_Q_CHUNK_SIZE ((SW_EVS_PER_Q_CHUNK + 1) * sizeof(struct rte_event))
522 num_chunks = ((SW_INFLIGHT_EVENTS_TOTAL/SW_EVS_PER_Q_CHUNK)+1) + in sw_dev_configure()