Searched refs:optrom (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 1293 void *optrom = NULL; in qla24xx_write_flash_data() local 1301 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE, in qla24xx_write_flash_data() 1303 if (!optrom) { in qla24xx_write_flash_data() 1336 if (optrom) { in qla24xx_write_flash_data() 1342 memcpy(optrom, dwptr, dburst << 2); in qla24xx_write_flash_data() 1358 flash_data_addr(ha, faddr), optrom, in qla24xx_write_flash_data() 1362 OPTROM_BURST_SIZE, optrom, optrom_dma); in qla24xx_write_flash_data() 1363 optrom = NULL; in qla24xx_write_flash_data() 1387 if (optrom) in qla24xx_write_flash_data() 1389 OPTROM_BURST_SIZE, optrom, optrom_dma); in qla24xx_write_flash_data() [all …]
|
H A D | qla_nx.c | 2642 void *optrom = NULL; in qla82xx_write_flash_data() local 2651 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE, in qla82xx_write_flash_data() 2653 if (!optrom) { in qla82xx_write_flash_data() 2684 if (optrom && (liter + OPTROM_BURST_DWORDS) <= dwords) { in qla82xx_write_flash_data() 2686 memcpy(optrom, dwptr, OPTROM_BURST_SIZE); in qla82xx_write_flash_data() 2701 OPTROM_BURST_SIZE, optrom, optrom_dma); in qla82xx_write_flash_data() 2702 optrom = NULL; in qla82xx_write_flash_data() 2726 if (optrom) in qla82xx_write_flash_data() 2728 OPTROM_BURST_SIZE, optrom, optrom_dma); in qla82xx_write_flash_data()
|
/linux/drivers/scsi/bfa/ |
H A D | bfa_defs.h | 767 u8 optrom; member
|