Home
last modified time | relevance | path

Searched refs:constipated (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c148 bool constipated; /* Throttle status for outgoing */ member
237 bool constipated; /* Asked by remote to shut up */ member
790 if (gsm->constipated && !gsm_is_flow_ctrl_msg(msg)) in gsm_data_kick()
1059 if (dlci == NULL || dlci->constipated) { in gsm_dlci_data_sweep()
1089 if (dlci->constipated) in gsm_dlci_data_kick()
1165 if (fc && !dlci->constipated) { in gsm_process_modem()
1167 dlci->constipated = true; in gsm_process_modem()
1168 } else if (!fc && dlci->constipated) { in gsm_process_modem()
1169 dlci->constipated = false; in gsm_process_modem()
1344 gsm->constipated in gsm_control_message()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_gsm.c181 bool constipated; /* Throttle status for outgoing */ member
306 bool constipated; /* Asked by remote to shut up */ member
1023 if (gsm->constipated && !gsm_is_flow_ctrl_msg(msg)) in gsm_data_kick()
1044 if (gsm->constipated) in gsm_data_kick()
1377 if (!dlci || dlci->constipated) in gsm_dlci_data_sweep()
1419 if (dlci->constipated) in gsm_dlci_data_kick()
1525 if (fc && !dlci->constipated) { in gsm_process_modem()
1527 dlci->constipated = true; in gsm_process_modem()
1528 } else if (!fc && dlci->constipated) { in gsm_process_modem()
1529 dlci->constipated in gsm_process_modem()
[all...]

Completed in 8 milliseconds