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()
508 uint32_t ci_ch_mode; /* in: CHMODE_* flags */ member
1525 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 …]