Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_os.c2254 .update_fw_options = qla2x00_update_fw_options,
2293 .update_fw_options = qla2x00_update_fw_options,
2332 .update_fw_options = qla24xx_update_fw_options,
2371 .update_fw_options = qla24xx_update_fw_options,
2410 .update_fw_options = qla24xx_update_fw_options,
2449 .update_fw_options = qla24xx_update_fw_options,
2488 .update_fw_options = qla24xx_update_fw_options,
2527 .update_fw_options = qla24xx_update_fw_options,
2566 .update_fw_options = NULL,
2605 .update_fw_options = qla24xx_update_fw_options,
Dqla_def.h3442 void (*update_fw_options) (struct scsi_qla_host *); member
Dqla_init.c4821 ha->isp_ops->update_fw_options(vha); in qla2x00_init_rings()