Searched refs:optrom (Results 1 – 2 of 2) sorted by relevance
2618 void *optrom = NULL; in qla82xx_write_flash_data() local2627 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()
767 u8 optrom; member