Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_os.c1818 .update_fw_options = qla2x00_update_fw_options,
1856 .update_fw_options = qla2x00_update_fw_options,
1894 .update_fw_options = qla24xx_update_fw_options,
1932 .update_fw_options = qla24xx_update_fw_options,
1970 .update_fw_options = qla81xx_update_fw_options,
2008 .update_fw_options = qla24xx_update_fw_options,
2046 .update_fw_options = qla24xx_update_fw_options,
2084 .update_fw_options = qla81xx_update_fw_options,
2122 .update_fw_options = NULL,
2160 .update_fw_options = qla81xx_update_fw_options,
Dqla_def.h2681 void (*update_fw_options) (struct scsi_qla_host *); member
Dqla_init.c2280 ha->isp_ops->update_fw_options(vha); in qla2x00_init_rings()