Searched refs:mpi_version (Results 1 – 4 of 4) sorted by relevance
414 int mpi_version) in _ctl_verify_adapter() argument430 if (mpi_version == (MPI25_VERSION | MPI26_VERSION)) { in _ctl_verify_adapter()437 if (version != mpi_version) in _ctl_verify_adapter()2290 u8 compat, u16 mpi_version) in _ctl_ioctl_main() argument2306 &ioc, mpi_version) == -1 || !ioc) in _ctl_ioctl_main()
1444 ha->mpi_version[0], ha->mpi_version[1], ha->mpi_version[2], in qla2x00_mpi_version_show()2279 static DEVICE_ATTR(mpi_version, S_IRUGO, qla2x00_mpi_version_show, NULL);
1078 ha->mpi_version[0] = mcp->mb[10] & 0xff; in qla2x00_get_fw_version()1079 ha->mpi_version[1] = mcp->mb[11] >> 8; in qla2x00_get_fw_version()1080 ha->mpi_version[2] = mcp->mb[11] & 0xff; in qla2x00_get_fw_version()1129 ha->mpi_version[0] = mcp->mb[10] & 0xff; in qla2x00_get_fw_version()1130 ha->mpi_version[1] = mcp->mb[11] >> 8; in qla2x00_get_fw_version()1131 ha->mpi_version[2] = mcp->mb[11] & 0xff; in qla2x00_get_fw_version()
4061 uint8_t mpi_version[3]; member