Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_ops.c259 OSAL_MEMSET(p_hwfn->unzip_buf, 0, max_size);
263 max_size, (u8 *)p_hwfn->unzip_buf);
267 p_hwfn->unzip_buf,
506 p_hwfn->unzip_buf = OSAL_ZALLOC(p_hwfn->p_dev, GFP_ATOMIC,
508 if (!p_hwfn->unzip_buf) {
554 OSAL_FREE(p_hwfn->p_dev, p_hwfn->unzip_buf);
555 p_hwfn->unzip_buf = OSAL_NULL;
H A Decore.h657 void *unzip_buf; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt545 u32 max_size, u8 *unzip_buf)
547 write unzipped data into "unzip_buf". "max_size" is max length of unzipped
548 data which can be written into "unzip_buf".