Home
last modified time | relevance | path

Searched refs:optrom (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
A Dqla_sup.c1293 void *optrom = NULL; in qla24xx_write_flash_data() local
1303 if (!optrom) { in qla24xx_write_flash_data()
1336 if (optrom) { in qla24xx_write_flash_data()
1363 optrom = NULL; in qla24xx_write_flash_data()
1387 if (optrom) in qla24xx_write_flash_data()
2707 void *optrom = NULL; in qla28xx_write_flash_data() local
2732 if (!optrom) { in qla28xx_write_flash_data()
2987 if (optrom) in qla28xx_write_flash_data()
3025 void *optrom; in qla25xx_read_optrom_data() local
3043 if (!optrom) { in qla25xx_read_optrom_data()
[all …]
A Dqla_nx.c2618 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()
/drivers/scsi/bfa/
A Dbfa_defs.h767 u8 optrom; member

Completed in 796 milliseconds