Searched refs:pending_cmd (Results 1 – 1 of 1) sorted by relevance
253 struct gsm_control *pending_cmd;/* Our current pending command */ member1284 ctrl = gsm->pending_cmd; in gsm_control_response()1290 gsm->pending_cmd = NULL; in gsm_control_response()1335 ctrl = gsm->pending_cmd; in gsm_control_retransmit()1339 gsm->pending_cmd = NULL; in gsm_control_retransmit()1373 wait_event(gsm->event, gsm->pending_cmd == NULL); in gsm_control_send()1375 if (gsm->pending_cmd != NULL) { in gsm_control_send()1382 gsm->pending_cmd = ctrl; in gsm_control_send()