Searched refs:optrom (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_sup.c | 1276 void *optrom = NULL; in qla24xx_write_flash_data() local 1284 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE, in qla24xx_write_flash_data() 1286 if (!optrom) { in qla24xx_write_flash_data() 1319 if (optrom) { in qla24xx_write_flash_data() 1325 memcpy(optrom, dwptr, dburst << 2); in qla24xx_write_flash_data() 1341 flash_data_addr(ha, faddr), optrom, in qla24xx_write_flash_data() 1345 OPTROM_BURST_SIZE, optrom, optrom_dma); in qla24xx_write_flash_data() 1346 optrom = NULL; in qla24xx_write_flash_data() 1370 if (optrom) in qla24xx_write_flash_data() 1372 OPTROM_BURST_SIZE, optrom, optrom_dma); in qla24xx_write_flash_data() [all …]
|
| D | qla_nx.c | 2692 void *optrom = NULL; in qla82xx_write_flash_data() local 2701 optrom = dma_alloc_coherent(&ha->pdev->dev, OPTROM_BURST_SIZE, in qla82xx_write_flash_data() 2703 if (!optrom) { in qla82xx_write_flash_data() 2734 if (optrom && (liter + OPTROM_BURST_DWORDS) <= dwords) { in qla82xx_write_flash_data() 2736 memcpy(optrom, dwptr, OPTROM_BURST_SIZE); in qla82xx_write_flash_data() 2751 OPTROM_BURST_SIZE, optrom, optrom_dma); in qla82xx_write_flash_data() 2752 optrom = NULL; in qla82xx_write_flash_data() 2776 if (optrom) in qla82xx_write_flash_data() 2778 OPTROM_BURST_SIZE, optrom, optrom_dma); in qla82xx_write_flash_data()
|
| /Linux-v5.4/drivers/scsi/bfa/ |
| D | bfa_defs.h | 767 u8 optrom; member
|