Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddivacapi.h57 #define MAX_NCCI 127 macro
346 byte ncci_ch[MAX_NCCI + 1];
347 byte ncci_plci[MAX_NCCI + 1];
348 byte ncci_state[MAX_NCCI + 1];
349 byte ncci_next[MAX_NCCI + 1];
350 NCCI ncci[MAX_NCCI + 1];
Dmessage.c413 || ((ncci < MAX_NCCI + 1) && (a->ncci_plci[ncci] == plci->Id)))) in api_put()
782 if ((ch < MAX_NCCI + 1) && !a->ncci_ch[ch]) in get_ncci()
787 while ((ncci < MAX_NCCI + 1) && a->ncci_ch[ncci]) in get_ncci()
789 if (ncci == MAX_NCCI + 1) in get_ncci()
796 while ((j < MAX_NCCI + 1) && (a->ncci_ch[j] != i)) in get_ncci()
799 if (j < MAX_NCCI + 1) in get_ncci()
804 } while ((j < MAX_NCCI + 1) && (a->ncci_ch[j] != i)); in get_ncci()
806 } while ((i < MAX_NL_CHANNEL + 1) && (j < MAX_NCCI + 1)); in get_ncci()
873 for (ncci = 1; ncci < MAX_NCCI + 1; ncci++) in ncci_free_receive_buffers()
975 for (ncci = 1; ncci < MAX_NCCI + 1; ncci++) in ncci_remove()
[all …]