Home
last modified time | relevance | path

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

/drivers/net/ppp/
A Dppp_deflate.c30 z_stream strm; member
66 vfree(state->strm.workspace); in z_comp_free()
105 state->strm.next_in = NULL; in z_comp_alloc()
216 state->strm.next_out = wptr; in z_compress()
222 state->strm.next_in = rptr; in z_compress()
451 state->strm.avail_out = 1; in z_decompress()
463 state->unit, r, (state->strm.msg? state->strm.msg: "")); in z_decompress()
473 --state->strm.next_out; in z_decompress()
537 --state->strm.next_in; in z_incomp()
538 ++state->strm.avail_in; in z_incomp()
[all …]
/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_main.c6577 bp->strm = kmalloc(sizeof(*bp->strm), GFP_KERNEL); in bnx2x_gunzip_init()
6578 if (bp->strm == NULL) in bnx2x_gunzip_init()
6588 kfree(bp->strm); in bnx2x_gunzip_init()
6589 bp->strm = NULL; in bnx2x_gunzip_init()
6603 if (bp->strm) { in bnx2x_gunzip_end()
6604 vfree(bp->strm->workspace); in bnx2x_gunzip_end()
6605 kfree(bp->strm); in bnx2x_gunzip_end()
6606 bp->strm = NULL; in bnx2x_gunzip_end()
6633 bp->strm->next_in = (typeof(bp->strm->next_in))zbuf + n; in bnx2x_gunzip()
6645 bp->strm->msg); in bnx2x_gunzip()
[all …]
A Dbnx2x.h1722 struct z_stream_s *strm; member

Completed in 41 milliseconds