Searched refs:mpi_version (Results 1 – 3 of 3) sorted by relevance
1355 ha->mpi_version[0], ha->mpi_version[1], ha->mpi_version[2], in qla2x00_mpi_version_show()1568 static DEVICE_ATTR(mpi_version, S_IRUGO, qla2x00_mpi_version_show, NULL);
575 ha->mpi_version[0] = mcp->mb[10] & 0xff; in qla2x00_get_fw_version()576 ha->mpi_version[1] = mcp->mb[11] >> 8; in qla2x00_get_fw_version()577 ha->mpi_version[2] = mcp->mb[11] & 0xff; in qla2x00_get_fw_version()
3288 uint8_t mpi_version[3]; member