Lines Matching refs:ExtPageLength
549 request->ExtPageLength = request->Header.PageVersion = 0; in mpr_config_get_dpm_pg0()
602 request->ExtPageLength = mpi_reply->ExtPageLength; in mpr_config_get_dpm_pg0()
603 cm->cm_length = le16toh(request->ExtPageLength) * 4; in mpr_config_get_dpm_pg0()
686 request->ExtPageLength = request->Header.PageVersion = 0; in mpr_config_set_dpm_pg0()
737 request->ExtPageLength = mpi_reply->ExtPageLength; in mpr_config_set_dpm_pg0()
740 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4; in mpr_config_set_dpm_pg0()
825 request->ExtPageLength = request->Header.PageVersion = 0; in mpr_config_get_sas_device_pg0()
874 request->ExtPageLength = mpi_reply->ExtPageLength; in mpr_config_get_sas_device_pg0()
876 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4; in mpr_config_get_sas_device_pg0()
962 request->ExtPageLength = request->Header.PageVersion = 0; in mpr_config_get_pcie_device_pg0()
1011 request->ExtPageLength = mpi_reply->ExtPageLength; in mpr_config_get_pcie_device_pg0()
1013 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4; in mpr_config_get_pcie_device_pg0()
1099 request->ExtPageLength = request->Header.PageVersion = 0; in mpr_config_get_pcie_device_pg2()
1148 request->ExtPageLength = mpi_reply->ExtPageLength; in mpr_config_get_pcie_device_pg2()
1150 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4; in mpr_config_get_pcie_device_pg2()