Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddivacapi.h1335 #define N_RX_FLOW_CONTROL_MASK 0x3f macro
Dmessage.c3898 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()