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()
500 #define CHMODE_MONITOR_RX 0x00000002 macro509 (CHMODE_MONITOR_TX | CHMODE_MONITOR_RX)
553 return t == NR_RX ? CHMODE_MONITOR_RX : CHMODE_MONITOR_TX; in nx_mon_txrx2chmode()1537 (chr->cr_mode & CHMODE_MONITOR_RX) ? "t" : ""); in nx_monitor_na_find()
520 init.ci_ch_mode |= CHMODE_MONITOR_RX; in os_channel_create_extended()
3193 flags |= (ch_mode & CHMODE_MONITOR_RX) ? SCHF_MONITOR_RX : 0; in nexus_channel_get_flags()