Searched refs:mpi_version (Results 1 – 4 of 4) sorted by relevance
420 int mpi_version) in _ctl_verify_adapter() argument436 if (mpi_version == (MPI25_VERSION | MPI26_VERSION)) { in _ctl_verify_adapter()443 if (version != mpi_version) in _ctl_verify_adapter()2529 u8 compat, u16 mpi_version) in _ctl_ioctl_main() argument2545 &ioc, mpi_version) == -1 || !ioc) in _ctl_ioctl_main()
1548 ha->mpi_version[0], ha->mpi_version[1], ha->mpi_version[2], in qla2x00_mpi_version_show()2399 static DEVICE_ATTR(mpi_version, S_IRUGO, qla2x00_mpi_version_show, NULL);
1050 ha->mpi_version[0] = mcp->mb[10] & 0xff; in qla2x00_get_fw_version()1051 ha->mpi_version[1] = mcp->mb[11] >> 8; in qla2x00_get_fw_version()1052 ha->mpi_version[2] = mcp->mb[11] & 0xff; in qla2x00_get_fw_version()1109 ha->mpi_version[0] = mcp->mb[10] & 0xff; in qla2x00_get_fw_version()1110 ha->mpi_version[1] = mcp->mb[11] >> 8; in qla2x00_get_fw_version()1111 ha->mpi_version[2] = mcp->mb[11] & 0xff; in qla2x00_get_fw_version()
4342 uint8_t mpi_version[3]; member