Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmessage.c2523 …|| (((plci->B3_prot != B3_T90NL) && (plci->B3_prot != B3_ISO8208) && (plci->B3_prot != B3_X25_DCE)) in connect_b3_req()
2542 if (plci->B3_prot == 2 || plci->B3_prot == 3) in connect_b3_req()
2561 else if (plci->B3_prot == 5) in connect_b3_req()
2700 else if (plci->B3_prot == B3_RTP) in connect_b3_req()
2760 if ((plci->B3_prot == 4) || (plci->B3_prot == 5) || (plci->B3_prot == 7)) in connect_b3_res()
2766 if (((plci->B3_prot == 4) || (plci->B3_prot == 5)) in connect_b3_res()
2805 if (plci->B3_prot == 4) in connect_b3_res()
2813 else if (plci->B3_prot == B3_RTP) in connect_b3_res()
2888 && ((plci->B3_prot == B3_TRANSPARENT) in disconnect_b3_req()
2889 || (plci->B3_prot == B3_T30) in disconnect_b3_req()
[all …]
Ddivacapi.h225 byte B3_prot; member