Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_sup.c1605 if (qla2x00_set_fw_options(vha, ha->fw_options) != QLA_SUCCESS) { in qla2x00_beacon_on()
1669 rval = qla2x00_set_fw_options(vha, ha->fw_options); in qla2x00_beacon_off()
1838 if (qla2x00_set_fw_options(vha, ha->fw_options) != QLA_SUCCESS) in qla24xx_beacon_on()
1911 if (qla2x00_set_fw_options(vha, ha->fw_options) != QLA_SUCCESS) { in qla24xx_beacon_off()
Dqla_gbl.h311 qla2x00_set_fw_options(scsi_qla_host_t *, uint16_t *);
Dqla_init.c3739 qla2x00_set_fw_options(vha, ha->fw_options); in qla2x00_update_fw_options()
3797 qla2x00_set_fw_options(vha, ha->fw_options); in qla24xx_update_fw_options()
8388 qla2x00_set_fw_options(vha, ha->fw_options); in qla81xx_update_fw_options()
Dqla_mbx.c1183 qla2x00_set_fw_options(scsi_qla_host_t *vha, uint16_t *fwopts) in qla2x00_set_fw_options() function