Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c830 slot_idx_t idx, idx_end; in fsw_ring_dequeue_pktq() local
832 idx_end = r->ckr_rhead; in fsw_ring_dequeue_pktq()
836 for (; n_pkts < n_pkts_max && idx != idx_end; in fsw_ring_dequeue_pktq()
876 slot_idx_t idx = 0, idx_start = 0, idx_end = 0; in fsw_ring_enqueue_pktq() local
885 idx_end = SLOT_INCREMENT(idx_start, n, r->ckr_lim); in fsw_ring_enqueue_pktq()
888 while (idx != idx_end) { in fsw_ring_enqueue_pktq()
910 r->ckr_ktail = idx_end; in fsw_ring_enqueue_pktq()