Searched refs:CHMODE_MONITOR_TX (Results 1 – 5 of 5) sorted by relevance
48 if ((ch_mode & CHMODE_MONITOR_TX) != 0) { in ch_mode_to_flags()
522 #define CHMODE_MONITOR_TX 0x00000001 macro532 (CHMODE_MONITOR_TX | CHMODE_MONITOR_RX)
549 return t == NR_RX ? CHMODE_MONITOR_RX : CHMODE_MONITOR_TX; in nx_mon_txrx2chmode()1531 (chr->cr_mode & CHMODE_MONITOR_TX) ? "r" : "", in nx_monitor_na_find()
513 init.ci_ch_mode |= CHMODE_MONITOR_TX; in os_channel_create_extended()
3245 flags |= (ch_mode & CHMODE_MONITOR_TX) ? SCHF_MONITOR_TX : 0; in nexus_channel_get_flags()