Home
last modified time | relevance | path

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

/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c287 struct __user_channel_ring *ring = NULL; in os_channel_init_ring()
292 ring = _CHANNEL_OFFSET(struct __user_channel_ring *, csm, in os_channel_init_ring()
319 *(struct __user_channel_ring **)(uintptr_t)&chrd->chrd_ring = ring; in os_channel_init_ring()
345 const struct __user_channel_ring *ring = chrd->chrd_ring; in _initialize_metadata_address()
455 _slot_index_is_valid(const struct __user_channel_ring *ring, slot_idx_t idx) in _slot_index_is_valid()
952 struct __user_channel_ring *ring = in os_channel_pending()
953 __DECONST(struct __user_channel_ring *, chrd->chrd_ring); in os_channel_pending()
972 const struct __user_channel_ring *ring = chrd->chrd_ring; in os_channel_available_slot_count()
995 struct __user_channel_ring *ring = in os_channel_advance_slot()
996 __DECONST(struct __user_channel_ring *, chrd->chrd_ring); in os_channel_advance_slot()
[all …]
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel_private.h350 struct __user_channel_ring { struct
559 const struct __user_channel_ring *chrd_ring;
H A Dchannel_ring.c381 struct __user_channel_ring *ring = kring->ckr_ring; in kr_log_bad_ring()
661 struct __user_channel_ring *ring = kring->ckr_ring; in kr_txsync_prologue()
733 struct __user_channel_ring *ring = kring->ckr_ring; in kr_free_sync_prologue()
985 struct __user_channel_ring *ring = kring->ckr_ring; in kr_rxsync_prologue()
1058 struct __user_channel_ring *ring = kring->ckr_ring; in kr_alloc_sync_prologue()
1469 struct __user_channel_ring *ring = kring->ckr_ring; in kr_event_sync_prologue()
H A Dchannel_var.h344 struct __user_channel_ring *ckr_ring;
493 struct __user_channel_ring *ckr_save_ring;
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_vp.c249 sizeof(struct __user_channel_ring); in netif_filter_region_params_setup()
H A Dnx_netif_vp.c806 sizeof(struct __user_channel_ring); in netif_vp_region_params_setup()
/xnu-8792.41.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c1760 struct __user_channel_ring *ring = kring->ckr_ring; in na_kr_setup()
1970 struct __user_channel_ring *ckr_ring; in na_kr_teardown_common()
H A Dnexus_kern.c2121 sizeof(struct __user_channel_ring); in nxprov_params_adjust()