Lines Matching refs:mpi_reply

62  * @mpi_reply: reply mf payload returned from firmware
69 mpr_config_get_ioc_pg8(struct mpr_softc *sc, Mpi2ConfigReply_t *mpi_reply,
110 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
140 request->Header.PageLength = mpi_reply->Header.PageLength;
141 cm->cm_length = le16toh(mpi_reply->Header.PageLength) * 4;
168 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
192 * @mpi_reply: reply mf payload returned from firmware
199 mpr_config_get_iounit_pg8(struct mpr_softc *sc, Mpi2ConfigReply_t *mpi_reply,
240 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
270 request->Header.PageLength = mpi_reply->Header.PageLength;
271 cm->cm_length = le16toh(mpi_reply->Header.PageLength) * 4;
298 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
329 Mpi2ConfigReply_t mpi_reply;
333 while (mpr_config_get_ioc_pg8(sc, &mpi_reply, &sc->ioc_pg8)) {
342 while (mpr_config_get_iounit_pg8(sc, &mpi_reply, &sc->iounit_pg8)) {
355 * @mpi_reply: reply mf payload returned from firmware
363 mpr_config_get_dpm_pg0(struct mpr_softc *sc, Mpi2ConfigReply_t *mpi_reply,
408 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
441 request->ExtPageLength = mpi_reply->ExtPageLength;
468 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
491 * @mpi_reply: reply mf payload returned from firmware
499 int mpr_config_set_dpm_pg0(struct mpr_softc *sc, Mpi2ConfigReply_t *mpi_reply,
544 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
575 request->ExtPageLength = mpi_reply->ExtPageLength;
578 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4;
606 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
628 * @mpi_reply: reply mf payload returned from firmware
638 *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u16 handle)
679 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
710 request->ExtPageLength = mpi_reply->ExtPageLength;
712 cm->cm_length = le16toh(mpi_reply->ExtPageLength) * 4;
739 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
763 * @mpi_reply: reply mf payload returned from firmware
770 mpr_config_get_bios_pg3(struct mpr_softc *sc, Mpi2ConfigReply_t *mpi_reply,
811 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
841 request->Header.PageLength = mpi_reply->Header.PageLength;
842 cm->cm_length = le16toh(mpi_reply->Header.PageLength) * 4;
869 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
892 * @mpi_reply: reply mf payload returned from firmware
901 *mpi_reply, Mpi2RaidVolPage0_t *config_page, u32 page_address)
943 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
969 request->Header.PageLength = mpi_reply->Header.PageLength;
970 request->Header.PageVersion = mpi_reply->Header.PageVersion;
972 cm->cm_length = le16toh(mpi_reply->Header.PageLength) * 4;
1000 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
1020 * @mpi_reply: reply mf payload returned from firmware
1030 *mpi_reply, Mpi2RaidVolPage1_t *config_page, u32 form, u16 handle)
1070 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
1099 request->Header.PageLength = mpi_reply->Header.PageLength;
1100 request->Header.PageVersion = mpi_reply->Header.PageVersion;
1102 cm->cm_length = le16toh(mpi_reply->Header.PageLength) * 4;
1129 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
1162 Mpi2ConfigReply_t mpi_reply;
1166 if (!(mpr_config_get_raid_volume_pg1(sc, &mpi_reply, &raid_vol_pg1,
1178 * @mpi_reply: reply mf payload returned from firmware
1186 mpr_config_get_raid_pd_pg0(struct mpr_softc *sc, Mpi2ConfigReply_t *mpi_reply,
1229 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
1255 request->Header.PageLength = mpi_reply->Header.PageLength;
1256 request->Header.PageVersion = mpi_reply->Header.PageVersion;
1258 cm->cm_length = le16toh(mpi_reply->Header.PageLength) * 4;
1286 bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));