Searched refs:MAX_NCCI (Results 1 – 2 of 2) sorted by relevance
65 #define MAX_NCCI 127 macro356 byte ncci_ch[MAX_NCCI + 1];357 byte ncci_plci[MAX_NCCI + 1];358 byte ncci_state[MAX_NCCI + 1];359 byte ncci_next[MAX_NCCI + 1];360 NCCI ncci[MAX_NCCI + 1];
428 || ((ncci < MAX_NCCI + 1) && (a->ncci_plci[ncci] == plci->Id)))) in api_put()797 if ((ch < MAX_NCCI + 1) && !a->ncci_ch[ch]) in get_ncci()802 while ((ncci < MAX_NCCI + 1) && a->ncci_ch[ncci]) in get_ncci()804 if (ncci == MAX_NCCI + 1) in get_ncci()811 while ((j < MAX_NCCI + 1) && (a->ncci_ch[j] != i)) in get_ncci()814 if (j < MAX_NCCI + 1) in get_ncci()819 } while ((j < MAX_NCCI + 1) && (a->ncci_ch[j] != i)); in get_ncci()821 } while ((i < MAX_NL_CHANNEL + 1) && (j < MAX_NCCI + 1)); in get_ncci()888 for (ncci = 1; ncci < MAX_NCCI + 1; ncci++) in ncci_free_receive_buffers()990 for (ncci = 1; ncci < MAX_NCCI + 1; ncci++) in ncci_remove()[all …]