Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmessage.c4739 static const word parms_id[] = in sig_ind() local
4820 IndParse(plci, parms_id, parms, 0); in sig_ind()
8791 static void IndParse(PLCI *plci, const word *parms_id, byte **parms, byte multiIEsize) in IndParse() argument
8806 for (i = 0; i < parms_id[0]; i++) /* multiIE parms_id contains just the 1st */ in IndParse()
8844 for (i = 1; i < parms_id[0] + 1 && parms_id[i] != code; i++); in IndParse()
8846 if (i < parms_id[0] + 1) { in IndParse()
8853 if (parms_id[i] == OAD in IndParse()
8854 || parms_id[i] == CONN_NR in IndParse()
8855 || parms_id[i] == CAD) { in IndParse()