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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1725 int gunzip_outlen; member in struct:bnx2x
1729 #define GUNZIP_OUTLEN(bp) (bp->gunzip_outlen)
H A Dbnx2x_main.c6647 bp->gunzip_outlen = (FW_BUF_SIZE - bp->strm->avail_out);
6648 if (bp->gunzip_outlen & 0x3)
6650 "Firmware decompression error: gunzip_outlen (%d) not aligned\n",
6651 bp->gunzip_outlen);
6652 bp->gunzip_outlen >>= 2;

Completed in 200 milliseconds