Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_gsm.c147 bool constipated; /* Throttle status for outgoing */ member
236 bool constipated; /* Asked by remote to shut up */ member
726 if (gsm->constipated && !gsm_is_flow_ctrl_msg(msg)) in gsm_data_kick()
995 if (dlci == NULL || dlci->constipated) { in gsm_dlci_data_sweep()
1025 if (dlci->constipated) in gsm_dlci_data_kick()
1101 if (fc && !dlci->constipated) { in gsm_process_modem()
1103 dlci->constipated = true; in gsm_process_modem()
1104 } else if (!fc && dlci->constipated) { in gsm_process_modem()
1105 dlci->constipated = false; in gsm_process_modem()
1280 gsm->constipated = false; in gsm_control_message()
[all …]