Home
last modified time | relevance | path

Searched refs:FW_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h87 u32 buf_len = (((len*4) > FW_BUF_SIZE) ? FW_BUF_SIZE : (len*4)); in bnx2x_init_fill()
117 u32 buf_len32 = FW_BUF_SIZE/4; in bnx2x_init_wr_64()
125 len64 = min((u32)(FW_BUF_SIZE/8), len64); in bnx2x_init_wr_64()
H A Dbnx2x.h1726 #define FW_BUF_SIZE 0x8000 macro
H A Dbnx2x_main.c6575 bp->gunzip_buf = dma_alloc_coherent(&bp->pdev->dev, FW_BUF_SIZE, in bnx2x_gunzip_init()
6595 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_init()
6613 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_end()
6639 bp->strm->avail_out = FW_BUF_SIZE; in bnx2x_gunzip()
6650 bp->gunzip_outlen = (FW_BUF_SIZE - bp->strm->avail_out); in bnx2x_gunzip()