Home
last modified time | relevance | path

Searched refs:ExtPageLength (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/mpr/
H A Dmpr_config.c549 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()
[all …]
H A Dmpr_user.c312 hdr->ExtPageLength = 0; in mpr_user_read_extcfg_header()
337 ext_page_req->header.ExtPageLength = hdr->ExtPageLength; in mpr_user_read_extcfg_header()
360 hdr->ExtPageLength = reqhdr->ExtPageLength; in mpr_user_read_extcfg_page()
H A Dmpr.c3943 req->ExtPageLength = hdr->ExtPageLength; in mpr_read_config_page()
4025 params->hdr.Ext.ExtPageLength = reply->ExtPageLength; in mpr_config_complete()
/freebsd/usr.sbin/mpsutil/
H A Dmps_cmd.c334 …U8 PageNumber, U32 PageAddress, MPI2_CONFIG_PAGE_HEADER *header, U16 *ExtPageLength, U16 *IOCStatu… in mps_read_ext_config_page_header() argument
356 if ((header == NULL) || (ExtPageLength == NULL)) in mps_read_ext_config_page_header()
359 *ExtPageLength = reply.ExtPageLength; in mps_read_ext_config_page_header()
440 req.ExtPageLength = pagelen; in mps_read_extended_config_page()
617 req.len = req.header.ExtPageLength * 4; in mps_read_extended_config_page()
H A Dmps_set.c94 req.ExtPageLength = 0; in set_ncq()
H A Dmps_show.c827 len = le16toh(ehdr->ExtPageLength) * 4; in show_cfgpage()
/freebsd/sys/dev/mps/
H A Dmps_config.c641 request->ExtPageLength = mpi_reply->ExtPageLength; in mps_config_get_dpm_pg0()
642 cm->cm_length = le16toh(request->ExtPageLength) * 4; in mps_config_get_dpm_pg0()
777 request->ExtPageLength = mpi_reply->ExtPageLength; in mps_config_set_dpm_pg0()
780 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4; in mps_config_set_dpm_pg0()
914 request->ExtPageLength = mpi_reply->ExtPageLength; in mps_config_get_sas_device_pg0()
916 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4; in mps_config_get_sas_device_pg0()
H A Dmps_user.c298 hdr->ExtPageLength = 0; in mps_user_read_extcfg_header()
323 ext_page_req->header.ExtPageLength = hdr->ExtPageLength; in mps_user_read_extcfg_header()
346 hdr->ExtPageLength = reqhdr->ExtPageLength; in mps_user_read_extcfg_page()
H A Dmps.c3173 req->ExtPageLength = hdr->ExtPageLength; in mps_read_config_page()
3255 params->hdr.Ext.ExtPageLength = reply->ExtPageLength; in mps_config_complete()
/freebsd/sys/dev/mpt/
H A Dmpt_user.c348 params.ExtPageLength = 0; in mpt_user_read_extcfg_header()
368 ext_page_req->header.ExtPageLength = cfgp->ExtPageLength; in mpt_user_read_extcfg_header()
398 params.ExtPageLength = hdr->ExtPageLength; in mpt_user_read_extcfg_page()
H A Dmpt.c515 cfgp->ExtPageLength = reply->ExtPageLength; in mpt_config_reply_handler()
1595 cfgp->ExtPageLength = htole16(params->ExtPageLength); in mpt_issue_cfg_req()
1643 params.ExtPageLength = 0; in mpt_read_extcfg_header()
1663 rslt->ExtPageLength = le16toh(cfgp->ExtPageLength); in mpt_read_extcfg_header()
1705 params.ExtPageLength = hdr->ExtPageLength; in mpt_read_extcfg_page()
H A Dmpt.h323 u_int ExtPageLength; member
H A Dmpt_cam.c617 if (hdr.ExtPageLength == 0) { in mptsas_sas_io_unit_pg0()
622 len = hdr.ExtPageLength * 4; in mptsas_sas_io_unit_pg0()
673 if (hdr.ExtPageLength == 0) { in mptsas_sas_phy_pg0()
717 if (hdr.ExtPageLength == 0) { in mptsas_sas_device_pg0()
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h205 U16 ExtPageLength; /* 0x04 */ member
344 U16 ExtPageLength; /* 0x04 */ member
377 U16 ExtPageLength; /* 0x04 */ member
/freebsd/usr.sbin/mptutil/
H A Dmpt_cmd.c445 req.len = req.header.ExtPageLength * 4; in mpt_read_extended_config_page()
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h397 U16 ExtPageLength; /* 04h */ member
537 U16 ExtPageLength; /* 04h */ member
566 U16 ExtPageLength; /* 04h */ member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h313 U16 ExtPageLength; /* 0x04 */ member
489 U16 ExtPageLength; /* 0x04 */ member
524 U16 ExtPageLength; /* 0x04 */ member