Searched refs:gunzip_buf (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/lib/zlib_inflate/ |
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-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 1792 void *gunzip_buf; member 1796 #define GUNZIP_BUF(bp) (bp->gunzip_buf)
|
D | bnx2x_main.c | 6509 bp->gunzip_buf = dma_alloc_coherent(&bp->pdev->dev, FW_BUF_SIZE, in bnx2x_gunzip_init() 6511 if (bp->gunzip_buf == NULL) in bnx2x_gunzip_init() 6529 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_init() 6531 bp->gunzip_buf = NULL; in bnx2x_gunzip_init() 6546 if (bp->gunzip_buf) { in bnx2x_gunzip_end() 6547 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_end() 6549 bp->gunzip_buf = NULL; in bnx2x_gunzip_end() 6572 bp->strm->next_out = bp->gunzip_buf; in bnx2x_gunzip()
|