Searched refs:tcsge (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_impl.c | 1226 pMpi2FWDownloadTCSGE_t tcsge; in mptsas_uflash2() local 1237 tcsge = (pMpi2FWDownloadTCSGE_t)&fwdownload->SGL; in mptsas_uflash2() 1238 ddi_put8(acc_hdl, &tcsge->ContextSize, 0); in mptsas_uflash2() 1239 ddi_put8(acc_hdl, &tcsge->DetailsLength, 12); in mptsas_uflash2() 1240 ddi_put8(acc_hdl, &tcsge->Flags, 0); in mptsas_uflash2() 1241 ddi_put32(acc_hdl, &tcsge->ImageOffset, 0); in mptsas_uflash2() 1242 ddi_put32(acc_hdl, &tcsge->ImageSize, size); in mptsas_uflash2() 1244 sge = (pMpi2SGESimple64_t)(tcsge + 1); in mptsas_uflash2()
|
H A D | mptsas.c | 10707 pMpi2FWDownloadTCSGE_t tcsge; in mpi_pre_fw_download() local 10726 tcsge = (pMpi2FWDownloadTCSGE_t)&req->SGL; in mpi_pre_fw_download() 10727 if (tcsge->ContextSize != 0 || tcsge->DetailsLength != 12 || in mpi_pre_fw_download() 10728 tcsge->Flags != MPI2_SGE_FLAGS_TRANSACTION_ELEMENT) { in mpi_pre_fw_download() 10733 sizeof (*tcsge); in mpi_pre_fw_download() 10753 pMpi2FWDownloadTCSGE_t tcsge; in mpi_pre_fw_25_download() local 10765 tcsge = (pMpi2FWDownloadTCSGE_t)&req2->SGL; in mpi_pre_fw_25_download() 10766 if (tcsge->ContextSize != 0 || tcsge->DetailsLength != 12 || in mpi_pre_fw_25_download() 10767 tcsge->Flags != MPI2_SGE_FLAGS_TRANSACTION_ELEMENT) { in mpi_pre_fw_25_download() 10770 req25->ImageOffset = tcsge->ImageOffset; in mpi_pre_fw_25_download() [all …]
|