Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/core/
H A Dskywalk_var.h198 SLOT_PREV(uint32_t i, uint32_t lim) in SLOT_PREV() function
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c225 kring->ckr_ktail = SLOT_PREV(kring->ckr_rhead, kring->ckr_lim); in fsw_vp_na_txsync()
H A Dfsw_dp.c1125 r->ckr_ktail = SLOT_PREV(idx, r->ckr_lim); in fsw_rx_ring_dequeue_pktq()
1224 r->ckr_ktail = SLOT_PREV(idx, r->ckr_lim); in fsw_tx_ring_dequeue_pktq()
/xnu-12377.61.12/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c964 txkring->ckr_ktail = SLOT_PREV(k, lim_tx); in nx_upipe_na_txsync_locked()
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c757 kring->ckr_ktail = SLOT_PREV(nm_i, lim); in nx_netif_compat_tx_clean()
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_adapter.c3537 kring->ckr_ktail = SLOT_PREV(j, kring->ckr_lim); in na_packet_pool_free_sync()
3804 kring->ckr_ktail = SLOT_PREV(j, kring->ckr_lim); in na_packet_pool_free_buf_sync()