Home
last modified time | relevance | path

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

/xnu-12377.61.12/libsyscall/wrappers/skywalk/
H A Dos_channel.c299 *(struct channel **)(uintptr_t)&chrd->chrd_channel = chd; in os_channel_init_ring()
1026 (CHD_INFO(chrd->chrd_channel)->cinfo_ch_mode & in os_channel_get_next_slot()
1224 const struct channel *chd = chrd->chrd_channel; in os_channel_flow_admissible()
1269 const struct channel *chd = chrd->chrd_channel; in os_channel_flow_adv_get_feedback()
1819 if (__improbable((chrd->chrd_channel->chd_info->cinfo_ch_mode & in os_channel_slot_attach_packet()
1871 if (__improbable((chrd->chrd_channel->chd_info->cinfo_ch_mode & in os_channel_slot_detach_packet()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dos_channel_private.h564 const struct channel *chrd_channel; member