Searched refs:FW_BUF_SIZE (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init_ops.h | 87 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()
|
D | bnx2x.h | 1725 #define FW_BUF_SIZE 0x8000 macro
|
D | bnx2x_main.c | 6574 bp->gunzip_buf = dma_alloc_coherent(&bp->pdev->dev, FW_BUF_SIZE, in bnx2x_gunzip_init() 6594 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_init() 6612 dma_free_coherent(&bp->pdev->dev, FW_BUF_SIZE, bp->gunzip_buf, in bnx2x_gunzip_end() 6638 bp->strm->avail_out = FW_BUF_SIZE; in bnx2x_gunzip() 6649 bp->gunzip_outlen = (FW_BUF_SIZE - bp->strm->avail_out); in bnx2x_gunzip()
|
/drivers/net/wireless/intersil/orinoco/ |
D | orinoco_usb.c | 190 #define FW_BUF_SIZE 64 macro 792 fw_buffer = kmalloc(FW_BUF_SIZE, GFP_KERNEL); in ezusb_firmware_download() 814 for (addr = 0; addr < fw->size; addr += FW_BUF_SIZE) { in ezusb_firmware_download() 820 memcpy(fw_buffer, &fw->code[addr], FW_BUF_SIZE); in ezusb_firmware_download() 822 variant_offset < addr + FW_BUF_SIZE) { in ezusb_firmware_download() 834 fw_buffer, FW_BUF_SIZE, in ezusb_firmware_download()
|