Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Dpc.h136 #define N_DISC_ACK 5 /* OSI N-DISC CON/RES */ macro
Dmessage.c3896 if (((Ind == N_DISC) || (Ind == N_DISC_ACK)) && in callback()
6644 (plci->NL.Ind & 0x0f) == N_DISC_ACK) in nl_ind()
6694 if (((plci->NL.Ind & 0x0f) == N_DISC) || ((plci->NL.Ind & 0x0f) == N_DISC_ACK)) in nl_ind()
6726 || ((plci->NL.Ind & 0x0f) == N_DISC_ACK) in nl_ind()
6736 if (((plci->NL.Ind & 0x0f) == N_DISC) || ((plci->NL.Ind & 0x0f) == N_DISC_ACK)) in nl_ind()
6914 case N_DISC_ACK: in nl_ind()