Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_attr.c1757 ha->pep_version[0], ha->pep_version[1], ha->pep_version[2]); in qla2x00_pep_version_show()
2455 static DEVICE_ATTR(pep_version, S_IRUGO, qla2x00_pep_version_show, NULL);
Dqla_mbx.c1169 ha->pep_version[0] = mcp->mb[13] & 0xff; in qla2x00_get_fw_version()
1170 ha->pep_version[1] = mcp->mb[14] >> 8; in qla2x00_get_fw_version()
1171 ha->pep_version[2] = mcp->mb[14] & 0xff; in qla2x00_get_fw_version()
Dqla_def.h4592 uint8_t pep_version[3]; member