Home
last modified time | relevance | path

Searched refs:pep_version (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/qla2xxx/ !
Dqla_attr.c1764 ha->pep_version[0], ha->pep_version[1], ha->pep_version[2]); in qla2x00_pep_version_show()
2462 static DEVICE_ATTR(pep_version, S_IRUGO, qla2x00_pep_version_show, NULL);
Dqla_mbx.c1173 ha->pep_version[0] = mcp->mb[13] & 0xff; in qla2x00_get_fw_version()
1174 ha->pep_version[1] = mcp->mb[14] >> 8; in qla2x00_get_fw_version()
1175 ha->pep_version[2] = mcp->mb[14] & 0xff; in qla2x00_get_fw_version()
Dqla_def.h4496 uint8_t pep_version[3]; member