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()
504 uint32_t ci_ch_mode; /* in: CHMODE_* flags */ member
1527 uint32_t mode = init->ci_ch_mode; in ch_open()
510 init.ci_ch_mode |= CHMODE_EXCLUSIVE; in os_channel_create_extended()513 init.ci_ch_mode |= CHMODE_USER_PACKET_POOL; in os_channel_create_extended()516 init.ci_ch_mode |= CHMODE_DEFUNCT_OK; in os_channel_create_extended()524 init.ci_ch_mode |= CHMODE_EVENT_RING; in os_channel_create_extended()528 init.ci_ch_mode |= CHMODE_MONITOR; in os_channel_create_extended()530 init.ci_ch_mode |= CHMODE_MONITOR_TX; in os_channel_create_extended()532 init.ci_ch_mode |= CHMODE_MONITOR_RX; in os_channel_create_extended()535 init.ci_ch_mode |= CHMODE_MONITOR_NO_COPY; in os_channel_create_extended()539 init.ci_ch_mode |= CHMODE_FILTER; in os_channel_create_extended()542 init.ci_ch_mode |= CHMODE_LOW_LATENCY; in os_channel_create_extended()[all …]