Searched refs:NUM_DLCI (Results 1 – 1 of 1) sorted by relevance
157 #define NUM_DLCI 64 macro232 struct gsm_dlci *dlci[NUM_DLCI];701 for (i = 0; i < NUM_DLCI; i++) in gsm_data_kick()922 while (i < NUM_DLCI) { in gsm_dlci_data_sweep()1097 if (addr == 0 || addr >= NUM_DLCI || gsm->dlci[addr] == NULL) in gsm_control_modem()1155 if (addr == 0 || addr >= NUM_DLCI || gsm->dlci[addr] == NULL) in gsm_control_rls()1767 if (address >= NUM_DLCI) in gsm_queue()2096 for (i = 0; i < NUM_DLCI; i++) in gsm_cleanup_mux()2186 return gsm->num * NUM_DLCI; in mux_num_to_base()2191 return line / NUM_DLCI; in mux_line_to_num()[all …]