Searched refs:get_slot (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_ring.c | 143 get_slot(const struct opdl_ring *t, uint32_t n) in get_slot() function 254 rte_memcpy(get_slot(t, start), entries, in copy_entries_in() 260 rte_memcpy(get_slot(t, 0), in copy_entries_in() 275 rte_memcpy(entries, get_slot(t, start), in copy_entries_out() 282 get_slot(t, 0), in copy_entries_out() 518 get_slots = get_slot(t, s->head + offset); in opdl_stage_claim_singlethread() 527 ev = (struct rte_event *)get_slot(t, s->head+j); in opdl_stage_claim_singlethread() 578 memcpy(entries_offset, get_slot(t, s->head + offset), in opdl_stage_claim_multithread() 968 return get_slot(t, index); in opdl_ring_get_slot() 997 ev_orig = get_slot(t, s->shadow_head+offset); in opdl_ring_cas_slot() [all …]
|