Searched refs:constipated (Results 1 – 1 of 1) sorted by relevance
165 bool constipated; /* Throttle status for outgoing */ member264 bool constipated; /* Asked by remote to shut up */ member913 if (gsm->constipated && !gsm_is_flow_ctrl_msg(msg)) in gsm_data_kick()934 if (gsm->constipated) in gsm_data_kick()1267 if (!dlci || dlci->constipated) in gsm_dlci_data_sweep()1309 if (dlci->constipated) in gsm_dlci_data_kick()1411 if (fc && !dlci->constipated) { in gsm_process_modem()1413 dlci->constipated = true; in gsm_process_modem()1414 } else if (!fc && dlci->constipated) { in gsm_process_modem()1415 dlci->constipated = false; in gsm_process_modem()[all …]