Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/hardware/eicon/ !
Dpc.h136 #define N_DISC_ACK 5 /* OSI N-DISC CON/RES */ macro
Dmessage.c4021 if (((Ind == N_DISC) || (Ind == N_DISC_ACK)) && in callback()
6782 (plci->NL.Ind & 0x0f) == N_DISC_ACK) in nl_ind()
6832 if (((plci->NL.Ind & 0x0f) == N_DISC) || ((plci->NL.Ind & 0x0f) == N_DISC_ACK)) in nl_ind()
6864 || ((plci->NL.Ind & 0x0f) == N_DISC_ACK) in nl_ind()
6874 if (((plci->NL.Ind & 0x0f) == N_DISC) || ((plci->NL.Ind & 0x0f) == N_DISC_ACK)) in nl_ind()
7052 case N_DISC_ACK: in nl_ind()