Searched refs:ci_ch_mode (Results 1 – 4 of 4) sorted by relevance
177 if ((init.ci_ch_mode & CHMODE_MONITOR) != 0) { in __channel_open()178 if (__improbable((init.ci_ch_mode & CHMODE_USER_PACKET_POOL) != 0)) { in __channel_open()183 if (__improbable((init.ci_ch_mode & CHMODE_EVENT_RING) != 0)) { in __channel_open()188 if (__improbable((init.ci_ch_mode & CHMODE_LOW_LATENCY) != 0)) { in __channel_open()195 if ((init.ci_ch_mode & CHMODE_EVENT_RING) != 0) { in __channel_open()196 if ((init.ci_ch_mode & CHMODE_USER_PACKET_POOL) == 0) { in __channel_open()205 init.ci_ch_mode |= CHMODE_DEFUNCT_OK; in __channel_open()
511 uint32_t ci_ch_mode; /* in: CHMODE_* flags */ member
1542 uint32_t mode = init->ci_ch_mode; in ch_open()
493 init.ci_ch_mode |= CHMODE_EXCLUSIVE; in os_channel_create_extended()496 init.ci_ch_mode |= CHMODE_USER_PACKET_POOL; in os_channel_create_extended()499 init.ci_ch_mode |= CHMODE_DEFUNCT_OK; in os_channel_create_extended()507 init.ci_ch_mode |= CHMODE_EVENT_RING; in os_channel_create_extended()511 init.ci_ch_mode |= CHMODE_MONITOR; in os_channel_create_extended()513 init.ci_ch_mode |= CHMODE_MONITOR_TX; in os_channel_create_extended()515 init.ci_ch_mode |= CHMODE_MONITOR_RX; in os_channel_create_extended()518 init.ci_ch_mode |= CHMODE_MONITOR_NO_COPY; in os_channel_create_extended()522 init.ci_ch_mode |= CHMODE_FILTER; in os_channel_create_extended()525 init.ci_ch_mode |= CHMODE_LOW_LATENCY; in os_channel_create_extended()[all …]