Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/isdn/hardware/eicon/
Dpc.h136 #define N_DISC_ACK 5 /* OSI N-DISC CON/RES */ macro
Dmessage.c4023 if (((Ind==N_DISC) || (Ind==N_DISC_ACK)) && in callback()
6786 (plci->NL.Ind &0x0f)==N_DISC_ACK) in nl_ind()
6836 if (((plci->NL.Ind & 0x0f) == N_DISC) || ((plci->NL.Ind & 0x0f) == N_DISC_ACK)) in nl_ind()
6868 || ((plci->NL.Ind &0x0f) == N_DISC_ACK) in nl_ind()
6878 if (((plci->NL.Ind & 0x0f) == N_DISC) || ((plci->NL.Ind & 0x0f) == N_DISC_ACK)) in nl_ind()
7056 case N_DISC_ACK: in nl_ind()