Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_os.c2138 .update_fw_options = qla2x00_update_fw_options,
2177 .update_fw_options = qla2x00_update_fw_options,
2216 .update_fw_options = qla24xx_update_fw_options,
2255 .update_fw_options = qla24xx_update_fw_options,
2294 .update_fw_options = qla24xx_update_fw_options,
2333 .update_fw_options = qla24xx_update_fw_options,
2372 .update_fw_options = qla24xx_update_fw_options,
2411 .update_fw_options = qla24xx_update_fw_options,
2450 .update_fw_options = NULL,
2489 .update_fw_options = qla24xx_update_fw_options,
H A Dqla_def.h3269 void (*update_fw_options) (struct scsi_qla_host *); member
H A Dqla_init.c4312 ha->isp_ops->update_fw_options(vha); in qla2x00_init_rings()