Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c803 slot_idx_t idx, idx_end; in fsw_ring_dequeue_pktq() local
805 idx_end = r->ckr_rhead; in fsw_ring_dequeue_pktq()
808 for (; n_pkts < n_pkts_max && idx != idx_end; in fsw_ring_dequeue_pktq()
844 slot_idx_t idx = 0, idx_start = 0, idx_end = 0; in fsw_ring_enqueue_pktq() local
851 idx_end = SLOT_INCREMENT(idx_start, n, r->ckr_lim); in fsw_ring_enqueue_pktq()
854 while (idx != idx_end) { in fsw_ring_enqueue_pktq()
876 r->ckr_ktail = idx_end; in fsw_ring_enqueue_pktq()