Lines Matching refs:constipated
147 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()
1289 gsm->constipated = true; in gsm_control_message()
1495 dlci->constipated = true; in gsm_dlci_close()
1525 dlci->constipated = false; in gsm_dlci_open()
1763 dlci->constipated = true; in gsm_dlci_alloc()
2053 gsm->constipated = true; in gsm1_receive()
2056 gsm->constipated = false; in gsm1_receive()