Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c2256 .update_fw_options = qla2x00_update_fw_options,
2295 .update_fw_options = qla2x00_update_fw_options,
2334 .update_fw_options = qla24xx_update_fw_options,
2373 .update_fw_options = qla24xx_update_fw_options,
2412 .update_fw_options = qla24xx_update_fw_options,
2451 .update_fw_options = qla24xx_update_fw_options,
2490 .update_fw_options = qla24xx_update_fw_options,
2529 .update_fw_options = qla24xx_update_fw_options,
2568 .update_fw_options = NULL,
2607 .update_fw_options = qla24xx_update_fw_options,
H A Dqla_def.h3443 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()