Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/
Dn_gsm.c180 #define NUM_DLCI 64 macro
262 struct gsm_dlci *dlci[NUM_DLCI];
539 base = index * NUM_DLCI; /* first minor for this index */ in gsm_register_devices()
540 for (i = 1; i < NUM_DLCI; i++) { in gsm_register_devices()
575 base = index * NUM_DLCI; /* first minor for this index */ in gsm_unregister_devices()
576 for (i = 1; i < NUM_DLCI; i++) { in gsm_unregister_devices()
1264 for (sent = false, i = 1; i < NUM_DLCI; i++) { in gsm_dlci_data_sweep()
1468 if (addr == 0 || addr >= NUM_DLCI || gsm->dlci[addr] == NULL) in gsm_control_modem()
1523 if (addr == 0 || addr >= NUM_DLCI || gsm->dlci[addr] == NULL) in gsm_control_rls()
2183 if (address >= NUM_DLCI) in gsm_queue()
[all …]