Searched refs:CHMODE_MONITOR_RX (Results 1 – 5 of 5) sorted by relevance
45 if ((ch_mode & CHMODE_MONITOR_RX) != 0) { in ch_mode_to_flags()
523 #define CHMODE_MONITOR_RX 0x00000002 macro532 (CHMODE_MONITOR_TX | CHMODE_MONITOR_RX)
549 return t == NR_RX ? CHMODE_MONITOR_RX : CHMODE_MONITOR_TX; in nx_mon_txrx2chmode()1532 (chr->cr_mode & CHMODE_MONITOR_RX) ? "t" : ""); in nx_monitor_na_find()
515 init.ci_ch_mode |= CHMODE_MONITOR_RX; in os_channel_create_extended()
3246 flags |= (ch_mode & CHMODE_MONITOR_RX) ? SCHF_MONITOR_RX : 0; in nexus_channel_get_flags()