Searched refs:gunzip_buf (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/zlib_inflate/ |
| H A D | infutil.c | 9 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/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x.h | 1723 void *gunzip_buf; member 1727 #define GUNZIP_BUF(bp) (bp->gunzip_buf)
|
| H A D | bnx2x_main.c | 6575 bp->gunzip_buf = dma_alloc_coherent(&bp->pdev->dev, FW_BUF_SIZE, in bnx2x_gunzip_init() 6577 if (bp->gunzip_buf == NULL) in bnx2x_gunzip_init() 6595 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_init() 6597 bp->gunzip_buf = NULL; in bnx2x_gunzip_init() 6612 if (bp->gunzip_buf) { in bnx2x_gunzip_end() 6613 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_end() 6615 bp->gunzip_buf = NULL; in bnx2x_gunzip_end() 6638 bp->strm->next_out = bp->gunzip_buf; in bnx2x_gunzip()
|