Searched refs:CHMODE_EVENT_RING (Results 1 – 12 of 12) sorted by relevance
528 #define CHMODE_EVENT_RING 0x00000040 macro538 CHMODE_DEFUNCT_OK | CHMODE_EVENT_RING | CHMODE_EXCLUSIVE | \
183 if (__improbable((init.ci_ch_mode & CHMODE_EVENT_RING) != 0)) { in __channel_open()195 if ((init.ci_ch_mode & CHMODE_EVENT_RING) != 0) { in __channel_open()
1741 ASSERT((chr->cr_mode & CHMODE_EVENT_RING) == 0); in ch_open_special()
507 init.ci_ch_mode |= CHMODE_EVENT_RING; in os_channel_create_extended()567 if ((init.ci_ch_mode & CHMODE_EVENT_RING) && ((num_event_rings == 0) || in os_channel_create_extended()568 !(ci->cinfo_ch_mode & CHMODE_EVENT_RING))) { in os_channel_create_extended()1705 (cinfo->cinfo_ch_mode & CHMODE_EVENT_RING) != 0; in os_channel_info2attr()2218 if (__improbable((ci->cinfo_ch_mode & CHMODE_EVENT_RING) == 0)) { in os_channel_get_next_event_handle()
537 if ((chr->cr_mode & CHMODE_EVENT_RING) != 0) { in netif_filter_na_create()
1018 if (chr->cr_mode & CHMODE_EVENT_RING) { in netif_vp_na_create()
3152 if (chr->cr_mode & CHMODE_EVENT_RING) {3165 if (chr->cr_mode & CHMODE_EVENT_RING) {
398 if (chr->cr_mode & CHMODE_EVENT_RING) { in fsw_vp_na_create()
346 if (chr->cr_mode & CHMODE_EVENT_RING) { in nx_kpipe_dom_connect()
539 if (chr->cr_mode & CHMODE_EVENT_RING) { in nx_upipe_dom_connect()
3251 flags |= (ch_mode & CHMODE_EVENT_RING) ? SCHF_EVENT_RING : 0; in nexus_channel_get_flags()
490 if (ch_mode & CHMODE_EVENT_RING) { in na_bind_channel()