Home
last modified time | relevance | path

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

/xnu-11215.61.5/libsyscall/wrappers/skywalk/
H A Dos_channel.c270 struct __user_channel_ring *ring = NULL; in os_channel_init_ring()
275 ring = _CHANNEL_OFFSET(struct __user_channel_ring *, csm, in os_channel_init_ring()
302 *(struct __user_channel_ring **)(uintptr_t)&chrd->chrd_ring = ring; in os_channel_init_ring()
328 const struct __user_channel_ring *ring = chrd->chrd_ring; in _initialize_metadata_address()
438 _slot_index_is_valid(const struct __user_channel_ring *ring, slot_idx_t idx) in _slot_index_is_valid()
953 struct __user_channel_ring *ring = in os_channel_pending()
954 __DECONST(struct __user_channel_ring *, chrd->chrd_ring); in os_channel_pending()
973 const struct __user_channel_ring *ring = chrd->chrd_ring; in os_channel_available_slot_count()
996 struct __user_channel_ring *ring = in os_channel_advance_slot()
997 __DECONST(struct __user_channel_ring *, chrd->chrd_ring); in os_channel_advance_slot()
[all …]
/xnu-11215.61.5/tests/skywalk/
H A Dskt_badring.c75 struct __user_channel_ring *cr = (struct __user_channel_ring *)ring->chrd_ring; // deconst in skt_badringtx_common()
194 struct __user_channel_ring *cr = (struct __user_channel_ring *)ring->chrd_ring; // deconst in skt_badringrx_common()
/xnu-11215.61.5/bsd/skywalk/channel/
H A Dos_channel_private.h354 struct __user_channel_ring { struct
565 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()
1063 struct __user_channel_ring *ring = kring->ckr_ring; in kr_alloc_sync_prologue()
1474 struct __user_channel_ring *ring = kring->ckr_ring; in kr_event_sync_prologue()
H A Dchannel_var.h324 struct __user_channel_ring *ckr_ring;
472 struct __user_channel_ring *ckr_save_ring;
/xnu-11215.61.5/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.c808 sizeof(struct __user_channel_ring); in netif_vp_region_params_setup()
/xnu-11215.61.5/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c389 sizeof(struct __user_channel_ring); in fsw_vp_region_params_setup()
/xnu-11215.61.5/bsd/skywalk/nexus/
H A Dnexus_adapter.c1867 struct __user_channel_ring *__single ring = kring->ckr_ring; in na_kr_setup()
2082 struct __user_channel_ring *ckr_ring; in na_kr_teardown_common()
H A Dnexus_kern.c2125 sizeof(struct __user_channel_ring); in nxprov_params_adjust()