Searched refs:ka_num (Results 1 – 1 of 1) sorted by relevance
328 u8 ka_num; /* Keep-alive match pattern */ member 1955 } else if (command == CMD_TEST && clen == 1 && *data == gsm->ka_num) { in gsm_control_response() 1978 if (gsm->ka_num && gsm->ka_retries == 0) { in gsm_control_keep_alive() 1992 gsm->ka_num++; in gsm_control_keep_alive() 1993 if (!gsm->ka_num) in gsm_control_keep_alive() 1994 gsm->ka_num++; in gsm_control_keep_alive() 1997 gsm_control_command(gsm, CMD_TEST, &gsm->ka_num, in gsm_control_keep_alive() 1998 sizeof(gsm->ka_num)); in gsm_control_keep_alive() 2180 gsm->ka_num = 0; in gsm_dlci_open()