Searched refs:UnCompressedRxBuffer (Results 1 – 2 of 2) sorted by relevance
121 void *UnCompressedRxBuffer; member
337 pPhsdeviceExtension->UnCompressedRxBuffer = kmalloc(PHS_BUFFER_SIZE, GFP_KERNEL); in phs_init()338 if(pPhsdeviceExtension->UnCompressedRxBuffer == NULL) in phs_init()365 kfree(pPHSDeviceExt->UnCompressedRxBuffer); in PhsCleanup()366 pPHSDeviceExt->UnCompressedRxBuffer = NULL; in PhsCleanup()