Searched refs:CHANF_RXONLY (Results 1 – 2 of 2) sorted by relevance
178 #define CHANF_RXONLY 0x8 /* receive only, no transmit */ macro
457 os_atomic_andnot(&ch->ch_flags, (CHANF_RXONLY | CHANF_EXCLUSIVE | in na_bind_channel()467 os_atomic_or(&ch->ch_flags, CHANF_RXONLY, relaxed); in na_bind_channel()693 os_atomic_andnot(&ch->ch_flags, (CHANF_RXONLY | CHANF_EXCLUSIVE), relaxed); in na_unbind_channel()