Home
last modified time | relevance | path

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

/xnu-12377.41.6/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()
300 *(struct __user_channel_ring **)(uintptr_t)&chrd->chrd_ring = ring; in os_channel_init_ring()
326 const struct __user_channel_ring *ring = chrd->chrd_ring; in _initialize_metadata_address()
422 _slot_index_is_valid(const struct __user_channel_ring *ring, slot_idx_t idx) in _slot_index_is_valid()
925 struct __user_channel_ring *ring = in os_channel_pending()
926 __DECONST(struct __user_channel_ring *, chrd->chrd_ring); in os_channel_pending()
945 const struct __user_channel_ring *ring = chrd->chrd_ring; in os_channel_available_slot_count()
968 struct __user_channel_ring *ring = in os_channel_advance_slot()
969 __DECONST(struct __user_channel_ring *, chrd->chrd_ring); in os_channel_advance_slot()
[all …]
/xnu-12377.41.6/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-12377.41.6/bsd/skywalk/channel/
H A Dos_channel_private.h358 struct __user_channel_ring { struct
566 const struct __user_channel_ring *chrd_ring;
H A Dchannel_ring.c383 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()
1062 struct __user_channel_ring *ring = kring->ckr_ring; in kr_alloc_sync_prologue()
1473 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-12377.41.6/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.c811 sizeof(struct __user_channel_ring); in netif_vp_region_params_setup()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c388 sizeof(struct __user_channel_ring); in fsw_vp_region_params_setup()
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_adapter.c1846 struct __user_channel_ring *__single ring = kring->ckr_ring; in na_kr_setup()
2057 struct __user_channel_ring *ckr_ring; in na_kr_teardown_common()
H A Dnexus_kern.c2095 sizeof(struct __user_channel_ring); in nxprov_params_adjust()