Searched refs:gunzip_buf (Results 1 – 2 of 2) sorted by relevance
1718 void *gunzip_buf; member1722 #define GUNZIP_BUF(bp) (bp->gunzip_buf)
6569 bp->gunzip_buf = dma_alloc_coherent(&bp->pdev->dev, FW_BUF_SIZE, in bnx2x_gunzip_init()6571 if (bp->gunzip_buf == NULL) in bnx2x_gunzip_init()6589 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_init()6591 bp->gunzip_buf = NULL; in bnx2x_gunzip_init()6606 if (bp->gunzip_buf) { in bnx2x_gunzip_end()6607 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_end()6609 bp->gunzip_buf = NULL; in bnx2x_gunzip_end()6632 bp->strm->next_out = bp->gunzip_buf; in bnx2x_gunzip()