Home
last modified time | relevance | path

Searched refs:firmware_options (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c5267 nv->firmware_options[0] = BIT_2 | BIT_1; in qla2x00_nvram_config()
5268 nv->firmware_options[1] = BIT_7 | BIT_5; in qla2x00_nvram_config()
5274 nv->firmware_options[0] = BIT_2 | BIT_1; in qla2x00_nvram_config()
5275 nv->firmware_options[1] = BIT_7 | BIT_5; in qla2x00_nvram_config()
5280 nv->firmware_options[0] = BIT_3 | BIT_1; in qla2x00_nvram_config()
5281 nv->firmware_options[1] = BIT_5; in qla2x00_nvram_config()
5319 nv->firmware_options[1] &= ~BIT_4; in qla2x00_nvram_config()
5322 nv->firmware_options[0] |= BIT_2; in qla2x00_nvram_config()
5323 nv->firmware_options[0] &= ~BIT_3; in qla2x00_nvram_config()
5338 nv->firmware_options[0] |= BIT_2; in qla2x00_nvram_config()
[all …]
H A Dqla_def.h1562 uint8_t firmware_options[2]; member
1749 uint8_t firmware_options[2]; member
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h655 uint16_t firmware_options; member
H A Dql4_mbx.c601 ha->firmware_options = le16_to_cpu(init_fw_cb->fw_options); in qla4xxx_update_local_ifcb()
H A Dql4_os.c4577 if (ha->firmware_options & FWOPT_HEARTBEAT_ENABLE && in qla4xxx_timer()