Searched refs:gunzip_outlen (Results 1 - 4 of 4) sorted by relevance

/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.h880 int gunzip_outlen; member in struct:bnx2x
884 #define GUNZIP_OUTLEN(bp) (bp->gunzip_outlen)
H A Dbnx2x_main.c3525 bp->gunzip_outlen = (FW_BUF_SIZE - bp->strm->avail_out);
3526 if (bp->gunzip_outlen & 0x3)
3528 " gunzip_outlen (%d) not aligned\n",
3529 bp->gunzip_outlen);
3530 bp->gunzip_outlen >>= 2;
/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.h880 int gunzip_outlen; member in struct:bnx2x
884 #define GUNZIP_OUTLEN(bp) (bp->gunzip_outlen)
H A Dbnx2x_main.c3525 bp->gunzip_outlen = (FW_BUF_SIZE - bp->strm->avail_out);
3526 if (bp->gunzip_outlen & 0x3)
3528 " gunzip_outlen (%d) not aligned\n",
3529 bp->gunzip_outlen);
3530 bp->gunzip_outlen >>= 2;

Completed in 148 milliseconds