Searched refs:UnCompressedRxBuffer (Results 1 – 2 of 2) sorted by relevance
91 void *UnCompressedRxBuffer; member
307 pPhsdeviceExtension->UnCompressedRxBuffer = kmalloc(PHS_BUFFER_SIZE, GFP_KERNEL); in phs_init()308 if (pPhsdeviceExtension->UnCompressedRxBuffer == NULL) { in phs_init()330 kfree(pPHSDeviceExt->UnCompressedRxBuffer); in PhsCleanup()331 pPHSDeviceExt->UnCompressedRxBuffer = NULL; in PhsCleanup()