Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zlib_inflate/
A Dinfutil.c9 int zlib_inflate_blob(void *gunzip_buf, unsigned int sz, in zlib_inflate_blob() argument
29 strm->next_out = gunzip_buf; in zlib_inflate_blob()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x.h1722 void *gunzip_buf; member
1726 #define GUNZIP_BUF(bp) (bp->gunzip_buf)
A Dbnx2x_main.c6573 bp->gunzip_buf = dma_alloc_coherent(&bp->pdev->dev, FW_BUF_SIZE, in bnx2x_gunzip_init()
6575 if (bp->gunzip_buf == NULL) in bnx2x_gunzip_init()
6593 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_init()
6595 bp->gunzip_buf = NULL; in bnx2x_gunzip_init()
6610 if (bp->gunzip_buf) { in bnx2x_gunzip_end()
6611 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_end()
6613 bp->gunzip_buf = NULL; in bnx2x_gunzip_end()
6636 bp->strm->next_out = bp->gunzip_buf; in bnx2x_gunzip()

Completed in 36 milliseconds