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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinfutil.c9 int zlib_inflate_blob(void *gunzip_buf, unsigned int sz, argument
29 strm->next_out = gunzip_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/zlib_inflate/
H A Dinfutil.c9 int zlib_inflate_blob(void *gunzip_buf, unsigned int sz, argument
29 strm->next_out = gunzip_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/bnx2x/
H A Dbnx2x.h878 void *gunzip_buf; member in struct:bnx2x
882 #define GUNZIP_BUF(bp) (bp->gunzip_buf)
H A Dbnx2x_main.c3449 bp->gunzip_buf = dma_alloc_coherent(&bp->pdev->dev, FW_BUF_SIZE,
3451 if (bp->gunzip_buf == NULL)
3470 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf,
3472 bp->gunzip_buf = NULL;
3487 if (bp->gunzip_buf) {
3488 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf,
3490 bp->gunzip_buf = NULL;
3513 bp->strm->next_out = bp->gunzip_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x.h878 void *gunzip_buf; member in struct:bnx2x
882 #define GUNZIP_BUF(bp) (bp->gunzip_buf)
H A Dbnx2x_main.c3449 bp->gunzip_buf = dma_alloc_coherent(&bp->pdev->dev, FW_BUF_SIZE,
3451 if (bp->gunzip_buf == NULL)
3470 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf,
3472 bp->gunzip_buf = NULL;
3487 if (bp->gunzip_buf) {
3488 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf,
3490 bp->gunzip_buf = NULL;
3513 bp->strm->next_out = bp->gunzip_buf;

Completed in 279 milliseconds