Home
last modified time | relevance | path

Searched refs:tail_l (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_inl_dev.c675 uint16_t head_l, tail_l; in inl_outb_soft_exp_poll() local
688 tail_l = head.s.tail_pos; in inl_outb_soft_exp_poll()
690 while (tail_l != head_l) { in inl_outb_soft_exp_poll()
697 entry.u64 = __atomic_load_n(ring_base + tail_l + 1, in inl_outb_soft_exp_poll()
711 __atomic_store_n(ring_base + tail_l + 1, 0ULL, in inl_outb_soft_exp_poll()
718 tail_l++; in inl_outb_soft_exp_poll()