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

/linux-master/lib/zlib_inflate/
H A Dinfutil.c9 int zlib_inflate_blob(void *gunzip_buf, unsigned int sz, argument
29 strm->next_out = gunzip_buf;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1723 void *gunzip_buf; member in struct:bnx2x
1727 #define GUNZIP_BUF(bp) (bp->gunzip_buf)
H A Dbnx2x_main.c6572 bp->gunzip_buf = dma_alloc_coherent(&bp->pdev->dev, FW_BUF_SIZE,
6574 if (bp->gunzip_buf == NULL)
6592 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf,
6594 bp->gunzip_buf = NULL;
6609 if (bp->gunzip_buf) {
6610 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf,
6612 bp->gunzip_buf = NULL;
6635 bp->strm->next_out = bp->gunzip_buf;

Completed in 186 milliseconds