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()
738 request->ExtPageLength = mpi_reply->ExtPageLength; in mpr_config_set_dpm_pg0()
741 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4; in mpr_config_set_dpm_pg0()
826 request->ExtPageLength = request->Header.PageVersion = 0; in mpr_config_get_sas_device_pg0()
875 request->ExtPageLength = mpi_reply->ExtPageLength; in mpr_config_get_sas_device_pg0()
877 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4; in mpr_config_get_sas_device_pg0()
963 request->ExtPageLength = request->Header.PageVersion = 0; in mpr_config_get_pcie_device_pg0()
1012 request->ExtPageLength = mpi_reply->ExtPageLength; in mpr_config_get_pcie_device_pg0()
1014 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4; in mpr_config_get_pcie_device_pg0()
1100 request->ExtPageLength = request->Header.PageVersion = 0; in mpr_config_get_pcie_device_pg2()
1149 request->ExtPageLength = mpi_reply->ExtPageLength; in mpr_config_get_pcie_device_pg2()
1151 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4; in mpr_config_get_pcie_device_pg2()