Searched refs:zbuf (Results 1 – 2 of 2) sorted by relevance
45 static int bnx2x_gunzip(struct bnx2x *bp, const u8 *zbuf, int len);
6616 static int bnx2x_gunzip(struct bnx2x *bp, const u8 *zbuf, int len) in bnx2x_gunzip() argument6621 if ((zbuf[0] != 0x1f) || (zbuf[1] != 0x8b) || (zbuf[2] != Z_DEFLATED)) { in bnx2x_gunzip()6630 if (zbuf[3] & FNAME) in bnx2x_gunzip()6631 while ((zbuf[n++] != 0) && (n < len)); in bnx2x_gunzip()6633 bp->strm->next_in = (typeof(bp->strm->next_in))zbuf + n; in bnx2x_gunzip()