Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_attr.c1558 ha->pep_version[0], ha->pep_version[1], ha->pep_version[2]); in qla2x00_pep_version_show()
1605 static DEVICE_ATTR(pep_version, S_IRUGO, qla2x00_pep_version_show, NULL);
Dqla_mbx.c603 ha->pep_version[0] = mcp->mb[13] & 0xff; in qla2x00_get_fw_version()
604 ha->pep_version[1] = mcp->mb[14] >> 8; in qla2x00_get_fw_version()
605 ha->pep_version[2] = mcp->mb[14] & 0xff; in qla2x00_get_fw_version()
Dqla_def.h3295 uint8_t pep_version[3]; member