Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_mbx.c1063 ha->fw_attributes_h = mcp->mb[15]; in qla2x00_get_fw_version()
1073 if (ha->fw_attributes_h & 0x4) in qla2x00_get_fw_version()
1076 __func__, ha->fw_attributes_h); in qla2x00_get_fw_version()
1078 if (ha->fw_attributes_h & 0x8) in qla2x00_get_fw_version()
1081 __func__, ha->fw_attributes_h); in qla2x00_get_fw_version()
1087 if ((ha->fw_attributes_h & 0x400) && ql2xnvmeenable) { in qla2x00_get_fw_version()
1091 __func__, ha->fw_attributes_h); in qla2x00_get_fw_version()
Dqla_tmpl.c910 vha->hw->fw_attributes_h << 16 | vha->hw->fw_attributes; in qla27xx_firmware_info()
Dqla_bsg.c2166 (uint64_t)ha->fw_attributes_h << 16 | in qla27xx_get_flash_upd_cap()
2202 (uint64_t)ha->fw_attributes_h << 16 | in qla27xx_set_flash_upd_cap()
Dqla_def.h3822 (((ha)->fw_attributes_h << 16 | (ha)->fw_attributes) & BIT_22))
3958 uint16_t fw_attributes_h; member