Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c799 slot_idx_t idx, idx_end; in fsw_ring_dequeue_pktq() local
801 idx_end = r->ckr_rhead; in fsw_ring_dequeue_pktq()
804 for (; n_pkts < n_pkts_max && idx != idx_end; in fsw_ring_dequeue_pktq()
840 slot_idx_t idx = 0, idx_start = 0, idx_end = 0; in fsw_ring_enqueue_pktq() local
847 idx_end = SLOT_INCREMENT(idx_start, n, r->ckr_lim); in fsw_ring_enqueue_pktq()
850 while (idx != idx_end) { in fsw_ring_enqueue_pktq()
872 r->ckr_ktail = idx_end; in fsw_ring_enqueue_pktq()