Searched refs:mbim_pResponse (Results 1 – 1 of 1) sorted by relevance
809 static MBIM_MESSAGE_HEADER *mbim_pResponse; variable1320 mbim_pResponse = mbim_alloc(le32toh(pResponse->MessageLength)); in mbim_recv_command()1321 if (mbim_pResponse) in mbim_recv_command()1322 memcpy(mbim_pResponse, pResponse, le32toh(pResponse->MessageLength)); in mbim_recv_command()1398 mbim_pResponse = NULL; in mbim_send_command()1405 if (mbim_pResponse && ppCmdDone) { in mbim_send_command()1406 *ppCmdDone = (MBIM_COMMAND_DONE_T *)mbim_pResponse; in mbim_send_command()1413 mbim_pRequest = mbim_pResponse = NULL; in mbim_send_command()