Searched refs:ci_ch_mode (Results 1 – 4 of 4) sorted by relevance
165 if ((init.ci_ch_mode & CHMODE_MONITOR) != 0) { in __channel_open()166 if (__improbable((init.ci_ch_mode & CHMODE_USER_PACKET_POOL) != 0)) { in __channel_open()171 if (__improbable((init.ci_ch_mode & CHMODE_EVENT_RING) != 0)) { in __channel_open()176 if (__improbable((init.ci_ch_mode & CHMODE_LOW_LATENCY) != 0)) { in __channel_open()183 if ((init.ci_ch_mode & CHMODE_EVENT_RING) != 0) { in __channel_open()184 if ((init.ci_ch_mode & CHMODE_USER_PACKET_POOL) == 0) { in __channel_open()193 init.ci_ch_mode |= CHMODE_DEFUNCT_OK; in __channel_open()
487 uint32_t ci_ch_mode; /* in: CHMODE_* flags */ member
1536 uint32_t mode = init->ci_ch_mode; in ch_open()
498 init.ci_ch_mode |= CHMODE_EXCLUSIVE; in os_channel_create_extended()501 init.ci_ch_mode |= CHMODE_USER_PACKET_POOL; in os_channel_create_extended()504 init.ci_ch_mode |= CHMODE_DEFUNCT_OK; in os_channel_create_extended()512 init.ci_ch_mode |= CHMODE_EVENT_RING; in os_channel_create_extended()516 init.ci_ch_mode |= CHMODE_MONITOR; in os_channel_create_extended()518 init.ci_ch_mode |= CHMODE_MONITOR_TX; in os_channel_create_extended()520 init.ci_ch_mode |= CHMODE_MONITOR_RX; in os_channel_create_extended()523 init.ci_ch_mode |= CHMODE_MONITOR_NO_COPY; in os_channel_create_extended()527 init.ci_ch_mode |= CHMODE_FILTER; in os_channel_create_extended()530 init.ci_ch_mode |= CHMODE_LOW_LATENCY; in os_channel_create_extended()[all …]