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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c321 memset(p_hwfn->unzip_buf, 0, max_size);
325 max_size, (u8 *)p_hwfn->unzip_buf);
329 p_hwfn->unzip_buf,
561 p_hwfn->unzip_buf = kzalloc(MAX_ZIPPED_SIZE * 4, GFP_ATOMIC);
562 if (!p_hwfn->unzip_buf)
604 kfree(p_hwfn->unzip_buf);
605 p_hwfn->unzip_buf = NULL;
H A Dqed.h619 void *unzip_buf; member in struct:qed_hwfn
978 u32 max_size, u8 *unzip_buf);
H A Dqed_main.c1016 u8 *input_buf, u32 max_size, u8 *unzip_buf)
1022 p_hwfn->stream->next_out = unzip_buf;
1015 qed_unzip_data(struct qed_hwfn *p_hwfn, u32 input_len, u8 *input_buf, u32 max_size, u8 *unzip_buf) argument

Completed in 118 milliseconds