Home
last modified time | relevance | path

Searched refs:N_RX_FLOW_CONTROL_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivacapi.h1345 #define N_RX_FLOW_CONTROL_MASK 0x3f macro
Dmessage.c4023 if (a->ch_flow_control[Ch] & N_RX_FLOW_CONTROL_MASK) { in callback()
4026 a->ch_flow_control[Ch] &= ~N_RX_FLOW_CONTROL_MASK; in callback()
4031 (a->ch_flow_control[Ch] & N_RX_FLOW_CONTROL_MASK)) { in callback()
4032 a->ch_flow_control[Ch] &= ~N_RX_FLOW_CONTROL_MASK; in callback()
14591 if ((a->ch_flow_control[ch] & N_RX_FLOW_CONTROL_MASK) == 0) { in channel_x_off()