Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_init_ops.h85 u32 buf_len = (((len*4) > FW_BUF_SIZE) ? FW_BUF_SIZE : (len*4)); in bnx2x_init_fill()
115 u32 buf_len32 = FW_BUF_SIZE/4; in bnx2x_init_wr_64()
123 len64 = min((u32)(FW_BUF_SIZE/8), len64); in bnx2x_init_wr_64()
Dbnx2x.h1487 #define FW_BUF_SIZE 0x8000 macro
Dbnx2x_main.c5500 bp->gunzip_buf = dma_alloc_coherent(&bp->pdev->dev, FW_BUF_SIZE, in bnx2x_gunzip_init()
5520 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_init()
5538 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_end()
5564 bp->strm->avail_out = FW_BUF_SIZE; in bnx2x_gunzip()
5575 bp->gunzip_outlen = (FW_BUF_SIZE - bp->strm->avail_out); in bnx2x_gunzip()
/linux-3.4.99/drivers/net/wireless/orinoco/
Dorinoco_usb.c208 #define FW_BUF_SIZE 64 macro
807 u8 fw_buffer[FW_BUF_SIZE]; in ezusb_firmware_download()
828 for (addr = 0; addr < fw->size; addr += FW_BUF_SIZE) { in ezusb_firmware_download()
834 memcpy(fw_buffer, &fw->code[addr], FW_BUF_SIZE); in ezusb_firmware_download()
836 variant_offset < addr + FW_BUF_SIZE) { in ezusb_firmware_download()
847 fw_buffer, FW_BUF_SIZE, in ezusb_firmware_download()