Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_ops.c231 OSAL_MEMSET(p_hwfn->unzip_buf, 0, max_size);
236 (u8 *)p_hwfn->unzip_buf);
240 p_hwfn->unzip_buf,
484 p_hwfn->unzip_buf = OSAL_ZALLOC(p_hwfn->p_dev, GFP_ATOMIC,
486 if (!p_hwfn->unzip_buf) {
533 OSAL_FREE(p_hwfn->p_dev, p_hwfn->unzip_buf);
H A Dbcm_osal.c228 u8 *input_buf, u32 max_size, u8 *unzip_buf) in qede_unzip_data() argument
234 p_hwfn->stream->next_out = unzip_buf; in qede_unzip_data()
H A Dbcm_osal.h371 u8 *input_buf, u32 max_size, u8 *unzip_buf);
379 #define OSAL_UNZIP_DATA(p_hwfn, input_len, buf, max_size, unzip_buf) \ argument
380 qede_unzip_data(p_hwfn, input_len, buf, max_size, unzip_buf)
H A Decore.h676 void *unzip_buf; member