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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c273 OSAL_MEMSET(p_hwfn->unzip_buf, 0, max_size);
277 max_size, (u8 *)p_hwfn->unzip_buf);
281 p_hwfn->unzip_buf,
530 p_hwfn->unzip_buf = OSAL_ZALLOC(p_hwfn->p_dev, GFP_ATOMIC,
532 if (!p_hwfn->unzip_buf) {
578 OSAL_FREE(p_hwfn->p_dev, p_hwfn->unzip_buf);
579 p_hwfn->unzip_buf = OSAL_NULL;
H A Decore.h747 void *unzip_buf; member in struct:ecore_hwfn

Completed in 107 milliseconds