Searched refs:NUM_DLCI (Results 1 – 1 of 1) sorted by relevance
159 #define NUM_DLCI 64 macro234 struct gsm_dlci *dlci[NUM_DLCI];758 for (i = 0; i < NUM_DLCI; i++) in gsm_data_kick()989 while (i < NUM_DLCI) { in gsm_dlci_data_sweep()1164 if (addr == 0 || addr >= NUM_DLCI || gsm->dlci[addr] == NULL) in gsm_control_modem()1222 if (addr == 0 || addr >= NUM_DLCI || gsm->dlci[addr] == NULL) in gsm_control_rls()1872 if (address >= NUM_DLCI) in gsm_queue()2179 for (i = NUM_DLCI - 1; i >= 0; i--) in gsm_cleanup_mux()2269 return gsm->num * NUM_DLCI; in mux_num_to_base()2274 return line / NUM_DLCI; in mux_line_to_num()[all …]