Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dn_gsm.c181 bool constipated; /* Throttle status for outgoing */ member
308 bool constipated; /* Asked by remote to shut up */ member
1025 if (gsm->constipated && !gsm_is_flow_ctrl_msg(msg)) in gsm_data_kick()
1046 if (gsm->constipated) in gsm_data_kick()
1379 if (!dlci || dlci->constipated) in gsm_dlci_data_sweep()
1421 if (dlci->constipated) in gsm_dlci_data_kick()
1527 if (fc && !dlci->constipated) { in gsm_process_modem()
1529 dlci->constipated = true; in gsm_process_modem()
1530 } else if (!fc && dlci->constipated) { in gsm_process_modem()
1531 dlci->constipated = false; in gsm_process_modem()
[all …]