Searched refs:OPTROM_BURST_SIZE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_sup.c677 flt_addr << 2, OPTROM_BURST_SIZE); local
822 ha->flt_region_fdt << 2, OPTROM_BURST_SIZE); local
1124 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE,
1129 "(%x KB).\n", OPTROM_BURST_SIZE / 1024);
1166 memcpy(optrom, dwptr, OPTROM_BURST_SIZE);
1181 OPTROM_BURST_SIZE, optrom, optrom_dma);
1216 OPTROM_BURST_SIZE, optrom, optrom_dma);
2382 if (length < OPTROM_BURST_SIZE)
2386 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE,
2391 "(%x KB).\n", OPTROM_BURST_SIZE / 102
[all...]
H A Dqla_nx.c3025 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE,
3031 OPTROM_BURST_SIZE / 1024);
3061 memcpy(optrom, dwptr, OPTROM_BURST_SIZE);
3076 OPTROM_BURST_SIZE, optrom, optrom_dma);
3103 OPTROM_BURST_SIZE, optrom, optrom_dma);
H A Dqla_def.h2999 #define OPTROM_BURST_SIZE 0x1000 macro
3000 #define OPTROM_BURST_DWORDS (OPTROM_BURST_SIZE / 4)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_nx.c1788 #define OPTROM_BURST_SIZE 0x1000 macro
1789 #define OPTROM_BURST_DWORDS (OPTROM_BURST_SIZE / 4)
1883 flt_addr << 2, OPTROM_BURST_SIZE); local
1967 hw->flt_region_fdt << 2, OPTROM_BURST_SIZE); local

Completed in 135 milliseconds