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

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_sup.c1285 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE,
1289 "Failed allocate burst (%x bytes)\n", OPTROM_BURST_SIZE);
1346 OPTROM_BURST_SIZE, optrom, optrom_dma);
1373 OPTROM_BURST_SIZE, optrom, optrom_dma);
2709 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE,
2713 "Failed allocate burst (%x bytes)\n", OPTROM_BURST_SIZE);
2968 OPTROM_BURST_SIZE, optrom, optrom_dma);
3014 if (length < OPTROM_BURST_SIZE)
3020 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE,
3025 OPTROM_BURST_SIZE / 102
[all...]
H A Dqla_nx.c2651 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE,
2657 OPTROM_BURST_SIZE / 1024);
2686 memcpy(optrom, dwptr, OPTROM_BURST_SIZE);
2701 OPTROM_BURST_SIZE, optrom, optrom_dma);
2728 OPTROM_BURST_SIZE, optrom, optrom_dma);
H A Dqla_def.h5310 #define OPTROM_BURST_SIZE 0x1000 macro
5311 #define OPTROM_BURST_DWORDS (OPTROM_BURST_SIZE / 4)
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_nx.c3624 #define OPTROM_BURST_SIZE 0x1000 macro
3625 #define OPTROM_BURST_DWORDS (OPTROM_BURST_SIZE / 4)
3715 flt_addr << 2, OPTROM_BURST_SIZE); local
3827 hw->flt_region_fdt << 2, OPTROM_BURST_SIZE); local

Completed in 188 milliseconds