Searched refs:CHANF_IF_ADV (Results 1 – 3 of 3) sorted by relevance
1788 if ((ch->ch_flags & CHANF_IF_ADV) != 0) { in ch_close_common()1791 os_atomic_andnot(&ch->ch_flags, CHANF_IF_ADV, relaxed); in ch_close_common()2333 if ((ch->ch_flags & CHANF_IF_ADV) != 0) { in ch_configure_interface_advisory_event()2338 os_atomic_or(&ch->ch_flags, CHANF_IF_ADV, relaxed); in ch_configure_interface_advisory_event()2345 if ((ch->ch_flags & CHANF_IF_ADV) == 0) { in ch_configure_interface_advisory_event()2351 os_atomic_andnot(&ch->ch_flags, CHANF_IF_ADV, relaxed); in ch_configure_interface_advisory_event()2460 CHANF_EXT_PRECONNECT | CHANF_IF_ADV))); in ch_free()
188 #define CHANF_IF_ADV 0x2000 /* interface advisory is active */ macro
3247 flags |= (ch_flags & CHANF_IF_ADV) ? SCHF_IF_ADV : 0; in nexus_channel_get_flags()