Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_os.c1720 .update_fw_options = qla2x00_update_fw_options,
1758 .update_fw_options = qla2x00_update_fw_options,
1796 .update_fw_options = qla24xx_update_fw_options,
1834 .update_fw_options = qla24xx_update_fw_options,
1872 .update_fw_options = qla81xx_update_fw_options,
1910 .update_fw_options = qla24xx_update_fw_options,
1948 .update_fw_options = qla24xx_update_fw_options,
1986 .update_fw_options = qla81xx_update_fw_options,
2024 .update_fw_options = NULL,
2062 .update_fw_options = qla81xx_update_fw_options,
Dqla_def.h2635 void (*update_fw_options) (struct scsi_qla_host *); member
Dqla_init.c2242 ha->isp_ops->update_fw_options(vha); in qla2x00_init_rings()