Home
last modified time | relevance | path

Searched refs:CHANF_EVENT_RING (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/channel/ !
H A Dchannel_var.h185 #define CHANF_EVENT_RING 0x1000 /* channel has event rings */ macro
H A Dchannel.c862 if (((ch->ch_flags & CHANF_EVENT_RING) != 0) && in che_process_channel_event()
973 VERIFY((ch->ch_flags & CHANF_EVENT_RING) != 0); in filt_che_event()
/xnu-10063.141.1/bsd/skywalk/nexus/ !
H A Dnexus_adapter.c466 CHANF_USER_PACKET_POOL | CHANF_EVENT_RING), relaxed); in na_bind_channel()
502 os_atomic_or(&ch->ch_flags, CHANF_EVENT_RING, relaxed); in na_bind_channel()
834 if (ch->ch_flags & CHANF_EVENT_RING) { in na_schema_alloc()