Searched refs:N_RX_FLOW_CONTROL_MASK (Results 1 – 2 of 2) sorted by relevance
1335 #define N_RX_FLOW_CONTROL_MASK 0x3f macro
3898 if (a->ch_flow_control[Ch] & N_RX_FLOW_CONTROL_MASK) { in callback()3901 a->ch_flow_control[Ch] &= ~N_RX_FLOW_CONTROL_MASK; in callback()3906 (a->ch_flow_control[Ch] & N_RX_FLOW_CONTROL_MASK)) { in callback()3907 a->ch_flow_control[Ch] &= ~N_RX_FLOW_CONTROL_MASK; in callback()14493 if ((a->ch_flow_control[ch] & N_RX_FLOW_CONTROL_MASK) == 0) { in channel_x_off()