Searched refs:gunzip_buf (Results 1 – 2 of 2) sorted by relevance
1723 void *gunzip_buf; member1727 #define GUNZIP_BUF(bp) (bp->gunzip_buf)
6572 bp->gunzip_buf = dma_alloc_coherent(&bp->pdev->dev, FW_BUF_SIZE, in bnx2x_gunzip_init()6574 if (bp->gunzip_buf == NULL) in bnx2x_gunzip_init()6592 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_init()6594 bp->gunzip_buf = NULL; in bnx2x_gunzip_init()6609 if (bp->gunzip_buf) { in bnx2x_gunzip_end()6610 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_end()6612 bp->gunzip_buf = NULL; in bnx2x_gunzip_end()6635 bp->strm->next_out = bp->gunzip_buf; in bnx2x_gunzip()