Searched refs:unzip_buf (Results 1 – 2 of 2) sorted by relevance
271 OSAL_MEMSET(p_hwfn->unzip_buf, 0, max_size);275 max_size, (u8 *)p_hwfn->unzip_buf);279 p_hwfn->unzip_buf,528 p_hwfn->unzip_buf = OSAL_ZALLOC(p_hwfn->p_dev, GFP_ATOMIC,530 if (!p_hwfn->unzip_buf) {576 OSAL_FREE(p_hwfn->p_dev, p_hwfn->unzip_buf);577 p_hwfn->unzip_buf = OSAL_NULL;
746 void *unzip_buf; member