Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_tmpl.c882 vha->hw->fw_attributes_ext[1] << 16 | vha->hw->fw_attributes_ext[0]; in qla27xx_firmware_info()
Dqla_bsg.c2166 cap.capabilities = (uint64_t)ha->fw_attributes_ext[1] << 48 | in qla27xx_get_flash_upd_cap()
2167 (uint64_t)ha->fw_attributes_ext[0] << 32 | in qla27xx_get_flash_upd_cap()
2202 online_fw_attr = (uint64_t)ha->fw_attributes_ext[1] << 48 | in qla27xx_set_flash_upd_cap()
2203 (uint64_t)ha->fw_attributes_ext[0] << 32 | in qla27xx_set_flash_upd_cap()
Dqla_attr.c2235 (uint64_t)ha->fw_attributes_ext[1] << 48 | in qla2x00_fw_attr_show()
2236 (uint64_t)ha->fw_attributes_ext[0] << 32 | in qla2x00_fw_attr_show()
Dqla_def.h3880 ((ha)->fw_attributes_ext[0] & BIT_0))
4035 uint16_t fw_attributes_ext[2]; member
Dqla_mbx.c1089 ha->fw_attributes_ext[0] = mcp->mb[16]; in qla2x00_get_fw_version()
1090 ha->fw_attributes_ext[1] = mcp->mb[17]; in qla2x00_get_fw_version()