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 | 2618 void *optrom = NULL; in qla82xx_write_flash_data() local 2627 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE, in qla82xx_write_flash_data() 2629 if (!optrom) { in qla82xx_write_flash_data() 2660 if (optrom && (liter + OPTROM_BURST_DWORDS) <= dwords) { in qla82xx_write_flash_data() 2662 memcpy(optrom, dwptr, OPTROM_BURST_SIZE); in qla82xx_write_flash_data() 2677 OPTROM_BURST_SIZE, optrom, optrom_dma); in qla82xx_write_flash_data() 2678 optrom = NULL; in qla82xx_write_flash_data() 2702 if (optrom) in qla82xx_write_flash_data() 2704 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
|