Home
last modified time | relevance | path

Searched refs:unzip_buf (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c271 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;
H A Decore.h746 void *unzip_buf; member