Searched refs:NUM_DLCI (Results 1 – 1 of 1) sorted by relevance
153 #define NUM_DLCI 64 macro228 struct gsm_dlci *dlci[NUM_DLCI];923 while (i < NUM_DLCI) { in gsm_dlci_data_sweep()1098 if (addr == 0 || addr >= NUM_DLCI || gsm->dlci[addr] == NULL) in gsm_control_modem()1156 if (addr == 0 || addr >= NUM_DLCI || gsm->dlci[addr] == NULL) in gsm_control_rls()1766 if (address >= NUM_DLCI) in gsm_queue()2085 for (i = 0; i < NUM_DLCI; i++) in gsm_cleanup_mux()2176 return gsm->num * NUM_DLCI; in mux_num_to_base()2181 return line / NUM_DLCI; in mux_line_to_num()2376 for (i = 1; i < NUM_DLCI; i++) in gsmld_attach_gsm()[all …]