Searched refs:constipated (Results 1 – 1 of 1) sorted by relevance
182 bool constipated; /* Throttle status for outgoing */ member309 bool constipated; /* Asked by remote to shut up */ member1027 if (gsm->constipated && !gsm_is_flow_ctrl_msg(msg)) in gsm_data_kick()1048 if (gsm->constipated) in gsm_data_kick()1381 if (!dlci || dlci->constipated) in gsm_dlci_data_sweep()1423 if (dlci->constipated) in gsm_dlci_data_kick()1529 if (fc && !dlci->constipated) { in gsm_process_modem()1531 dlci->constipated = true; in gsm_process_modem()1532 } else if (!fc && dlci->constipated) { in gsm_process_modem()1533 dlci->constipated = false; in gsm_process_modem()[all …]