Home
last modified time | relevance | path

Searched refs:qla2x00_set_fw_options (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_sup.c1636 if (qla2x00_set_fw_options(vha, ha->fw_options) != QLA_SUCCESS) { in qla2x00_beacon_on()
1700 rval = qla2x00_set_fw_options(vha, ha->fw_options); in qla2x00_beacon_off()
1870 if (qla2x00_set_fw_options(vha, ha->fw_options) != QLA_SUCCESS) in qla24xx_beacon_on()
1943 if (qla2x00_set_fw_options(vha, ha->fw_options) != QLA_SUCCESS) { in qla24xx_beacon_off()
Dqla_gbl.h324 qla2x00_set_fw_options(scsi_qla_host_t *, uint16_t *);
Dqla_init.c3817 qla2x00_set_fw_options(vha, ha->fw_options); in qla2x00_update_fw_options()
3876 qla2x00_set_fw_options(vha, ha->fw_options); in qla24xx_update_fw_options()
8674 qla2x00_set_fw_options(vha, ha->fw_options); in qla81xx_update_fw_options()
Dqla_mbx.c1223 qla2x00_set_fw_options(scsi_qla_host_t *vha, uint16_t *fwopts) in qla2x00_set_fw_options() function