Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c2253 .update_fw_options = qla2x00_update_fw_options,
2292 .update_fw_options = qla2x00_update_fw_options,
2331 .update_fw_options = qla24xx_update_fw_options,
2370 .update_fw_options = qla24xx_update_fw_options,
2409 .update_fw_options = qla24xx_update_fw_options,
2448 .update_fw_options = qla24xx_update_fw_options,
2487 .update_fw_options = qla24xx_update_fw_options,
2526 .update_fw_options = qla24xx_update_fw_options,
2565 .update_fw_options = NULL,
2604 .update_fw_options = qla24xx_update_fw_options,
H A Dqla_def.h3442 void (*update_fw_options) (struct scsi_qla_host *); member
H A Dqla_init.c4831 ha->isp_ops->update_fw_options(vha); in qla2x00_init_rings()