Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_os.c1450 .update_fw_options = qla2x00_update_fw_options,
1486 .update_fw_options = qla2x00_update_fw_options,
1522 .update_fw_options = qla24xx_update_fw_options,
1558 .update_fw_options = qla24xx_update_fw_options,
1594 .update_fw_options = qla81xx_update_fw_options,
1630 .update_fw_options = qla24xx_update_fw_options,
Dqla_def.h2196 void (*update_fw_options) (struct scsi_qla_host *); member
Dqla_init.c1843 ha->isp_ops->update_fw_options(vha); in qla2x00_init_rings()