Searched refs:mpi_version (Results 1 – 4 of 4) sorted by relevance
422 int mpi_version) in _ctl_verify_adapter() argument438 if (mpi_version == (MPI25_VERSION | MPI26_VERSION)) { in _ctl_verify_adapter()445 if (version != mpi_version) in _ctl_verify_adapter()2341 u8 compat, u16 mpi_version) in _ctl_ioctl_main() argument2357 &ioc, mpi_version) == -1 || !ioc) in _ctl_ioctl_main()
1306 ha->mpi_version[0], ha->mpi_version[1], ha->mpi_version[2], in qla2x00_mpi_version_show()1565 static DEVICE_ATTR(mpi_version, S_IRUGO, qla2x00_mpi_version_show, NULL);
1053 ha->mpi_version[0] = mcp->mb[10] & 0xff; in qla2x00_get_fw_version()1054 ha->mpi_version[1] = mcp->mb[11] >> 8; in qla2x00_get_fw_version()1055 ha->mpi_version[2] = mcp->mb[11] & 0xff; in qla2x00_get_fw_version()1096 ha->mpi_version[0] = mcp->mb[10] & 0xff; in qla2x00_get_fw_version()1097 ha->mpi_version[1] = mcp->mb[11] >> 8; in qla2x00_get_fw_version()1098 ha->mpi_version[2] = mcp->mb[11] & 0xff; in qla2x00_get_fw_version()
3984 uint8_t mpi_version[3]; member